#344699

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

Shades of Tory Blue #344699

Tints of Tory Blue #344699

Color information

#344699 (or 0x344699) is unknown color: approx Tory Blue. HEX triplet: 34, 46 and 99. RGB value is (52,70,153). Sum of RGB (Red+Green+Blue) = 52+70+153=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #344699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344699 is #CBB966. Grayscale: #494949. Windows color (decimal): -13351271 or 10044980. OLE color: 10044980.

HSL color Cylindrical-coordinate representation of color #344699: hue angle of 229.31º 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 #344699 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5270153-
CMYK0.660.5400.4
HSL229.31º49.27%40.2%-
HSV(B)229.31º66.01%60%-
XYZ9.367.4131.07-
YUV74.08172.54112.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=18.91%
G=25.45%
B=55.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52701530.660.5400.4229.3149.2740.2
Hex3446994236028e53128
Octal64106231102660503456150
Binary1101001000110100110011000010110110010100011100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344699; }

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

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

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

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

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

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

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

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