#344C91

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

Shades of Tory Blue #344C91

Tints of Tory Blue #344C91

Color information

#344C91 (or 0x344C91) is unknown color: approx Tory Blue. HEX triplet: 34, 4C and 91. RGB value is (52,76,145). Sum of RGB (Red+Green+Blue) = 52+76+145=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #344C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C91 is #CBB36E. Grayscale: #4C4C4C. Windows color (decimal): -13349743 or 9522228. OLE color: 9522228.

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

Color convert

RGB5276145-
CMYK0.640.4800.43
HSL224.52º47.21%38.63%-
HSV(B)224.52º64.14%56.86%-
XYZ9.117.9427.84-
YUV76.69166.55110.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=19.05%
G=27.84%
B=53.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52761450.640.4800.43224.5247.2138.63
Hex344C91403002Be12f27
Octal64114221100600533415747
Binary1101001001100100100011000000110000010101111100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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