#335691

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

Shades of Tory Blue #335691

Tints of Tory Blue #335691

Color information

#335691 (or 0x335691) is unknown color: approx Tory Blue. HEX triplet: 33, 56 and 91. RGB value is (51,86,145). Sum of RGB (Red+Green+Blue) = 51+86+145=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #335691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335691 is #CCA96E. Grayscale: #515151. Windows color (decimal): -13412719 or 9524787. OLE color: 9524787.

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

Color convert

RGB5186145-
CMYK0.650.4100.43
HSL217.66º47.96%38.43%-
HSV(B)217.66º64.83%56.86%-
XYZ9.89.428.09-
YUV82.26163.4105.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=18.09%
G=30.50%
B=51.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51861450.650.4100.43217.6647.9638.43
Hex335691412902Bda3026
Octal63126221101510533326046
Binary1100111010110100100011000001101001010101111011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335691; }

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

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

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

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

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

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

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

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