#37668C

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

Shades of Astral #37668C

Tints of Astral #37668C

Color information

#37668C (or 0x37668C) is unknown color: approx Astral. HEX triplet: 37, 66 and 8C. RGB value is (55,102,140). Sum of RGB (Red+Green+Blue) = 55+102+140=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #37668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37668C is #C89973. Grayscale: #5C5C5C. Windows color (decimal): -13146484 or 9201207. OLE color: 9201207.

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

Color convert

RGB55102140-
CMYK0.610.2700.45
HSL206.82º43.59%38.24%-
HSV(B)206.82º60.71%54.9%-
XYZ11.0612.2126.58-
YUV92.28154.93101.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=18.52%
G=34.34%
B=47.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551021400.610.2700.45206.8243.5938.24
Hex37668C3D1B02Dcf2c26
Octal6714621475330553175446
Binary11011111001101000110011110111011010110111001111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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