#36548B

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

Shades of Tory Blue #36548B

Tints of Tory Blue #36548B

Color information

#36548B (or 0x36548B) is unknown color: approx Tory Blue. HEX triplet: 36, 54 and 8B. RGB value is (54,84,139). Sum of RGB (Red+Green+Blue) = 54+84+139=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #36548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36548B is #C9AB74. Grayscale: #515151. Windows color (decimal): -13216629 or 9131062. OLE color: 9131062.

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

Color convert

RGB5484139-
CMYK0.610.4000.45
HSL218.82º44.04%37.84%-
HSV(B)218.82º61.15%54.51%-
XYZ9.358.9925.67-
YUV81.3160.56108.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=19.49%
G=30.32%
B=50.18%

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
Decimal54841390.610.4000.45218.8244.0437.84
Hex36548B3D2802Ddb2c26
Octal6612421375500553335446
Binary110110101010010001011111101101000010110111011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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