#366c90

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

Shades of Astral #366C90

Tints of Astral #366C90

Color information

#366C90 (or 0x366C90) is unknown color: approx Astral. HEX triplet: 36, 6C and 90. RGB value is (54,108,144). Sum of RGB (Red+Green+Blue) = 54+108+144=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #366C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C90 is #C9936F. Grayscale: #5F5F5F. Windows color (decimal): -13210480 or 9464886. OLE color: 9464886.

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

Color convert

RGB54108144-
CMYK0.630.2500.44
HSL204º45.45%38.82%-
HSV(B)204º62.5%56.47%-
XYZ11.9213.5228.37-
YUV95.96155.1198.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541081440.630.2500.4420445.4538.82
Hex366C903F1902Ccc2d27
Octal6615422077310543145547
Binary11011011011001001000011111111001010110011001100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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