#35487F

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

Shades of Tory Blue #35487F

Tints of Tory Blue #35487F

Color information

#35487F (or 0x35487F) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 7F. RGB value is (53,72,127). Sum of RGB (Red+Green+Blue) = 53+72+127=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #35487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35487F is #CAB780. Grayscale: #484848. Windows color (decimal): -13285249 or 8341557. OLE color: 8341557.

HSL color Cylindrical-coordinate representation of color #35487F: hue angle of 224.59º 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 #35487F is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5372127-
CMYK0.580.4300.50
HSL224.59º41.11%35.29%-
HSV(B)224.59º58.27%49.8%-
XYZ7.626.9221.01-
YUV72.59158.71114.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 50.40%
R=21.03%
G=28.57%
B=50.40%

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
Decimal53721270.580.4300.50224.5941.1135.29
Hex35487F3A2B032e12923
Octal6511017772530623415143
Binary11010110010001111111111010101011011001011100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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