#36508B

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

Shades of Tory Blue #36508B

Tints of Tory Blue #36508B

Color information

#36508B (or 0x36508B) is unknown color: approx Tory Blue. HEX triplet: 36, 50 and 8B. RGB value is (54,80,139). Sum of RGB (Red+Green+Blue) = 54+80+139=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #36508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36508B is #C9AF74. Grayscale: #4E4E4E. Windows color (decimal): -13217653 or 9130038. OLE color: 9130038.

HSL color Cylindrical-coordinate representation of color #36508B: hue angle of 221.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36508B is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5480139-
CMYK0.610.4200.45
HSL221.65º44.04%37.84%-
HSV(B)221.65º61.15%54.51%-
XYZ9.058.3925.57-
YUV78.95161.89110.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=19.78%
G=29.30%
B=50.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54801390.610.4200.45221.6544.0437.84
Hex36508B3D2A02Dde2c26
Octal6612021375520553365446
Binary110110101000010001011111101101010010110111011110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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