#355192

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

Shades of Tory Blue #355192

Tints of Tory Blue #355192

Color information

#355192 (or 0x355192) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 92. RGB value is (53,81,146). Sum of RGB (Red+Green+Blue) = 53+81+146=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #355192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355192 is #CAAE6D. Grayscale: #4F4F4F. Windows color (decimal): -13282926 or 9589045. OLE color: 9589045.

HSL color Cylindrical-coordinate representation of color #355192: hue angle of 221.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355192 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5381146-
CMYK0.640.4500.43
HSL221.94º46.73%39.02%-
HSV(B)221.94º63.7%57.25%-
XYZ9.68.7228.37-
YUV80.04165.22108.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=18.93%
G=28.93%
B=52.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53811460.640.4500.43221.9446.7339.02
Hex355192402D02Bde2f27
Octal65121222100550533365747
Binary1101011010001100100101000000101101010101111011110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355192; }

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

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

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

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

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

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

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

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