#344D91

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

Shades of Tory Blue #344D91

Tints of Tory Blue #344D91

Color information

#344D91 (or 0x344D91) is unknown color: approx Tory Blue. HEX triplet: 34, 4D and 91. RGB value is (52,77,145). Sum of RGB (Red+Green+Blue) = 52+77+145=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #344D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344D91 is #CBB26E. Grayscale: #4C4C4C. Windows color (decimal): -13349487 or 9522484. OLE color: 9522484.

HSL color Cylindrical-coordinate representation of color #344D91: hue angle of 223.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344D91 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5277145-
CMYK0.640.4700.43
HSL223.87º47.21%38.63%-
HSV(B)223.87º64.14%56.86%-
XYZ9.188.0827.86-
YUV77.28166.22109.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=18.98%
G=28.10%
B=52.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52771450.640.4700.43223.8747.2138.63
Hex344D91402F02Be02f27
Octal64115221100570533405747
Binary1101001001101100100011000000101111010101111100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D91; }

 p { color: rgb(52,77,145); }

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

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

 a { background-color: rgb(52,77,145); }

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

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

 span { border-color: rgb(52,77,145); }

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