#353F9E

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

Shades of Tory Blue #353F9E

Tints of Tory Blue #353F9E

Color information

#353F9E (or 0x353F9E) is unknown color: approx Tory Blue. HEX triplet: 35, 3F and 9E. RGB value is (53,63,158). Sum of RGB (Red+Green+Blue) = 53+63+158=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #353F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F9E is #CAC061. Grayscale: #464646. Windows color (decimal): -13287522 or 10370869. OLE color: 10370869.

HSL color Cylindrical-coordinate representation of color #353F9E: hue angle of 234.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353F9E is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5363158-
CMYK0.660.6000.38
HSL234.29º49.76%41.37%-
HSV(B)234.29º66.46%61.96%-
XYZ9.426.7833.16-
YUV70.84177.19115.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=19.34%
G=22.99%
B=57.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53631580.660.6000.38234.2949.7641.37
Hex353F9E423C026ea3229
Octal6577236102740463526251
Binary110101111111100111101000010111100010011011101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F9E; }

 p { color: rgb(53,63,158); }

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

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

 a { background-color: rgb(53,63,158); }

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

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

 span { border-color: rgb(53,63,158); }

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