#335195

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

Shades of Tory Blue #335195

Tints of Tory Blue #335195

Color information

#335195 (or 0x335195) is unknown color: approx Tory Blue. HEX triplet: 33, 51 and 95. RGB value is (51,81,149). Sum of RGB (Red+Green+Blue) = 51+81+149=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #335195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335195 is #CCAE6A. Grayscale: #4F4F4F. Windows color (decimal): -13413995 or 9785651. OLE color: 9785651.

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

Color convert

RGB5181149-
CMYK0.660.4600.42
HSL221.63º49%39.22%-
HSV(B)221.63º65.77%58.43%-
XYZ9.738.7629.61-
YUV79.78167.06107.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=18.15%
G=28.83%
B=53.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51811490.660.4600.42221.634939.22
Hex335195422E02Ade3127
Octal63121225102560523366147
Binary1100111010001100101011000010101110010101011011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335195; }

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

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

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

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

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

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

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

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