#355595

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

Shades of Tory Blue #355595

Tints of Tory Blue #355595

Color information

#355595 (or 0x355595) is unknown color: approx Tory Blue. HEX triplet: 35, 55 and 95. RGB value is (53,85,149). Sum of RGB (Red+Green+Blue) = 53+85+149=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #355595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355595 is #CAAA6A. Grayscale: #525252. Windows color (decimal): -13281899 or 9786677. OLE color: 9786677.

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

Color convert

RGB5385149-
CMYK0.640.4300.42
HSL220º47.52%39.61%-
HSV(B)220º64.43%58.43%-
XYZ10.149.4229.72-
YUV82.73165.4106.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=18.47%
G=29.62%
B=51.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53851490.640.4300.4222047.5239.61
Hex355595402B02Adc3028
Octal65125225100530523346050
Binary1101011010101100101011000000101011010101011011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355595; }

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

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

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

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

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

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

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

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