#35489B

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

Shades of Tory Blue #35489B

Tints of Tory Blue #35489B

Color information

#35489B (or 0x35489B) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 9B. RGB value is (53,72,155). Sum of RGB (Red+Green+Blue) = 53+72+155=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #35489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35489B is #CAB764. Grayscale: #4B4B4B. Windows color (decimal): -13285221 or 10176565. OLE color: 10176565.

HSL color Cylindrical-coordinate representation of color #35489B: hue angle of 228.82º 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 #35489B is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5372155-
CMYK0.660.5400.39
HSL228.82º49.04%40.78%-
HSV(B)228.82º65.81%60.78%-
XYZ9.77.7632-
YUV75.78172.71111.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=18.93%
G=25.71%
B=55.36%

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
Decimal53721550.660.5400.39228.8249.0440.78
Hex35489B4236027e53129
Octal65110233102660473456151
Binary1101011001000100110111000010110110010011111100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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