#35519F

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

Shades of Tory Blue #35519F

Tints of Tory Blue #35519F

Color information

#35519F (or 0x35519F) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 9F. RGB value is (53,81,159). Sum of RGB (Red+Green+Blue) = 53+81+159=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #35519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35519F is #CAAE60. Grayscale: #515151. Windows color (decimal): -13282913 or 10441013. OLE color: 10441013.

HSL color Cylindrical-coordinate representation of color #35519F: hue angle of 224.15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35519F is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5381159-
CMYK0.670.4900.38
HSL224.15º50%41.57%-
HSV(B)224.15º66.67%62.35%-
XYZ10.679.1434-
YUV81.52171.72107.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=18.09%
G=27.65%
B=54.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53811590.670.4900.38224.155041.57
Hex35519F4331026e0322a
Octal65121237103610463406252
Binary1101011010001100111111000011110001010011011100000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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