#344980

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

Shades of Tory Blue #344980

Tints of Tory Blue #344980

Color information

#344980 (or 0x344980) is unknown color: approx Tory Blue. HEX triplet: 34, 49 and 80. RGB value is (52,73,128). Sum of RGB (Red+Green+Blue) = 52+73+128=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #344980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344980 is #CBB67F. Grayscale: #484848. Windows color (decimal): -13350528 or 8407348. OLE color: 8407348.

HSL color Cylindrical-coordinate representation of color #344980: hue angle of 223.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344980 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5273128-
CMYK0.590.4300.50
HSL223.42º42.22%35.29%-
HSV(B)223.42º59.38%50.2%-
XYZ7.77.0521.38-
YUV72.99159.04113.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=20.55%
G=28.85%
B=50.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52731280.590.4300.50223.4242.2235.29
Hex3449803B2B032df2a23
Octal6411120073530623375243
Binary110100100100110000000111011101011011001011011111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344980; }

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

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

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

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

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

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

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

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