#36558D

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

Shades of Tory Blue #36558D

Tints of Tory Blue #36558D

Color information

#36558D (or 0x36558D) is unknown color: approx Tory Blue. HEX triplet: 36, 55 and 8D. RGB value is (54,85,141). Sum of RGB (Red+Green+Blue) = 54+85+141=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #36558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36558D is #C9AA72. Grayscale: #515151. Windows color (decimal): -13216371 or 9262390. OLE color: 9262390.

HSL color Cylindrical-coordinate representation of color #36558D: hue angle of 218.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36558D is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5485141-
CMYK0.620.4000.45
HSL218.62º44.62%38.24%-
HSV(B)218.62º61.7%55.29%-
XYZ9.589.226.47-
YUV82.12161.23107.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=19.29%
G=30.36%
B=50.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54851410.620.4000.45218.6244.6238.24
Hex36558D3E2802Ddb2d26
Octal6612521576500553335546
Binary110110101010110001101111110101000010110111011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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