#376887

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

Shades of Astral #376887

Tints of Astral #376887

Color information

#376887 (or 0x376887) is unknown color: approx Astral. HEX triplet: 37, 68 and 87. RGB value is (55,104,135). Sum of RGB (Red+Green+Blue) = 55+104+135=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #376887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376887 is #C89778. Grayscale: #5C5C5C. Windows color (decimal): -13145977 or 8874039. OLE color: 8874039.

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

Color convert

RGB55104135-
CMYK0.590.2300.47
HSL203.25º42.11%37.25%-
HSV(B)203.25º59.26%52.94%-
XYZ10.912.4624.75-
YUV92.88151.77100.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=18.71%
G=35.37%
B=45.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551041350.590.2300.47203.2542.1137.25
Hex3768873B1702Fcb2a25
Octal6715020773270573135245
Binary11011111010001000011111101110111010111111001011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376887; }

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

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

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

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

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

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

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

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