#37667C

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

Shades of Astral #37667C

Tints of Astral #37667C

Color information

#37667C (or 0x37667C) is unknown color: approx Astral. HEX triplet: 37, 66 and 7C. RGB value is (55,102,124). Sum of RGB (Red+Green+Blue) = 55+102+124=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #37667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667C is #C89983. Grayscale: #5A5A5A. Windows color (decimal): -13146500 or 8152631. OLE color: 8152631.

HSL color Cylindrical-coordinate representation of color #37667C: hue angle of 199.13º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37667C is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55102124-
CMYK0.560.1800.51
HSL199.13º38.55%35.1%-
HSV(B)199.13º55.65%48.63%-
XYZ9.9711.7720.82-
YUV90.45146.93102.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=19.57%
G=36.30%
B=44.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551021240.560.1800.51199.1338.5535.1
Hex37667C3812033c72723
Octal6714617470220633074743
Binary1101111100110111110011100010010011001111000111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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