#36568D

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

Shades of Tory Blue #36568D

Tints of Tory Blue #36568D

Color information

#36568D (or 0x36568D) is unknown color: approx Tory Blue. HEX triplet: 36, 56 and 8D. RGB value is (54,86,141). Sum of RGB (Red+Green+Blue) = 54+86+141=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #36568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36568D is #C9A972. Grayscale: #525252. Windows color (decimal): -13216115 or 9262646. OLE color: 9262646.

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

Color convert

RGB5486141-
CMYK0.620.3900.45
HSL217.93º44.62%38.24%-
HSV(B)217.93º61.7%55.29%-
XYZ9.669.3626.5-
YUV82.7160.9107.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=19.22%
G=30.60%
B=50.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54861410.620.3900.45217.9344.6238.24
Hex36568D3E2702Dda2d26
Octal6612621576470553325546
Binary110110101011010001101111110100111010110111011010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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