#27708F

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

Shades of Astral #27708F

Tints of Astral #27708F

Color information

#27708F (or 0x27708F) is unknown color: approx Astral. HEX triplet: 27, 70 and 8F. RGB value is (39,112,143). Sum of RGB (Red+Green+Blue) = 39+112+143=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #27708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27708F is #D88F70. Grayscale: #5D5D5D. Windows color (decimal): -14192497 or 9400359. OLE color: 9400359.

HSL color Cylindrical-coordinate representation of color #27708F: hue angle of 197.88º 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 #27708F is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39112143-
CMYK0.730.2200.44
HSL197.88º57.14%35.69%-
HSV(B)197.88º72.73%56.08%-
XYZ11.591428.08-
YUV93.71155.8288.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 143 (56.25% from 255) = 48.64%
R=13.27%
G=38.10%
B=48.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391121430.730.2200.44197.8857.1435.69
Hex27708F491602Cc63924
Octal47160217111260543067144
Binary100111111000010001111100100110110010110011000110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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