#35539A

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

Shades of Tory Blue #35539A

Tints of Tory Blue #35539A

Color information

#35539A (or 0x35539A) is unknown color: approx Tory Blue. HEX triplet: 35, 53 and 9A. RGB value is (53,83,154). Sum of RGB (Red+Green+Blue) = 53+83+154=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #35539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35539A is #CAAC65. Grayscale: #515151. Windows color (decimal): -13282406 or 10113845. OLE color: 10113845.

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

Color convert

RGB5383154-
CMYK0.660.4600.40
HSL222.18º48.79%40.59%-
HSV(B)222.18º65.58%60.39%-
XYZ10.399.2831.81-
YUV82.12168.56107.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=18.28%
G=28.62%
B=53.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53831540.660.4600.40222.1848.7940.59
Hex35539A422E028de3129
Octal65123232102560503366151
Binary1101011010011100110101000010101110010100011011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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