#335490

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

Shades of Tory Blue #335490

Tints of Tory Blue #335490

Color information

#335490 (or 0x335490) is unknown color: approx Tory Blue. HEX triplet: 33, 54 and 90. RGB value is (51,84,144). Sum of RGB (Red+Green+Blue) = 51+84+144=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #335490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335490 is #CCAB6F. Grayscale: #505050. Windows color (decimal): -13413232 or 9458739. OLE color: 9458739.

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

Color convert

RGB5184144-
CMYK0.650.4200.44
HSL218.71º47.69%38.24%-
HSV(B)218.71º64.58%56.47%-
XYZ9.579.0627.63-
YUV80.97163.57106.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=18.28%
G=30.11%
B=51.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51841440.650.4200.44218.7147.6938.24
Hex335490412A02Cdb3026
Octal63124220101520543336046
Binary1100111010100100100001000001101010010110011011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335490; }

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

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

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

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

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

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

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

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