#31728C

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

Shades of Astral #31728C

Tints of Astral #31728C

Color information

#31728C (or 0x31728C) is unknown color: approx Astral. HEX triplet: 31, 72 and 8C. RGB value is (49,114,140). Sum of RGB (Red+Green+Blue) = 49+114+140=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #31728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31728C is #CE8D73. Grayscale: #616161. Windows color (decimal): -13536628 or 9204273. OLE color: 9204273.

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

Color convert

RGB49114140-
CMYK0.650.1900.45
HSL197.14º48.15%37.06%-
HSV(B)197.14º65%54.9%-
XYZ12.0214.5826.99-
YUV97.53151.9793.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 140 (55.08% from 255) = 46.20%
R=16.17%
G=37.62%
B=46.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491141400.650.1900.45197.1448.1537.06
Hex31728C411302Dc53025
Octal61162214101230553056045
Binary110001111001010001100100000110011010110111000101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,114,140); }

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

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

 a { background-color: rgb(49,114,140); }

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

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

 span { border-color: rgb(49,114,140); }

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