#36548D

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

Shades of Tory Blue #36548D

Tints of Tory Blue #36548D

Color information

#36548D (or 0x36548D) is unknown color: approx Tory Blue. HEX triplet: 36, 54 and 8D. RGB value is (54,84,141). Sum of RGB (Red+Green+Blue) = 54+84+141=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #36548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36548D is #C9AB72. Grayscale: #515151. Windows color (decimal): -13216627 or 9262134. OLE color: 9262134.

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

Color convert

RGB5484141-
CMYK0.620.4000.45
HSL219.31º44.62%38.24%-
HSV(B)219.31º61.7%55.29%-
XYZ9.59.0526.45-
YUV81.53161.56108.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=19.35%
G=30.11%
B=50.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54841410.620.4000.45219.3144.6238.24
Hex36548D3E2802Ddb2d26
Octal6612421576500553335546
Binary110110101010010001101111110101000010110111011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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