#36528B

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

Shades of Tory Blue #36528B

Tints of Tory Blue #36528B

Color information

#36528B (or 0x36528B) is unknown color: approx Tory Blue. HEX triplet: 36, 52 and 8B. RGB value is (54,82,139). Sum of RGB (Red+Green+Blue) = 54+82+139=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #36528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36528B is #C9AD74. Grayscale: #4F4F4F. Windows color (decimal): -13217141 or 9130550. OLE color: 9130550.

HSL color Cylindrical-coordinate representation of color #36528B: hue angle of 220.24º 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 #36528B is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5482139-
CMYK0.610.4100.45
HSL220.24º44.04%37.84%-
HSV(B)220.24º61.15%54.51%-
XYZ9.28.6825.62-
YUV80.13161.22109.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=19.64%
G=29.82%
B=50.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54821390.610.4100.45220.2444.0437.84
Hex36528B3D2902Ddc2c26
Octal6612221375510553345446
Binary110110101001010001011111101101001010110111011100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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