#344A89

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

Shades of Tory Blue #344A89

Tints of Tory Blue #344A89

Color information

#344A89 (or 0x344A89) is unknown color: approx Tory Blue. HEX triplet: 34, 4A and 89. RGB value is (52,74,137). Sum of RGB (Red+Green+Blue) = 52+74+137=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #344A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A89 is #CBB576. Grayscale: #4A4A4A. Windows color (decimal): -13350263 or 8997428. OLE color: 8997428.

HSL color Cylindrical-coordinate representation of color #344A89: hue angle of 224.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344A89 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5274137-
CMYK0.620.4600.46
HSL224.47º44.97%37.06%-
HSV(B)224.47º62.04%53.73%-
XYZ8.387.4324.66-
YUV74.6163.21111.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=19.77%
G=28.14%
B=52.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52741370.620.4600.46224.4744.9737.06
Hex344A893E2E02Ee02d25
Octal6411221176560563405545
Binary110100100101010001001111110101110010111011100000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,74,137); }

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

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

 a { background-color: rgb(52,74,137); }

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

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

 span { border-color: rgb(52,74,137); }

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