#36538B

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

Shades of Tory Blue #36538B

Tints of Tory Blue #36538B

Color information

#36538B (or 0x36538B) is unknown color: approx Tory Blue. HEX triplet: 36, 53 and 8B. RGB value is (54,83,139). Sum of RGB (Red+Green+Blue) = 54+83+139=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #36538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36538B is #C9AC74. Grayscale: #505050. Windows color (decimal): -13216885 or 9130806. OLE color: 9130806.

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

Color convert

RGB5483139-
CMYK0.610.4000.45
HSL219.53º44.04%37.84%-
HSV(B)219.53º61.15%54.51%-
XYZ9.278.8325.64-
YUV80.71160.89108.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=19.57%
G=30.07%
B=50.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54831390.610.4000.45219.5344.0437.84
Hex36538B3D2802Ddc2c26
Octal6612321375500553345446
Binary110110101001110001011111101101000010110111011100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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