#35519E

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

Shades of Tory Blue #35519E

Tints of Tory Blue #35519E

Color information

#35519E (or 0x35519E) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 9E. RGB value is (53,81,158). Sum of RGB (Red+Green+Blue) = 53+81+158=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #35519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35519E is #CAAE61. Grayscale: #515151. Windows color (decimal): -13282914 or 10375477. OLE color: 10375477.

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

Color convert

RGB5381158-
CMYK0.660.4900.38
HSL224º49.76%41.37%-
HSV(B)224º66.46%61.96%-
XYZ10.589.1133.55-
YUV81.41171.22107.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=18.15%
G=27.74%
B=54.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53811580.660.4900.3822449.7641.37
Hex35519E4231026e03229
Octal65121236102610463406251
Binary1101011010001100111101000010110001010011011100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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