#377390

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

Shades of Astral #377390

Tints of Astral #377390

Color information

#377390 (or 0x377390) is unknown color: approx Astral. HEX triplet: 37, 73 and 90. RGB value is (55,115,144). Sum of RGB (Red+Green+Blue) = 55+115+144=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #377390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377390 is #C88C6F. Grayscale: #646464. Windows color (decimal): -13143152 or 9466679. OLE color: 9466679.

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

Color convert

RGB55115144-
CMYK0.620.2000.44
HSL199.55º44.72%39.02%-
HSV(B)199.55º61.81%56.47%-
XYZ12.7415.0928.63-
YUV100.37152.6295.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=17.52%
G=36.62%
B=45.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551151440.620.2000.44199.5544.7239.02
Hex3773903E1402Cc82d27
Octal6716322076240543105547
Binary11011111100111001000011111010100010110011001000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377390; }

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

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

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

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

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

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

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

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