#355088

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

Shades of Tory Blue #355088

Tints of Tory Blue #355088

Color information

#355088 (or 0x355088) is unknown color: approx Tory Blue. HEX triplet: 35, 50 and 88. RGB value is (53,80,136). Sum of RGB (Red+Green+Blue) = 53+80+136=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #355088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355088 is #CAAF77. Grayscale: #4E4E4E. Windows color (decimal): -13283192 or 8933429. OLE color: 8933429.

HSL color Cylindrical-coordinate representation of color #355088: hue angle of 220.48º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355088 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5380136-
CMYK0.610.4100.47
HSL220.48º43.92%37.06%-
HSV(B)220.48º61.03%53.33%-
XYZ8.788.2724.43-
YUV78.31160.55109.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=19.70%
G=29.74%
B=50.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53801360.610.4100.47220.4843.9237.06
Hex3550883D2902Fdc2c25
Octal6512021075510573345445
Binary110101101000010001000111101101001010111111011100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355088; }

 p { color: rgb(53,80,136); }

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

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

 a { background-color: rgb(53,80,136); }

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

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

 span { border-color: rgb(53,80,136); }

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