#34529B

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

Shades of Tory Blue #34529B

Tints of Tory Blue #34529B

Color information

#34529B (or 0x34529B) is unknown color: approx Tory Blue. HEX triplet: 34, 52 and 9B. RGB value is (52,82,155). Sum of RGB (Red+Green+Blue) = 52+82+155=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #34529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34529B is #CBAD64. Grayscale: #515151. Windows color (decimal): -13348197 or 10179124. OLE color: 10179124.

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

Color convert

RGB5282155-
CMYK0.660.4700.39
HSL222.52º49.76%40.59%-
HSV(B)222.52º66.45%60.78%-
XYZ10.359.1332.23-
YUV81.35169.56107.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=17.99%
G=28.37%
B=53.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52821550.660.4700.39222.5249.7640.59
Hex34529B422F027df3229
Octal64122233102570473376251
Binary1101001010010100110111000010101111010011111011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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