#376F87

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

Shades of Astral #376F87

Tints of Astral #376F87

Color information

#376F87 (or 0x376F87) is unknown color: approx Astral. HEX triplet: 37, 6F and 87. RGB value is (55,111,135). Sum of RGB (Red+Green+Blue) = 55+111+135=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #376F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F87 is #C89078. Grayscale: #606060. Windows color (decimal): -13144185 or 8875831. OLE color: 8875831.

HSL color Cylindrical-coordinate representation of color #376F87: hue angle of 198º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376F87 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55111135-
CMYK0.590.1800.47
HSL198º42.11%37.25%-
HSV(B)198º59.26%52.94%-
XYZ11.6313.9325-
YUV96.99149.4598.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=18.27%
G=36.88%
B=44.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551111350.590.1800.4719842.1137.25
Hex376F873B1202Fc62a25
Octal6715720773220573065245
Binary11011111011111000011111101110010010111111000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376F87; }

 p { color: rgb(55,111,135); }

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

<style>
 a { background-color: #376F87; }

 a { background-color: rgb(55,111,135); }

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

<style>
 span { border-color: #376F87; }

 span { border-color: rgb(55,111,135); }

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