#344E91

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

Shades of Tory Blue #344E91

Tints of Tory Blue #344E91

Color information

#344E91 (or 0x344E91) is unknown color: approx Tory Blue. HEX triplet: 34, 4E and 91. RGB value is (52,78,145). Sum of RGB (Red+Green+Blue) = 52+78+145=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #344E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E91 is #CBB16E. Grayscale: #4D4D4D. Windows color (decimal): -13349231 or 9522740. OLE color: 9522740.

HSL color Cylindrical-coordinate representation of color #344E91: hue angle of 223.23º 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 #344E91 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5278145-
CMYK0.640.4600.43
HSL223.23º47.21%38.63%-
HSV(B)223.23º64.14%56.86%-
XYZ9.258.2227.89-
YUV77.86165.89109.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=18.91%
G=28.36%
B=52.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52781450.640.4600.43223.2347.2138.63
Hex344E91402E02Bdf2f27
Octal64116221100560533375747
Binary1101001001110100100011000000101110010101111011111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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