#366b91

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

Shades of Astral #366B91

Tints of Astral #366B91

Color information

#366B91 (or 0x366B91) is unknown color: approx Astral. HEX triplet: 36, 6B and 91. RGB value is (54,107,145). Sum of RGB (Red+Green+Blue) = 54+107+145=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #366B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B91 is #C9946E. Grayscale: #5F5F5F. Windows color (decimal): -13210735 or 9530166. OLE color: 9530166.

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

Color convert

RGB54107145-
CMYK0.630.2600.43
HSL205.05º45.73%39.02%-
HSV(B)205.05º62.76%56.86%-
XYZ11.8913.3428.74-
YUV95.48155.9498.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 145 (57.03% from 255) = 47.39%
R=17.65%
G=34.97%
B=47.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541071450.630.2600.43205.0545.7339.02
Hex366B913F1A02Bcd2e27
Octal6615322177320533155647
Binary11011011010111001000111111111010010101111001101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366b91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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