#35497F

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

Shades of Tory Blue #35497F

Tints of Tory Blue #35497F

Color information

#35497F (or 0x35497F) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 7F. RGB value is (53,73,127). Sum of RGB (Red+Green+Blue) = 53+73+127=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #35497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35497F is #CAB680. Grayscale: #484848. Windows color (decimal): -13284993 or 8341813. OLE color: 8341813.

HSL color Cylindrical-coordinate representation of color #35497F: hue angle of 223.78º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35497F is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5373127-
CMYK0.580.4300.50
HSL223.78º41.11%35.29%-
HSV(B)223.78º58.27%49.8%-
XYZ7.687.0521.04-
YUV73.18158.37113.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 127 (50% from 255) = 50.20%
R=20.95%
G=28.85%
B=50.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53731270.580.4300.50223.7841.1135.29
Hex35497F3A2B032e02923
Octal6511117772530623405143
Binary11010110010011111111111010101011011001011100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,73,127); }

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

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

 a { background-color: rgb(53,73,127); }

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

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

 span { border-color: rgb(53,73,127); }

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