#37697C

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

Shades of Astral #37697C

Tints of Astral #37697C

Color information

#37697C (or 0x37697C) is unknown color: approx Astral. HEX triplet: 37, 69 and 7C. RGB value is (55,105,124). Sum of RGB (Red+Green+Blue) = 55+105+124=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #37697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37697C is #C89683. Grayscale: #5C5C5C. Windows color (decimal): -13145732 or 8153399. OLE color: 8153399.

HSL color Cylindrical-coordinate representation of color #37697C: hue angle of 196.52º 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 #37697C is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55105124-
CMYK0.560.1500.51
HSL196.52º38.55%35.1%-
HSV(B)196.52º55.65%48.63%-
XYZ10.2712.3720.92-
YUV92.22145.94101.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=19.37%
G=36.97%
B=43.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551051240.560.1500.51196.5238.5535.1
Hex37697C38F033c52723
Octal6715117470170633054743
Binary110111110100111111001110001111011001111000101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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