#35519D

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

Shades of Tory Blue #35519D

Tints of Tory Blue #35519D

Color information

#35519D (or 0x35519D) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 9D. RGB value is (53,81,157). Sum of RGB (Red+Green+Blue) = 53+81+157=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #35519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35519D is #CAAE62. Grayscale: #505050. Windows color (decimal): -13282915 or 10309941. OLE color: 10309941.

HSL color Cylindrical-coordinate representation of color #35519D: hue angle of 223.85º 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 #35519D is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5381157-
CMYK0.660.4800.38
HSL223.85º49.52%41.18%-
HSV(B)223.85º66.24%61.57%-
XYZ10.59.0833.1-
YUV81.29170.72107.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=18.21%
G=27.84%
B=53.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53811570.660.4800.38223.8549.5241.18
Hex35519D4230026e03229
Octal65121235102600463406251
Binary1101011010001100111011000010110000010011011100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35519D; }

 p { color: rgb(53,81,157); }

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

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

 a { background-color: rgb(53,81,157); }

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

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

 span { border-color: rgb(53,81,157); }

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