#334191

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

Shades of Tory Blue #334191

Tints of Tory Blue #334191

Color information

#334191 (or 0x334191) is unknown color: approx Tory Blue. HEX triplet: 33, 41 and 91. RGB value is (51,65,145). Sum of RGB (Red+Green+Blue) = 51+65+145=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #334191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334191 is #CCBE6E. Grayscale: #454545. Windows color (decimal): -13418095 or 9519411. OLE color: 9519411.

HSL color Cylindrical-coordinate representation of color #334191: hue angle of 231.06º 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 #334191 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5165145-
CMYK0.650.5500.43
HSL231.06º47.96%38.43%-
HSV(B)231.06º64.83%56.86%-
XYZ8.376.5327.61-
YUV69.93170.36114.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=19.54%
G=24.90%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51651450.650.5500.43231.0647.9638.43
Hex334191413702Be73026
Octal63101221101670533476046
Binary1100111000001100100011000001110111010101111100111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334191; }

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

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

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

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

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

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

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

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