#37708C

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

Shades of Astral #37708C

Tints of Astral #37708C

Color information

#37708C (or 0x37708C) is unknown color: approx Astral. HEX triplet: 37, 70 and 8C. RGB value is (55,112,140). Sum of RGB (Red+Green+Blue) = 55+112+140=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #37708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37708C is #C88F73. Grayscale: #616161. Windows color (decimal): -13143924 or 9203767. OLE color: 9203767.

HSL color Cylindrical-coordinate representation of color #37708C: hue angle of 199.76º 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 #37708C is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55112140-
CMYK0.610.2000.45
HSL199.76º43.59%38.24%-
HSV(B)199.76º60.71%54.9%-
XYZ12.114.2926.93-
YUV98.15151.6297.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=17.92%
G=36.48%
B=45.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551121400.610.2000.45199.7643.5938.24
Hex37708C3D1402Dc82c26
Octal6716021475240553105446
Binary11011111100001000110011110110100010110111001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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