#37728C

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

Shades of Astral #37728C

Tints of Astral #37728C

Color information

#37728C (or 0x37728C) is unknown color: approx Astral. HEX triplet: 37, 72 and 8C. RGB value is (55,114,140). Sum of RGB (Red+Green+Blue) = 55+114+140=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #37728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37728C is #C88D73. Grayscale: #636363. Windows color (decimal): -13143412 or 9204279. OLE color: 9204279.

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

Color convert

RGB55114140-
CMYK0.610.1900.45
HSL198.35º43.59%38.24%-
HSV(B)198.35º60.71%54.9%-
XYZ12.3314.7427.01-
YUV99.32150.9596.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=17.80%
G=36.89%
B=45.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551141400.610.1900.45198.3543.5938.24
Hex37728C3D1302Dc62c26
Octal6716221475230553065446
Binary11011111100101000110011110110011010110111000110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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