#37687F

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

Shades of Astral #37687F

Tints of Astral #37687F

Color information

#37687F (or 0x37687F) is unknown color: approx Astral. HEX triplet: 37, 68 and 7F. RGB value is (55,104,127). Sum of RGB (Red+Green+Blue) = 55+104+127=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #37687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37687F is #C89780. Grayscale: #5B5B5B. Windows color (decimal): -13145985 or 8349751. OLE color: 8349751.

HSL color Cylindrical-coordinate representation of color #37687F: hue angle of 199.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37687F is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55104127-
CMYK0.570.1800.50
HSL199.17º39.56%35.69%-
HSV(B)199.17º56.69%49.8%-
XYZ10.3612.2521.9-
YUV91.97147.77101.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 44.41%
R=19.23%
G=36.36%
B=44.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551041270.570.1800.50199.1739.5635.69
Hex37687F3912032c72824
Octal6715017771220623075044
Binary1101111101000111111111100110010011001011000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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