#335391

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

Shades of Tory Blue #335391

Tints of Tory Blue #335391

Color information

#335391 (or 0x335391) is unknown color: approx Tory Blue. HEX triplet: 33, 53 and 91. RGB value is (51,83,145). Sum of RGB (Red+Green+Blue) = 51+83+145=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #335391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335391 is #CCAC6E. Grayscale: #505050. Windows color (decimal): -13413487 or 9524019. OLE color: 9524019.

HSL color Cylindrical-coordinate representation of color #335391: hue angle of 219.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335391 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5183145-
CMYK0.650.4300.43
HSL219.57º47.96%38.43%-
HSV(B)219.57º64.83%56.86%-
XYZ9.578.9328.01-
YUV80.5164.4106.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=18.28%
G=29.75%
B=51.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51831450.650.4300.43219.5747.9638.43
Hex335391412B02Bdc3026
Octal63123221101530533346046
Binary1100111010011100100011000001101011010101111011100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335391; }

 p { color: rgb(51,83,145); }

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

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

 a { background-color: rgb(51,83,145); }

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

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

 span { border-color: rgb(51,83,145); }

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