#376880

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

Shades of Astral #376880

Tints of Astral #376880

Color information

#376880 (or 0x376880) is unknown color: approx Astral. HEX triplet: 37, 68 and 80. RGB value is (55,104,128). Sum of RGB (Red+Green+Blue) = 55+104+128=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #376880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376880 is #C8977F. Grayscale: #5B5B5B. Windows color (decimal): -13145984 or 8415287. OLE color: 8415287.

HSL color Cylindrical-coordinate representation of color #376880: hue angle of 199.73º 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 #376880 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55104128-
CMYK0.570.1900.50
HSL199.73º39.89%35.88%-
HSV(B)199.73º57.03%50.2%-
XYZ10.4212.2722.24-
YUV92.08148.27101.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=19.16%
G=36.24%
B=44.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551041280.570.1900.50199.7339.8935.88
Hex3768803913032c82824
Octal6715020071230623105044
Binary11011111010001000000011100110011011001011001000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376880; }

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

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

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

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

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

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

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

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