#334391

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

Shades of Tory Blue #334391

Tints of Tory Blue #334391

Color information

#334391 (or 0x334391) is unknown color: approx Tory Blue. HEX triplet: 33, 43 and 91. RGB value is (51,67,145). Sum of RGB (Red+Green+Blue) = 51+67+145=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #334391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334391 is #CCBC6E. Grayscale: #464646. Windows color (decimal): -13417583 or 9519923. OLE color: 9519923.

HSL color Cylindrical-coordinate representation of color #334391: hue angle of 229.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334391 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5167145-
CMYK0.650.5400.43
HSL229.79º47.96%38.43%-
HSV(B)229.79º64.83%56.86%-
XYZ8.486.7627.65-
YUV71.11169.7113.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=19.39%
G=25.48%
B=55.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51671450.650.5400.43229.7947.9638.43
Hex334391413602Be63026
Octal63103221101660533466046
Binary1100111000011100100011000001110110010101111100110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334391; }

 p { color: rgb(51,67,145); }

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

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

 a { background-color: rgb(51,67,145); }

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

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

 span { border-color: rgb(51,67,145); }

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