#353E99

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

Shades of Tory Blue #353E99

Tints of Tory Blue #353E99

Color information

#353E99 (or 0x353E99) is unknown color: approx Tory Blue. HEX triplet: 35, 3E and 99. RGB value is (53,62,153). Sum of RGB (Red+Green+Blue) = 53+62+153=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #353E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E99 is #CAC166. Grayscale: #454545. Windows color (decimal): -13287783 or 10042933. OLE color: 10042933.

HSL color Cylindrical-coordinate representation of color #353E99: hue angle of 234.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353E99 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5362153-
CMYK0.650.5900.4
HSL234.6º48.54%40.39%-
HSV(B)234.6º65.36%60%-
XYZ8.946.530.92-
YUV69.68175.02116.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=19.78%
G=23.13%
B=57.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53621530.650.5900.4234.648.5440.39
Hex353E99413B028eb3128
Octal6576231101730503536150
Binary110101111110100110011000001111011010100011101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,62,153); }

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

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

 a { background-color: rgb(53,62,153); }

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

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

 span { border-color: rgb(53,62,153); }

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