#355795

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

Shades of Tory Blue #355795

Tints of Tory Blue #355795

Color information

#355795 (or 0x355795) is unknown color: approx Tory Blue. HEX triplet: 35, 57 and 95. RGB value is (53,87,149). Sum of RGB (Red+Green+Blue) = 53+87+149=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #355795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355795 is #CAA86A. Grayscale: #535353. Windows color (decimal): -13281387 or 9787189. OLE color: 9787189.

HSL color Cylindrical-coordinate representation of color #355795: hue angle of 218.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355795 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5387149-
CMYK0.640.4200.42
HSL218.75º47.52%39.61%-
HSV(B)218.75º64.43%58.43%-
XYZ10.39.7429.77-
YUV83.9164.74105.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=18.34%
G=30.10%
B=51.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53871490.640.4200.42218.7547.5239.61
Hex355795402A02Adb3028
Octal65127225100520523336050
Binary1101011010111100101011000000101010010101011011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355795; }

 p { color: rgb(53,87,149); }

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

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

 a { background-color: rgb(53,87,149); }

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

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

 span { border-color: rgb(53,87,149); }

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