#344781

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

Shades of Tory Blue #344781

Tints of Tory Blue #344781

Color information

#344781 (or 0x344781) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and 81. RGB value is (52,71,129). Sum of RGB (Red+Green+Blue) = 52+71+129=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #344781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344781 is #CBB87E. Grayscale: #474747. Windows color (decimal): -13351039 or 8472372. OLE color: 8472372.

HSL color Cylindrical-coordinate representation of color #344781: hue angle of 225.19º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344781 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5271129-
CMYK0.600.4500.49
HSL225.19º42.54%35.49%-
HSV(B)225.19º59.69%50.59%-
XYZ7.636.8221.68-
YUV71.93160.21113.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=20.63%
G=28.17%
B=51.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52711290.600.4500.49225.1942.5435.49
Hex3447813C2D031e12b23
Octal6410720174550613415343
Binary110100100011110000001111100101101011000111100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344781; }

 p { color: rgb(52,71,129); }

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

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

 a { background-color: rgb(52,71,129); }

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

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

 span { border-color: rgb(52,71,129); }

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