#37768E

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

Shades of Astral #37768E

Tints of Astral #37768E

Color information

#37768E (or 0x37768E) is unknown color: approx Astral. HEX triplet: 37, 76 and 8E. RGB value is (55,118,142). Sum of RGB (Red+Green+Blue) = 55+118+142=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #37768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768E is #C88971. Grayscale: #656565. Windows color (decimal): -13142386 or 9336375. OLE color: 9336375.

HSL color Cylindrical-coordinate representation of color #37768E: hue angle of 196.55º 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 #37768E is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55118142-
CMYK0.610.1700.44
HSL196.55º44.16%38.63%-
HSV(B)196.55º61.27%55.69%-
XYZ12.9415.7227.94-
YUV101.9150.6394.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=17.46%
G=37.46%
B=45.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551181420.610.1700.44196.5544.1638.63
Hex37768E3D1102Cc52c27
Octal6716621675210543055447
Binary11011111101101000111011110110001010110011000101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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