#35518B

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

Shades of Tory Blue #35518B

Tints of Tory Blue #35518B

Color information

#35518B (or 0x35518B) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 8B. RGB value is (53,81,139). Sum of RGB (Red+Green+Blue) = 53+81+139=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #35518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518B is #CAAE74. Grayscale: #4E4E4E. Windows color (decimal): -13282933 or 9130293. OLE color: 9130293.

HSL color Cylindrical-coordinate representation of color #35518B: hue angle of 220.47º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35518B is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5381139-
CMYK0.620.4200.45
HSL220.47º44.79%37.65%-
HSV(B)220.47º61.87%54.51%-
XYZ9.078.5125.59-
YUV79.24161.72109.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=19.41%
G=29.67%
B=50.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53811390.620.4200.45220.4744.7937.65
Hex35518B3E2A02Ddc2d26
Octal6512121376520553345546
Binary110101101000110001011111110101010010110111011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35518B; }

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

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

<style>
 a { background-color: #35518B; }

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

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

<style>
 span { border-color: #35518B; }

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

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