#355699

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

Shades of Tory Blue #355699

Tints of Tory Blue #355699

Color information

#355699 (or 0x355699) is unknown color: approx Tory Blue. HEX triplet: 35, 56 and 99. RGB value is (53,86,153). Sum of RGB (Red+Green+Blue) = 53+86+153=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #355699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355699 is #CAA966. Grayscale: #535353. Windows color (decimal): -13281639 or 10049077. OLE color: 10049077.

HSL color Cylindrical-coordinate representation of color #355699: hue angle of 220.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355699 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5386153-
CMYK0.650.4400.4
HSL220.2º48.54%40.39%-
HSV(B)220.2º65.36%60%-
XYZ10.559.7131.46-
YUV83.77167.07106.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=18.15%
G=29.45%
B=52.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53861530.650.4400.4220.248.5440.39
Hex355699412C028dc3128
Octal65126231101540503346150
Binary1101011010110100110011000001101100010100011011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355699; }

 p { color: rgb(53,86,153); }

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

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

 a { background-color: rgb(53,86,153); }

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

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

 span { border-color: rgb(53,86,153); }

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