#36578F

Color #36578F Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #36578F

Tints of Tory Blue #36578F

Color information

#36578F (or 0x36578F) is unknown color: approx Tory Blue. HEX triplet: 36, 57 and 8F. RGB value is (54,87,143). Sum of RGB (Red+Green+Blue) = 54+87+143=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #36578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36578F is #C9A870. Grayscale: #535353. Windows color (decimal): -13215857 or 9393974. OLE color: 9393974.

HSL color Cylindrical-coordinate representation of color #36578F: hue angle of 217.75º 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 #36578F is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5487143-
CMYK0.620.3900.44
HSL217.75º45.18%38.63%-
HSV(B)217.75º62.24%56.08%-
XYZ9.899.5827.32-
YUV83.52161.57106.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=19.01%
G=30.63%
B=50.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54871430.620.3900.44217.7545.1838.63
Hex36578F3E2702Cda2d27
Octal6612721776470543325547
Binary110110101011110001111111110100111010110011011010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36578F; }

 p { color: rgb(54,87,143); }

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

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

 a { background-color: rgb(54,87,143); }

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

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

 span { border-color: rgb(54,87,143); }

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