#27698F

Color #27698F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #27698F

Tints of Astral #27698F

Color information

#27698F (or 0x27698F) is unknown color: approx Astral. HEX triplet: 27, 69 and 8F. RGB value is (39,105,143). Sum of RGB (Red+Green+Blue) = 39+105+143=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #27698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27698F is #D89670. Grayscale: #595959. Windows color (decimal): -14194289 or 9398567. OLE color: 9398567.

HSL color Cylindrical-coordinate representation of color #27698F: hue angle of 201.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27698F is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39105143-
CMYK0.730.2700.44
HSL201.92º57.14%35.69%-
HSV(B)201.92º72.73%56.08%-
XYZ10.8512.5227.83-
YUV89.6158.1391.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=13.59%
G=36.59%
B=49.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391051430.730.2700.44201.9257.1435.69
Hex27698F491B02Cca3924
Octal47151217111330543127144
Binary100111110100110001111100100111011010110011001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27698F; }

 p { color: rgb(39,105,143); }

 H1.HeaderClassName
 {
   color: #27698F;
 }
 .AnyTagClassName
 {
   color: #27698F;
 }
</style>
background-color css

<style>
 a { background-color: #27698F; }

 a { background-color: rgb(39,105,143); }

 div.DivClassName
 {
   background-color: #27698F;
 }
 .BgClassName
 {
   background-color: #27698F;
 }
</style>
border-color css

<style>
 span { border-color: #27698F; }

 span { border-color: rgb(39,105,143); }

 td.TdClassName
 {
   border-color: #27698F;
 }
 .TagClassName
 {
   border-color: #27698F;
 }
</style>