#366887

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

Shades of Astral #366887

Tints of Astral #366887

Color information

#366887 (or 0x366887) is unknown color: approx Astral. HEX triplet: 36, 68 and 87. RGB value is (54,104,135). Sum of RGB (Red+Green+Blue) = 54+104+135=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #366887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366887 is #C99778. Grayscale: #5C5C5C. Windows color (decimal): -13211513 or 8874038. OLE color: 8874038.

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

Color convert

RGB54104135-
CMYK0.600.2300.47
HSL202.96º42.86%37.06%-
HSV(B)202.96º60%52.94%-
XYZ10.8412.4324.75-
YUV92.58151.94100.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=18.43%
G=35.49%
B=46.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541041350.600.2300.47202.9642.8637.06
Hex3668873C1702Fcb2b25
Octal6615020774270573135345
Binary11011011010001000011111110010111010111111001011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366887; }

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

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

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

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

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

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

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

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