#344294

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

Shades of Tory Blue #344294

Tints of Tory Blue #344294

Color information

#344294 (or 0x344294) is unknown color: approx Tory Blue. HEX triplet: 34, 42 and 94. RGB value is (52,66,148). Sum of RGB (Red+Green+Blue) = 52+66+148=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #344294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344294 is #CBBD6B. Grayscale: #464646. Windows color (decimal): -13352300 or 9716276. OLE color: 9716276.

HSL color Cylindrical-coordinate representation of color #344294: hue angle of 231.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344294 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5266148-
CMYK0.650.5500.42
HSL231.25º48%39.22%-
HSV(B)231.25º64.86%58.04%-
XYZ8.716.7628.86-
YUV71.16171.36114.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=19.55%
G=24.81%
B=55.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52661480.650.5500.42231.254839.22
Hex344294413702Ae73027
Octal64102224101670523476047
Binary1101001000010100101001000001110111010101011100111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344294; }

 p { color: rgb(52,66,148); }

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

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

 a { background-color: rgb(52,66,148); }

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

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

 span { border-color: rgb(52,66,148); }

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