#36409B

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

Shades of Tory Blue #36409B

Tints of Tory Blue #36409B

Color information

#36409B (or 0x36409B) is unknown color: approx Tory Blue. HEX triplet: 36, 40 and 9B. RGB value is (54,64,155). Sum of RGB (Red+Green+Blue) = 54+64+155=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #36409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36409B is #C9BF64. Grayscale: #474747. Windows color (decimal): -13221733 or 10174518. OLE color: 10174518.

HSL color Cylindrical-coordinate representation of color #36409B: hue angle of 234.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36409B is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5464155-
CMYK0.650.5900.39
HSL234.06º48.33%40.98%-
HSV(B)234.06º65.16%60.78%-
XYZ9.276.8231.84-
YUV71.38175.19115.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=19.78%
G=23.44%
B=56.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54641550.650.5900.39234.0648.3340.98
Hex36409B413B027ea3029
Octal66100233101730473526051
Binary1101101000000100110111000001111011010011111101010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,64,155); }

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

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

 a { background-color: rgb(54,64,155); }

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

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

 span { border-color: rgb(54,64,155); }

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