#366E86

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

Shades of Astral #366E86

Tints of Astral #366E86

Color information

#366E86 (or 0x366E86) is unknown color: approx Astral. HEX triplet: 36, 6E and 86. RGB value is (54,110,134). Sum of RGB (Red+Green+Blue) = 54+110+134=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #366E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366E86 is #C99179. Grayscale: #5F5F5F. Windows color (decimal): -13209978 or 8810038. OLE color: 8810038.

HSL color Cylindrical-coordinate representation of color #366E86: hue angle of 198º 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 #366E86 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54110134-
CMYK0.600.1800.47
HSL198º42.55%36.86%-
HSV(B)198º59.7%52.55%-
XYZ11.413.6624.59-
YUV95.99149.4598.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=18.12%
G=36.91%
B=44.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541101340.600.1800.4719842.5536.86
Hex366E863C1202Fc62b25
Octal6615620674220573065345
Binary11011011011101000011011110010010010111111000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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