#334789

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

Shades of Tory Blue #334789

Tints of Tory Blue #334789

Color information

#334789 (or 0x334789) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 89. RGB value is (51,71,137). Sum of RGB (Red+Green+Blue) = 51+71+137=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #334789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334789 is #CCB876. Grayscale: #484848. Windows color (decimal): -13416567 or 8996659. OLE color: 8996659.

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

Color convert

RGB5171137-
CMYK0.630.4800.46
HSL226.05º45.74%36.86%-
HSV(B)226.05º62.77%53.73%-
XYZ8.137.0224.59-
YUV72.54164.37112.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=19.69%
G=27.41%
B=52.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51711370.630.4800.46226.0545.7436.86
Hex3347893F3002Ee22e25
Octal6310721177600563425645
Binary110011100011110001001111111110000010111011100010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334789; }

 p { color: rgb(51,71,137); }

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

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

 a { background-color: rgb(51,71,137); }

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

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

 span { border-color: rgb(51,71,137); }

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