#36508D

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

Shades of Tory Blue #36508D

Tints of Tory Blue #36508D

Color information

#36508D (or 0x36508D) is unknown color: approx Tory Blue. HEX triplet: 36, 50 and 8D. RGB value is (54,80,141). Sum of RGB (Red+Green+Blue) = 54+80+141=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #36508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36508D is #C9AF72. Grayscale: #4E4E4E. Windows color (decimal): -13217651 or 9261110. OLE color: 9261110.

HSL color Cylindrical-coordinate representation of color #36508D: hue angle of 222.07º 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 #36508D is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5480141-
CMYK0.620.4300.45
HSL222.07º44.62%38.24%-
HSV(B)222.07º61.7%55.29%-
XYZ9.28.4426.34-
YUV79.18162.89110.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=19.64%
G=29.09%
B=51.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54801410.620.4300.45222.0744.6238.24
Hex36508D3E2B02Dde2d26
Octal6612021576530553365546
Binary110110101000010001101111110101011010110111011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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