#36548C

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

Shades of Tory Blue #36548C

Tints of Tory Blue #36548C

Color information

#36548C (or 0x36548C) is unknown color: approx Tory Blue. HEX triplet: 36, 54 and 8C. RGB value is (54,84,140). Sum of RGB (Red+Green+Blue) = 54+84+140=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #36548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36548C is #C9AB73. Grayscale: #515151. Windows color (decimal): -13216628 or 9196598. OLE color: 9196598.

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

Color convert

RGB5484140-
CMYK0.610.400.45
HSL219.07º44.33%38.04%-
HSV(B)219.07º61.43%54.9%-
XYZ9.439.0226.05-
YUV81.41161.06108.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=19.42%
G=30.22%
B=50.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54841400.610.400.45219.0744.3338.04
Hex36548C3D2802Ddb2c26
Octal6612421475500553335446
Binary110110101010010001100111101101000010110111011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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