#34459C

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

Shades of Tory Blue #34459C

Tints of Tory Blue #34459C

Color information

#34459C (or 0x34459C) is unknown color: approx Tory Blue. HEX triplet: 34, 45 and 9C. RGB value is (52,69,156). Sum of RGB (Red+Green+Blue) = 52+69+156=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #34459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34459C is #CBBA63. Grayscale: #494949. Windows color (decimal): -13351524 or 10241332. OLE color: 10241332.

HSL color Cylindrical-coordinate representation of color #34459C: hue angle of 230.19º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34459C is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5269156-
CMYK0.670.5600.39
HSL230.19º50%40.78%-
HSV(B)230.19º66.67%61.18%-
XYZ9.557.3932.38-
YUV73.84174.37112.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=18.77%
G=24.91%
B=56.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52691560.670.5600.39230.195040.78
Hex34459C4338027e63229
Octal64105234103700473466251
Binary1101001000101100111001000011111000010011111100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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