#35518F

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

Shades of Tory Blue #35518F

Tints of Tory Blue #35518F

Color information

#35518F (or 0x35518F) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 8F. RGB value is (53,81,143). Sum of RGB (Red+Green+Blue) = 53+81+143=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #35518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518F is #CAAE70. Grayscale: #4F4F4F. Windows color (decimal): -13282929 or 9392437. OLE color: 9392437.

HSL color Cylindrical-coordinate representation of color #35518F: hue angle of 221.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35518F is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5381143-
CMYK0.630.4300.44
HSL221.33º45.92%38.43%-
HSV(B)221.33º62.94%56.08%-
XYZ9.378.6227.16-
YUV79.7163.72108.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 143 (56.25% from 255) = 51.62%
R=19.13%
G=29.24%
B=51.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53811430.630.4300.44221.3345.9238.43
Hex35518F3F2B02Cdd2e26
Octal6512121777530543355646
Binary110101101000110001111111111101011010110011011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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