#37687C

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

Shades of Astral #37687C

Tints of Astral #37687C

Color information

#37687C (or 0x37687C) is unknown color: approx Astral. HEX triplet: 37, 68 and 7C. RGB value is (55,104,124). Sum of RGB (Red+Green+Blue) = 55+104+124=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #37687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37687C is #C89783. Grayscale: #5B5B5B. Windows color (decimal): -13145988 or 8153143. OLE color: 8153143.

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

Color convert

RGB55104124-
CMYK0.560.1600.51
HSL197.39º38.55%35.1%-
HSV(B)197.39º55.65%48.63%-
XYZ10.1612.1720.88-
YUV91.63146.27101.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=19.43%
G=36.75%
B=43.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551041240.560.1600.51197.3938.5535.1
Hex37687C3810033c52723
Octal6715017470200633054743
Binary1101111101000111110011100010000011001111000101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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