#335294

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

Shades of Tory Blue #335294

Tints of Tory Blue #335294

Color information

#335294 (or 0x335294) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 94. RGB value is (51,82,148). Sum of RGB (Red+Green+Blue) = 51+82+148=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #335294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335294 is #CCAD6B. Grayscale: #4F4F4F. Windows color (decimal): -13413740 or 9720371. OLE color: 9720371.

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

Color convert

RGB5182148-
CMYK0.660.4500.42
HSL220.82º48.74%39.02%-
HSV(B)220.82º65.54%58.04%-
XYZ9.738.8829.22-
YUV80.26166.23107.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=18.15%
G=29.18%
B=52.67%

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
Decimal51821480.660.4500.42220.8248.7439.02
Hex335294422D02Add3127
Octal63122224102550523356147
Binary1100111010010100101001000010101101010101011011101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335294; }

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

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

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

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

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

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

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

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