#27718E

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

Shades of Astral #27718E

Tints of Astral #27718E

Color information

#27718E (or 0x27718E) is unknown color: approx Astral. HEX triplet: 27, 71 and 8E. RGB value is (39,113,142). Sum of RGB (Red+Green+Blue) = 39+113+142=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #27718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27718E is #D88E71. Grayscale: #5D5D5D. Windows color (decimal): -14192242 or 9335079. OLE color: 9335079.

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

Color convert

RGB39113142-
CMYK0.730.2000.44
HSL196.89º56.91%35.49%-
HSV(B)196.89º72.54%55.69%-
XYZ11.6214.1927.72-
YUV94.18154.9888.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=13.27%
G=38.44%
B=48.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391131420.730.2000.44196.8956.9135.49
Hex27718E491402Cc53923
Octal47161216111240543057143
Binary100111111000110001110100100110100010110011000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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