#376884

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

Shades of Astral #376884

Tints of Astral #376884

Color information

#376884 (or 0x376884) is unknown color: approx Astral. HEX triplet: 37, 68 and 84. RGB value is (55,104,132). Sum of RGB (Red+Green+Blue) = 55+104+132=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #376884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376884 is #C8977B. Grayscale: #5C5C5C. Windows color (decimal): -13145980 or 8677431. OLE color: 8677431.

HSL color Cylindrical-coordinate representation of color #376884: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376884 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55104132-
CMYK0.580.2100.48
HSL201.82º41.18%36.67%-
HSV(B)201.82º58.33%51.76%-
XYZ10.6912.3823.66-
YUV92.54150.27101.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=18.90%
G=35.74%
B=45.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551041320.580.2100.48201.8241.1836.67
Hex3768843A15030ca2925
Octal6715020472250603125145
Binary11011111010001000010011101010101011000011001010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376884; }

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

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

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

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

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

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

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

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