#31728E

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

Shades of Astral #31728E

Tints of Astral #31728E

Color information

#31728E (or 0x31728E) is unknown color: approx Astral. HEX triplet: 31, 72 and 8E. RGB value is (49,114,142). Sum of RGB (Red+Green+Blue) = 49+114+142=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #31728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31728E is #CE8D71. Grayscale: #616161. Windows color (decimal): -13536626 or 9335345. OLE color: 9335345.

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

Color convert

RGB49114142-
CMYK0.650.2000.44
HSL198.06º48.69%37.45%-
HSV(B)198.06º65.49%55.69%-
XYZ12.1714.6427.78-
YUV97.76152.9793.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=16.07%
G=37.38%
B=46.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491141420.650.2000.44198.0648.6937.45
Hex31728E411402Cc63125
Octal61162216101240543066145
Binary110001111001010001110100000110100010110011000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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