#355095

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

Shades of Tory Blue #355095

Tints of Tory Blue #355095

Color information

#355095 (or 0x355095) is unknown color: approx Tory Blue. HEX triplet: 35, 50 and 95. RGB value is (53,80,149). Sum of RGB (Red+Green+Blue) = 53+80+149=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #355095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355095 is #CAAF6A. Grayscale: #4F4F4F. Windows color (decimal): -13283179 or 9785397. OLE color: 9785397.

HSL color Cylindrical-coordinate representation of color #355095: hue angle of 223.12º 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 #355095 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5380149-
CMYK0.640.4600.42
HSL223.12º47.52%39.61%-
HSV(B)223.12º64.43%58.43%-
XYZ9.768.6629.59-
YUV79.79167.05108.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=18.79%
G=28.37%
B=52.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53801490.640.4600.42223.1247.5239.61
Hex355095402E02Adf3028
Octal65120225100560523376050
Binary1101011010000100101011000000101110010101011011111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355095; }

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

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

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

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

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

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

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

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