#344489

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

Shades of Tory Blue #344489

Tints of Tory Blue #344489

Color information

#344489 (or 0x344489) is unknown color: approx Tory Blue. HEX triplet: 34, 44 and 89. RGB value is (52,68,137). Sum of RGB (Red+Green+Blue) = 52+68+137=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #344489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344489 is #CBBB76. Grayscale: #464646. Windows color (decimal): -13351799 or 8995892. OLE color: 8995892.

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

Color convert

RGB5268137-
CMYK0.620.5000.46
HSL228.71º44.97%37.06%-
HSV(B)228.71º62.04%53.73%-
XYZ86.6724.53-
YUV71.08165.2114.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=20.23%
G=26.46%
B=53.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52681370.620.5000.46228.7144.9737.06
Hex3444893E3202Ee52d25
Octal6410421176620563455545
Binary110100100010010001001111110110010010111011100101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344489; }

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

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

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

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

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

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

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

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