#335695

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

Shades of Tory Blue #335695

Tints of Tory Blue #335695

Color information

#335695 (or 0x335695) is unknown color: approx Tory Blue. HEX triplet: 33, 56 and 95. RGB value is (51,86,149). Sum of RGB (Red+Green+Blue) = 51+86+149=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #335695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335695 is #CCA96A. Grayscale: #525252. Windows color (decimal): -13412715 or 9786931. OLE color: 9786931.

HSL color Cylindrical-coordinate representation of color #335695: hue angle of 218.57º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335695 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5186149-
CMYK0.660.4200.42
HSL218.57º49%39.22%-
HSV(B)218.57º65.77%58.43%-
XYZ10.129.5329.74-
YUV82.72165.4105.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 149 (58.59% from 255) = 52.10%
R=17.83%
G=30.07%
B=52.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51861490.660.4200.42218.574939.22
Hex335695422A02Adb3127
Octal63126225102520523336147
Binary1100111010110100101011000010101010010101011011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335695; }

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

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

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

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

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

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

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

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