#35479A

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

Shades of Tory Blue #35479A

Tints of Tory Blue #35479A

Color information

#35479A (or 0x35479A) is unknown color: approx Tory Blue. HEX triplet: 35, 47 and 9A. RGB value is (53,71,154). Sum of RGB (Red+Green+Blue) = 53+71+154=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #35479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35479A is #CAB865. Grayscale: #4A4A4A. Windows color (decimal): -13285478 or 10110773. OLE color: 10110773.

HSL color Cylindrical-coordinate representation of color #35479A: hue angle of 229.31º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35479A is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5371154-
CMYK0.660.5400.40
HSL229.31º48.79%40.59%-
HSV(B)229.31º65.58%60.39%-
XYZ9.557.631.53-
YUV75.08172.54112.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=19.06%
G=25.54%
B=55.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53711540.660.5400.40229.3148.7940.59
Hex35479A4236028e53129
Octal65107232102660503456151
Binary1101011000111100110101000010110110010100011100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35479A; }

 p { color: rgb(53,71,154); }

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

<style>
 a { background-color: #35479A; }

 a { background-color: rgb(53,71,154); }

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

<style>
 span { border-color: #35479A; }

 span { border-color: rgb(53,71,154); }

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