#344989

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

Shades of Tory Blue #344989

Tints of Tory Blue #344989

Color information

#344989 (or 0x344989) is unknown color: approx Tory Blue. HEX triplet: 34, 49 and 89. RGB value is (52,73,137). Sum of RGB (Red+Green+Blue) = 52+73+137=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #344989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344989 is #CBB676. Grayscale: #494949. Windows color (decimal): -13350519 or 8997172. OLE color: 8997172.

HSL color Cylindrical-coordinate representation of color #344989: hue angle of 225.18º 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 #344989 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5273137-
CMYK0.620.4700.46
HSL225.18º44.97%37.06%-
HSV(B)225.18º62.04%53.73%-
XYZ8.317.324.64-
YUV74.02163.54112.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=19.85%
G=27.86%
B=52.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52731370.620.4700.46225.1844.9737.06
Hex3449893E2F02Ee12d25
Octal6411121176570563415545
Binary110100100100110001001111110101111010111011100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344989; }

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

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

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

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

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

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

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

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