#334788

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

Shades of Tory Blue #334788

Tints of Tory Blue #334788

Color information

#334788 (or 0x334788) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 88. RGB value is (51,71,136). Sum of RGB (Red+Green+Blue) = 51+71+136=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #334788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334788 is #CCB877. Grayscale: #484848. Windows color (decimal): -13416568 or 8931123. OLE color: 8931123.

HSL color Cylindrical-coordinate representation of color #334788: hue angle of 225.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334788 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5171136-
CMYK0.620.4800.47
HSL225.88º45.45%36.67%-
HSV(B)225.88º62.5%53.33%-
XYZ8.066.9924.22-
YUV72.43163.87112.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=19.77%
G=27.52%
B=52.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51711360.620.4800.47225.8845.4536.67
Hex3347883E3002Fe22d25
Octal6310721076600573425545
Binary110011100011110001000111110110000010111111100010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334788; }

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

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

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

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

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

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

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

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