#34409A

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

Shades of Tory Blue #34409A

Tints of Tory Blue #34409A

Color information

#34409A (or 0x34409A) is unknown color: approx Tory Blue. HEX triplet: 34, 40 and 9A. RGB value is (52,64,154). Sum of RGB (Red+Green+Blue) = 52+64+154=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #34409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34409A is #CBBF65. Grayscale: #464646. Windows color (decimal): -13352806 or 10108980. OLE color: 10108980.

HSL color Cylindrical-coordinate representation of color #34409A: hue angle of 232.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34409A is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5264154-
CMYK0.660.5800.40
HSL232.94º49.51%40.39%-
HSV(B)232.94º66.23%60.39%-
XYZ9.086.7331.39-
YUV70.67175.02114.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=19.26%
G=23.70%
B=57.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52641540.660.5800.40232.9449.5140.39
Hex34409A423A028e93228
Octal64100232102720503516250
Binary1101001000000100110101000010111010010100011101001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34409A; }

 p { color: rgb(52,64,154); }

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

<style>
 a { background-color: #34409A; }

 a { background-color: rgb(52,64,154); }

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

<style>
 span { border-color: #34409A; }

 span { border-color: rgb(52,64,154); }

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