#37758E

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

Shades of Astral #37758E

Tints of Astral #37758E

Color information

#37758E (or 0x37758E) is unknown color: approx Astral. HEX triplet: 37, 75 and 8E. RGB value is (55,117,142). Sum of RGB (Red+Green+Blue) = 55+117+142=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #37758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37758E is #C88A71. Grayscale: #656565. Windows color (decimal): -13142642 or 9336119. OLE color: 9336119.

HSL color Cylindrical-coordinate representation of color #37758E: hue angle of 197.24º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37758E is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55117142-
CMYK0.610.1800.44
HSL197.24º44.16%38.63%-
HSV(B)197.24º61.27%55.69%-
XYZ12.8215.4927.9-
YUV101.31150.9694.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=17.52%
G=37.26%
B=45.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551171420.610.1800.44197.2444.1638.63
Hex37758E3D1202Cc52c27
Octal6716521675220543055447
Binary11011111101011000111011110110010010110011000101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,117,142); }

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

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

 a { background-color: rgb(55,117,142); }

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

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

 span { border-color: rgb(55,117,142); }

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