#335590

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

Shades of Tory Blue #335590

Tints of Tory Blue #335590

Color information

#335590 (or 0x335590) is unknown color: approx Tory Blue. HEX triplet: 33, 55 and 90. RGB value is (51,85,144). Sum of RGB (Red+Green+Blue) = 51+85+144=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #335590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335590 is #CCAA6F. Grayscale: #515151. Windows color (decimal): -13412976 or 9458995. OLE color: 9458995.

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

Color convert

RGB5185144-
CMYK0.650.4100.44
HSL218.06º47.69%38.24%-
HSV(B)218.06º64.58%56.47%-
XYZ9.659.2127.66-
YUV81.56163.24106.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=18.21%
G=30.36%
B=51.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51851440.650.4100.44218.0647.6938.24
Hex335590412902Cda3026
Octal63125220101510543326046
Binary1100111010101100100001000001101001010110011011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335590; }

 p { color: rgb(51,85,144); }

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

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

 a { background-color: rgb(51,85,144); }

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

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

 span { border-color: rgb(51,85,144); }

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