#334596

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

Shades of Tory Blue #334596

Tints of Tory Blue #334596

Color information

#334596 (or 0x334596) is unknown color: approx Tory Blue. HEX triplet: 33, 45 and 96. RGB value is (51,69,150). Sum of RGB (Red+Green+Blue) = 51+69+150=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #334596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334596 is #CCBA69. Grayscale: #484848. Windows color (decimal): -13417066 or 9848115. OLE color: 9848115.

HSL color Cylindrical-coordinate representation of color #334596: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334596 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5169150-
CMYK0.660.5400.41
HSL229.09º49.25%39.41%-
HSV(B)229.09º66%58.82%-
XYZ97.1629.76-
YUV72.85171.54112.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=18.89%
G=25.56%
B=55.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51691500.660.5400.41229.0949.2539.41
Hex3345964236029e53127
Octal63105226102660513456147
Binary1100111000101100101101000010110110010100111100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334596; }

 p { color: rgb(51,69,150); }

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

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

 a { background-color: rgb(51,69,150); }

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

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

 span { border-color: rgb(51,69,150); }

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