#36558F

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

Shades of Tory Blue #36558F

Tints of Tory Blue #36558F

Color information

#36558F (or 0x36558F) is unknown color: approx Tory Blue. HEX triplet: 36, 55 and 8F. RGB value is (54,85,143). Sum of RGB (Red+Green+Blue) = 54+85+143=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #36558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36558F is #C9AA70. Grayscale: #525252. Windows color (decimal): -13216369 or 9393462. OLE color: 9393462.

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

Color convert

RGB5485143-
CMYK0.620.4100.44
HSL219.1º45.18%38.63%-
HSV(B)219.1º62.24%56.08%-
XYZ9.739.2627.26-
YUV82.34162.23107.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=19.15%
G=30.14%
B=50.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54851430.620.4100.44219.145.1838.63
Hex36558F3E2902Cdb2d27
Octal6612521776510543335547
Binary110110101010110001111111110101001010110011011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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