#366F91

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

Shades of Astral #366F91

Tints of Astral #366F91

Color information

#366F91 (or 0x366F91) is unknown color: approx Astral. HEX triplet: 36, 6F and 91. RGB value is (54,111,145). Sum of RGB (Red+Green+Blue) = 54+111+145=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #366F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366F91 is #C9906E. Grayscale: #616161. Windows color (decimal): -13209711 or 9531190. OLE color: 9531190.

HSL color Cylindrical-coordinate representation of color #366F91: hue angle of 202.42º 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 #366F91 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54111145-
CMYK0.630.2300.43
HSL202.42º45.73%39.02%-
HSV(B)202.42º62.76%56.86%-
XYZ12.3214.228.88-
YUV97.83154.6296.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=17.42%
G=35.81%
B=46.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541111450.630.2300.43202.4245.7339.02
Hex366F913F1702Bca2e27
Octal6615722177270533125647
Binary11011011011111001000111111110111010101111001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366F91; }

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

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

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

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

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

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

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

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