#344199

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

Shades of Tory Blue #344199

Tints of Tory Blue #344199

Color information

#344199 (or 0x344199) is unknown color: approx Tory Blue. HEX triplet: 34, 41 and 99. RGB value is (52,65,153). Sum of RGB (Red+Green+Blue) = 52+65+153=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #344199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344199 is #CBBE66. Grayscale: #464646. Windows color (decimal): -13352551 or 10043700. OLE color: 10043700.

HSL color Cylindrical-coordinate representation of color #344199: hue angle of 232.28º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344199 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5265153-
CMYK0.660.5800.4
HSL232.28º49.27%40.2%-
HSV(B)232.28º66.01%60%-
XYZ9.066.8130.97-
YUV71.15174.19114.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=19.26%
G=24.07%
B=56.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52651530.660.5800.4232.2849.2740.2
Hex344199423A028e83128
Octal64101231102720503506150
Binary1101001000001100110011000010111010010100011101000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344199; }

 p { color: rgb(52,65,153); }

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

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

 a { background-color: rgb(52,65,153); }

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

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

 span { border-color: rgb(52,65,153); }

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