#34519E

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

Shades of Tory Blue #34519E

Tints of Tory Blue #34519E

Color information

#34519E (or 0x34519E) is unknown color: approx Tory Blue. HEX triplet: 34, 51 and 9E. RGB value is (52,81,158). Sum of RGB (Red+Green+Blue) = 52+81+158=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #34519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34519E is #CBAE61. Grayscale: #505050. Windows color (decimal): -13348450 or 10375476. OLE color: 10375476.

HSL color Cylindrical-coordinate representation of color #34519E: hue angle of 223.58º 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 #34519E is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5281158-
CMYK0.670.4900.38
HSL223.58º50.48%41.18%-
HSV(B)223.58º67.09%61.96%-
XYZ10.539.0833.55-
YUV81.11171.39107.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=17.87%
G=27.84%
B=54.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52811580.670.4900.38223.5850.4841.18
Hex34519E4331026e03229
Octal64121236103610463406251
Binary1101001010001100111101000011110001010011011100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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