#376882

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

Shades of Astral #376882

Tints of Astral #376882

Color information

#376882 (or 0x376882) is unknown color: approx Astral. HEX triplet: 37, 68 and 82. RGB value is (55,104,130). Sum of RGB (Red+Green+Blue) = 55+104+130=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #376882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376882 is #C8977D. Grayscale: #5C5C5C. Windows color (decimal): -13145982 or 8546359. OLE color: 8546359.

HSL color Cylindrical-coordinate representation of color #376882: hue angle of 200.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376882 is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55104130-
CMYK0.580.200.49
HSL200.8º40.54%36.27%-
HSV(B)200.8º57.69%50.98%-
XYZ10.5612.3222.94-
YUV92.31149.27101.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=19.03%
G=35.99%
B=44.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551041300.580.200.49200.840.5436.27
Hex3768823A14031c92924
Octal6715020272240613115144
Binary11011111010001000001011101010100011000111001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376882; }

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

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

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

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

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

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

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

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