#355196

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

Shades of Tory Blue #355196

Tints of Tory Blue #355196

Color information

#355196 (or 0x355196) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 96. RGB value is (53,81,150). Sum of RGB (Red+Green+Blue) = 53+81+150=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #355196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355196 is #CAAE69. Grayscale: #505050. Windows color (decimal): -13282922 or 9851189. OLE color: 9851189.

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

Color convert

RGB5381150-
CMYK0.650.4600.41
HSL222.68º47.78%39.8%-
HSV(B)222.68º64.67%58.82%-
XYZ9.928.8430.04-
YUV80.49167.22108.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=18.66%
G=28.52%
B=52.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53811500.650.4600.41222.6847.7839.8
Hex355196412E029df3028
Octal65121226101560513376050
Binary1101011010001100101101000001101110010100111011111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355196; }

 p { color: rgb(53,81,150); }

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

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

 a { background-color: rgb(53,81,150); }

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

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

 span { border-color: rgb(53,81,150); }

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