#376690

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

Shades of Astral #376690

Tints of Astral #376690

Color information

#376690 (or 0x376690) is unknown color: approx Astral. HEX triplet: 37, 66 and 90. RGB value is (55,102,144). Sum of RGB (Red+Green+Blue) = 55+102+144=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #376690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376690 is #C8996F. Grayscale: #5C5C5C. Windows color (decimal): -13146480 or 9463351. OLE color: 9463351.

HSL color Cylindrical-coordinate representation of color #376690: hue angle of 208.31º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376690 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55102144-
CMYK0.620.2900.44
HSL208.31º44.72%39.02%-
HSV(B)208.31º61.81%56.47%-
XYZ11.3612.3328.17-
YUV92.73156.93101.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=18.27%
G=33.89%
B=47.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551021440.620.2900.44208.3144.7239.02
Hex3766903E1D02Cd02d27
Octal6714622076350543205547
Binary11011111001101001000011111011101010110011010000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376690; }

 p { color: rgb(55,102,144); }

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

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

 a { background-color: rgb(55,102,144); }

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

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

 span { border-color: rgb(55,102,144); }

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