#37687D

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

Shades of Astral #37687D

Tints of Astral #37687D

Color information

#37687D (or 0x37687D) is unknown color: approx Astral. HEX triplet: 37, 68 and 7D. RGB value is (55,104,125). Sum of RGB (Red+Green+Blue) = 55+104+125=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #37687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37687D is #C89782. Grayscale: #5B5B5B. Windows color (decimal): -13145987 or 8218679. OLE color: 8218679.

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

Color convert

RGB55104125-
CMYK0.560.1700.51
HSL198º38.89%35.29%-
HSV(B)198º56%49.02%-
XYZ10.2312.1921.22-
YUV91.74146.77101.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=19.37%
G=36.62%
B=44.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551041250.560.1700.5119838.8935.29
Hex37687D3811033c62723
Octal6715017570210633064743
Binary1101111101000111110111100010001011001111000110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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