#377490

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

Shades of Astral #377490

Tints of Astral #377490

Color information

#377490 (or 0x377490) is unknown color: approx Astral. HEX triplet: 37, 74 and 90. RGB value is (55,116,144). Sum of RGB (Red+Green+Blue) = 55+116+144=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #377490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377490 is #C88B6F. Grayscale: #646464. Windows color (decimal): -13142896 or 9466935. OLE color: 9466935.

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

Color convert

RGB55116144-
CMYK0.620.1900.44
HSL198.88º44.72%39.02%-
HSV(B)198.88º61.81%56.47%-
XYZ12.8515.3228.66-
YUV100.95152.2995.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=17.46%
G=36.83%
B=45.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551161440.620.1900.44198.8844.7239.02
Hex3774903E1302Cc72d27
Octal6716422076230543075547
Binary11011111101001001000011111010011010110011000111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377490; }

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

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

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

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

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

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

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

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