#35479B

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

Shades of Tory Blue #35479B

Tints of Tory Blue #35479B

Color information

#35479B (or 0x35479B) is unknown color: approx Tory Blue. HEX triplet: 35, 47 and 9B. RGB value is (53,71,155). Sum of RGB (Red+Green+Blue) = 53+71+155=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #35479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35479B is #CAB864. Grayscale: #4A4A4A. Windows color (decimal): -13285477 or 10176309. OLE color: 10176309.

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

Color convert

RGB5371155-
CMYK0.660.5400.39
HSL229.41º49.04%40.78%-
HSV(B)229.41º65.81%60.78%-
XYZ9.647.6331.98-
YUV75.19173.04112.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=19.00%
G=25.45%
B=55.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53711550.660.5400.39229.4149.0440.78
Hex35479B4236027e53129
Octal65107233102660473456151
Binary1101011000111100110111000010110110010011111100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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