#35409B

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

Shades of Tory Blue #35409B

Tints of Tory Blue #35409B

Color information

#35409B (or 0x35409B) is unknown color: approx Tory Blue. HEX triplet: 35, 40 and 9B. RGB value is (53,64,155). Sum of RGB (Red+Green+Blue) = 53+64+155=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #35409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35409B is #CABF64. Grayscale: #464646. Windows color (decimal): -13287269 or 10174517. OLE color: 10174517.

HSL color Cylindrical-coordinate representation of color #35409B: hue angle of 233.53º 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 #35409B is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5364155-
CMYK0.660.5900.39
HSL233.53º49.04%40.78%-
HSV(B)233.53º65.81%60.78%-
XYZ9.226.7931.84-
YUV71.09175.36115.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=19.49%
G=23.53%
B=56.99%

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
Decimal53641550.660.5900.39233.5349.0440.78
Hex35409B423B027ea3129
Octal65100233102730473526151
Binary1101011000000100110111000010111011010011111101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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