#35489A

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

Shades of Tory Blue #35489A

Tints of Tory Blue #35489A

Color information

#35489A (or 0x35489A) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 9A. RGB value is (53,72,154). Sum of RGB (Red+Green+Blue) = 53+72+154=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #35489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35489A is #CAB765. Grayscale: #4B4B4B. Windows color (decimal): -13285222 or 10111029. OLE color: 10111029.

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

Color convert

RGB5372154-
CMYK0.660.5300.40
HSL228.71º48.79%40.59%-
HSV(B)228.71º65.58%60.39%-
XYZ9.627.7231.56-
YUV75.67172.21111.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=19.00%
G=25.81%
B=55.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53721540.660.5300.40228.7148.7940.59
Hex35489A4235028e53129
Octal65110232102650503456151
Binary1101011001000100110101000010110101010100011100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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