#366E87

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

Shades of Astral #366E87

Tints of Astral #366E87

Color information

#366E87 (or 0x366E87) is unknown color: approx Astral. HEX triplet: 36, 6E and 87. RGB value is (54,110,135). Sum of RGB (Red+Green+Blue) = 54+110+135=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #366E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366E87 is #C99178. Grayscale: #5F5F5F. Windows color (decimal): -13209977 or 8875574. OLE color: 8875574.

HSL color Cylindrical-coordinate representation of color #366E87: hue angle of 198.52º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366E87 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54110135-
CMYK0.600.1900.47
HSL198.52º42.86%37.06%-
HSV(B)198.52º60%52.94%-
XYZ11.4713.6924.96-
YUV96.11149.9597.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=18.06%
G=36.79%
B=45.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541101350.600.1900.47198.5242.8637.06
Hex366E873C1302Fc72b25
Octal6615620774230573075345
Binary11011011011101000011111110010011010111111000111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,110,135); }

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

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

 a { background-color: rgb(54,110,135); }

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

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

 span { border-color: rgb(54,110,135); }

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