#34529E

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

Shades of Tory Blue #34529E

Tints of Tory Blue #34529E

Color information

#34529E (or 0x34529E) is unknown color: approx Tory Blue. HEX triplet: 34, 52 and 9E. RGB value is (52,82,158). Sum of RGB (Red+Green+Blue) = 52+82+158=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #34529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34529E is #CBAD61. Grayscale: #515151. Windows color (decimal): -13348194 or 10375732. OLE color: 10375732.

HSL color Cylindrical-coordinate representation of color #34529E: hue angle of 223.02º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34529E is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5282158-
CMYK0.670.4800.38
HSL223.02º50.48%41.18%-
HSV(B)223.02º67.09%61.96%-
XYZ10.619.2333.57-
YUV81.69171.06106.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=17.81%
G=28.08%
B=54.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52821580.670.4800.38223.0250.4841.18
Hex34529E4330026df3229
Octal64122236103600463376251
Binary1101001010010100111101000011110000010011011011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34529E; }

 p { color: rgb(52,82,158); }

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

<style>
 a { background-color: #34529E; }

 a { background-color: rgb(52,82,158); }

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

<style>
 span { border-color: #34529E; }

 span { border-color: rgb(52,82,158); }

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