#344391

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

Shades of Tory Blue #344391

Tints of Tory Blue #344391

Color information

#344391 (or 0x344391) is unknown color: approx Tory Blue. HEX triplet: 34, 43 and 91. RGB value is (52,67,145). Sum of RGB (Red+Green+Blue) = 52+67+145=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #344391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344391 is #CBBC6E. Grayscale: #474747. Windows color (decimal): -13352047 or 9519924. OLE color: 9519924.

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

Color convert

RGB5267145-
CMYK0.640.5400.43
HSL230.32º47.21%38.63%-
HSV(B)230.32º64.14%56.86%-
XYZ8.536.7927.65-
YUV71.41169.53114.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=19.70%
G=25.38%
B=54.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52671450.640.5400.43230.3247.2138.63
Hex344391403602Be62f27
Octal64103221100660533465747
Binary1101001000011100100011000000110110010101111100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344391; }

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

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

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

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

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

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

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

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