#335690

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

Shades of Tory Blue #335690

Tints of Tory Blue #335690

Color information

#335690 (or 0x335690) is unknown color: approx Tory Blue. HEX triplet: 33, 56 and 90. RGB value is (51,86,144). Sum of RGB (Red+Green+Blue) = 51+86+144=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #335690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335690 is #CCA96F. Grayscale: #515151. Windows color (decimal): -13412720 or 9459251. OLE color: 9459251.

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

Color convert

RGB5186144-
CMYK0.650.4000.44
HSL217.42º47.69%38.24%-
HSV(B)217.42º64.58%56.47%-
XYZ9.739.3727.68-
YUV82.15162.9105.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=18.15%
G=30.60%
B=51.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51861440.650.4000.44217.4247.6938.24
Hex335690412802Cd93026
Octal63126220101500543316046
Binary1100111010110100100001000001101000010110011011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335690; }

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

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

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

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

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

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

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

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