#27718C

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

Shades of Astral #27718C

Tints of Astral #27718C

Color information

#27718C (or 0x27718C) is unknown color: approx Astral. HEX triplet: 27, 71 and 8C. RGB value is (39,113,140). Sum of RGB (Red+Green+Blue) = 39+113+140=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #27718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27718C is #D88E73. Grayscale: #5D5D5D. Windows color (decimal): -14192244 or 9204007. OLE color: 9204007.

HSL color Cylindrical-coordinate representation of color #27718C: hue angle of 196.04º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27718C is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39113140-
CMYK0.720.1900.45
HSL196.04º56.42%35.1%-
HSV(B)196.04º72.14%54.9%-
XYZ11.4814.1426.93-
YUV93.95153.9888.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=13.36%
G=38.70%
B=47.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391131400.720.1900.45196.0456.4235.1
Hex27718C481302Dc43823
Octal47161214110230553047043
Binary100111111000110001100100100010011010110111000100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27718C; }

 p { color: rgb(39,113,140); }

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

<style>
 a { background-color: #27718C; }

 a { background-color: rgb(39,113,140); }

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

<style>
 span { border-color: #27718C; }

 span { border-color: rgb(39,113,140); }

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