#367490

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

Shades of Astral #367490

Tints of Astral #367490

Color information

#367490 (or 0x367490) is unknown color: approx Astral. HEX triplet: 36, 74 and 90. RGB value is (54,116,144). Sum of RGB (Red+Green+Blue) = 54+116+144=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 116 (45.70% from 255 or 36.94% 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 #367490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367490 is #C98B6F. Grayscale: #646464. Windows color (decimal): -13208432 or 9466934. OLE color: 9466934.

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

Color convert

RGB54116144-
CMYK0.630.1900.44
HSL198.67º45.45%38.82%-
HSV(B)198.67º62.5%56.47%-
XYZ12.815.2928.66-
YUV100.65152.4694.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=17.20%
G=36.94%
B=45.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541161440.630.1900.44198.6745.4538.82
Hex3674903F1302Cc72d27
Octal6616422077230543075547
Binary11011011101001001000011111110011010110011000111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367490; }

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

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

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

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

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

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

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

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