#335295

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

Shades of Tory Blue #335295

Tints of Tory Blue #335295

Color information

#335295 (or 0x335295) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 95. RGB value is (51,82,149). Sum of RGB (Red+Green+Blue) = 51+82+149=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #335295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335295 is #CCAD6A. Grayscale: #505050. Windows color (decimal): -13413739 or 9785907. OLE color: 9785907.

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

Color convert

RGB5182149-
CMYK0.660.4500.42
HSL221.02º49%39.22%-
HSV(B)221.02º65.77%58.43%-
XYZ9.818.9129.64-
YUV80.37166.73107.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=18.09%
G=29.08%
B=52.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51821490.660.4500.42221.024939.22
Hex335295422D02Add3127
Octal63122225102550523356147
Binary1100111010010100101011000010101101010101011011101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335295; }

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

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

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

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

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

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

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

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