#335498

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

Shades of Tory Blue #335498

Tints of Tory Blue #335498

Color information

#335498 (or 0x335498) is unknown color: approx Tory Blue. HEX triplet: 33, 54 and 98. RGB value is (51,84,152). Sum of RGB (Red+Green+Blue) = 51+84+152=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #335498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335498 is #CCAB67. Grayscale: #515151. Windows color (decimal): -13413224 or 9983027. OLE color: 9983027.

HSL color Cylindrical-coordinate representation of color #335498: hue angle of 220.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335498 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5184152-
CMYK0.660.4500.40
HSL220.4º49.75%39.8%-
HSV(B)220.4º66.45%59.61%-
XYZ10.29.3130.97-
YUV81.89167.57105.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=17.77%
G=29.27%
B=52.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51841520.660.4500.40220.449.7539.8
Hex335498422D028dc3228
Octal63124230102550503346250
Binary1100111010100100110001000010101101010100011011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335498; }

 p { color: rgb(51,84,152); }

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

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

 a { background-color: rgb(51,84,152); }

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

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

 span { border-color: rgb(51,84,152); }

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