#367591

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

Shades of Astral #367591

Tints of Astral #367591

Color information

#367591 (or 0x367591) is unknown color: approx Astral. HEX triplet: 36, 75 and 91. RGB value is (54,117,145). Sum of RGB (Red+Green+Blue) = 54+117+145=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #367591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367591 is #C98A6E. Grayscale: #656565. Windows color (decimal): -13208175 or 9532726. OLE color: 9532726.

HSL color Cylindrical-coordinate representation of color #367591: hue angle of 198.46º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367591 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54117145-
CMYK0.630.1900.43
HSL198.46º45.73%39.02%-
HSV(B)198.46º62.76%56.86%-
XYZ12.9915.5529.1-
YUV101.36152.6394.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=17.09%
G=37.03%
B=45.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541171450.630.1900.43198.4645.7339.02
Hex3675913F1302Bc62e27
Octal6616522177230533065647
Binary11011011101011001000111111110011010101111000110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367591; }

 p { color: rgb(54,117,145); }

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

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

 a { background-color: rgb(54,117,145); }

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

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

 span { border-color: rgb(54,117,145); }

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