#35409C

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

Shades of Tory Blue #35409C

Tints of Tory Blue #35409C

Color information

#35409C (or 0x35409C) is unknown color: approx Tory Blue. HEX triplet: 35, 40 and 9C. RGB value is (53,64,156). Sum of RGB (Red+Green+Blue) = 53+64+156=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #35409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35409C is #CABF63. Grayscale: #464646. Windows color (decimal): -13287268 or 10240053. OLE color: 10240053.

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

Color convert

RGB5364156-
CMYK0.660.5900.39
HSL233.59º49.28%40.98%-
HSV(B)233.59º66.03%61.18%-
XYZ9.36.8232.28-
YUV71.2175.86115.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=19.41%
G=23.44%
B=57.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53641560.660.5900.39233.5949.2840.98
Hex35409C423B027ea3129
Octal65100234102730473526151
Binary1101011000000100111001000010111011010011111101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,64,156); }

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

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

 a { background-color: rgb(53,64,156); }

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

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

 span { border-color: rgb(53,64,156); }

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