#376A90

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

Shades of Astral #376A90

Tints of Astral #376A90

Color information

#376A90 (or 0x376A90) is unknown color: approx Astral. HEX triplet: 37, 6A and 90. RGB value is (55,106,144). Sum of RGB (Red+Green+Blue) = 55+106+144=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #376A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A90 is #C8956F. Grayscale: #5E5E5E. Windows color (decimal): -13145456 or 9464375. OLE color: 9464375.

HSL color Cylindrical-coordinate representation of color #376A90: hue angle of 205.62º 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 #376A90 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55106144-
CMYK0.620.2600.44
HSL205.62º44.72%39.02%-
HSV(B)205.62º61.81%56.47%-
XYZ11.7613.1328.3-
YUV95.08155.699.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=18.03%
G=34.75%
B=47.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551061440.620.2600.44205.6244.7239.02
Hex376A903E1A02Cce2d27
Octal6715222076320543165547
Binary11011111010101001000011111011010010110011001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376A90; }

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

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

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

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

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

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

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

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