#376587

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

Shades of Astral #376587

Tints of Astral #376587

Color information

#376587 (or 0x376587) is unknown color: approx Astral. HEX triplet: 37, 65 and 87. RGB value is (55,101,135). Sum of RGB (Red+Green+Blue) = 55+101+135=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #376587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376587 is #C89A78. Grayscale: #5A5A5A. Windows color (decimal): -13146745 or 8873271. OLE color: 8873271.

HSL color Cylindrical-coordinate representation of color #376587: hue angle of 205.5º 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 #376587 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55101135-
CMYK0.590.2500.47
HSL205.5º42.11%37.25%-
HSV(B)205.5º59.26%52.94%-
XYZ10.611.8724.65-
YUV91.12152.76102.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=18.90%
G=34.71%
B=46.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551011350.590.2500.47205.542.1137.25
Hex3765873B1902Fce2a25
Octal6714520773310573165245
Binary11011111001011000011111101111001010111111001110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376587; }

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

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

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

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

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

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

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

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