#35509A

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

Shades of Tory Blue #35509A

Tints of Tory Blue #35509A

Color information

#35509A (or 0x35509A) is unknown color: approx Tory Blue. HEX triplet: 35, 50 and 9A. RGB value is (53,80,154). Sum of RGB (Red+Green+Blue) = 53+80+154=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #35509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35509A is #CAAF65. Grayscale: #505050. Windows color (decimal): -13283174 or 10113077. OLE color: 10113077.

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

Color convert

RGB5380154-
CMYK0.660.4800.40
HSL223.96º48.79%40.59%-
HSV(B)223.96º65.58%60.39%-
XYZ10.178.8331.74-
YUV80.36169.55108.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=18.47%
G=27.87%
B=53.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53801540.660.4800.40223.9648.7940.59
Hex35509A4230028e03129
Octal65120232102600503406151
Binary1101011010000100110101000010110000010100011100000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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