#355390

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

Shades of Tory Blue #355390

Tints of Tory Blue #355390

Color information

#355390 (or 0x355390) is unknown color: approx Tory Blue. HEX triplet: 35, 53 and 90. RGB value is (53,83,144). Sum of RGB (Red+Green+Blue) = 53+83+144=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 83 (32.81% from 255 or 29.64% 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 #355390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355390 is #CAAC6F. Grayscale: #505050. Windows color (decimal): -13282416 or 9458485. OLE color: 9458485.

HSL color Cylindrical-coordinate representation of color #355390: hue angle of 220.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355390 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5383144-
CMYK0.630.4200.44
HSL220.22º46.19%38.63%-
HSV(B)220.22º63.19%56.47%-
XYZ9.68.9627.61-
YUV80.98163.56108.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=18.93%
G=29.64%
B=51.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53831440.630.4200.44220.2246.1938.63
Hex3553903F2A02Cdc2e27
Octal6512322077520543345647
Binary110101101001110010000111111101010010110011011100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355390; }

 p { color: rgb(53,83,144); }

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

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

 a { background-color: rgb(53,83,144); }

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

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

 span { border-color: rgb(53,83,144); }

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