#366590

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

Shades of Astral #366590

Tints of Astral #366590

Color information

#366590 (or 0x366590) is unknown color: approx Astral. HEX triplet: 36, 65 and 90. RGB value is (54,101,144). Sum of RGB (Red+Green+Blue) = 54+101+144=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #366590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366590 is #C99A6F. Grayscale: #5B5B5B. Windows color (decimal): -13212272 or 9463094. OLE color: 9463094.

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

Color convert

RGB54101144-
CMYK0.630.3000.44
HSL208.67º45.45%38.82%-
HSV(B)208.67º62.5%56.47%-
XYZ11.2112.1128.13-
YUV91.85157.43101-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=18.06%
G=33.78%
B=48.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541011440.630.3000.44208.6745.4538.82
Hex3665903F1E02Cd12d27
Octal6614522077360543215547
Binary11011011001011001000011111111110010110011010001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366590; }

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

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

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

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

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

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

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

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