#34459F

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

Shades of Tory Blue #34459F

Tints of Tory Blue #34459F

Color information

#34459F (or 0x34459F) is unknown color: approx Tory Blue. HEX triplet: 34, 45 and 9F. RGB value is (52,69,159). Sum of RGB (Red+Green+Blue) = 52+69+159=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #34459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34459F is #CBBA60. Grayscale: #494949. Windows color (decimal): -13351521 or 10437940. OLE color: 10437940.

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

Color convert

RGB5269159-
CMYK0.670.5700.38
HSL230.47º50.71%41.37%-
HSV(B)230.47º67.3%62.35%-
XYZ9.87.4933.73-
YUV74.18175.87112.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=18.57%
G=24.64%
B=56.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52691590.670.5700.38230.4750.7141.37
Hex34459F4339026e63329
Octal64105237103710463466351
Binary1101001000101100111111000011111001010011011100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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