#335091

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

Shades of Tory Blue #335091

Tints of Tory Blue #335091

Color information

#335091 (or 0x335091) is unknown color: approx Tory Blue. HEX triplet: 33, 50 and 91. RGB value is (51,80,145). Sum of RGB (Red+Green+Blue) = 51+80+145=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #335091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335091 is #CCAF6E. Grayscale: #4E4E4E. Windows color (decimal): -13414255 or 9523251. OLE color: 9523251.

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

Color convert

RGB5180145-
CMYK0.650.4500.43
HSL221.49º47.96%38.43%-
HSV(B)221.49º64.83%56.86%-
XYZ9.348.4927.93-
YUV78.74165.39108.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=18.48%
G=28.99%
B=52.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51801450.650.4500.43221.4947.9638.43
Hex335091412D02Bdd3026
Octal63120221101550533356046
Binary1100111010000100100011000001101101010101111011101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335091; }

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

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

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

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

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

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

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

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