#366889

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

Shades of Astral #366889

Tints of Astral #366889

Color information

#366889 (or 0x366889) is unknown color: approx Astral. HEX triplet: 36, 68 and 89. RGB value is (54,104,137). Sum of RGB (Red+Green+Blue) = 54+104+137=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #366889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366889 is #C99776. Grayscale: #5C5C5C. Windows color (decimal): -13211511 or 9005110. OLE color: 9005110.

HSL color Cylindrical-coordinate representation of color #366889: hue angle of 203.86º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366889 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54104137-
CMYK0.610.2400.46
HSL203.86º43.46%37.45%-
HSV(B)203.86º60.58%53.73%-
XYZ10.9912.4925.5-
YUV92.81152.94100.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=18.31%
G=35.25%
B=46.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541041370.610.2400.46203.8643.4637.45
Hex3668893D1802Ecc2b25
Octal6615021175300563145345
Binary11011011010001000100111110111000010111011001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366889; }

 p { color: rgb(54,104,137); }

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

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

 a { background-color: rgb(54,104,137); }

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

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

 span { border-color: rgb(54,104,137); }

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