#34459E

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

Shades of Tory Blue #34459E

Tints of Tory Blue #34459E

Color information

#34459E (or 0x34459E) is unknown color: approx Tory Blue. HEX triplet: 34, 45 and 9E. RGB value is (52,69,158). Sum of RGB (Red+Green+Blue) = 52+69+158=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #34459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34459E is #CBBA61. Grayscale: #494949. Windows color (decimal): -13351522 or 10372404. OLE color: 10372404.

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

Color convert

RGB5269158-
CMYK0.670.5600.38
HSL230.38º50.48%41.18%-
HSV(B)230.38º67.09%61.96%-
XYZ9.727.4533.27-
YUV74.06175.37112.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=18.64%
G=24.73%
B=56.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52691580.670.5600.38230.3850.4841.18
Hex34459E4338026e63229
Octal64105236103700463466251
Binary1101001000101100111101000011111000010011011100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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