#35529C

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

Shades of Tory Blue #35529C

Tints of Tory Blue #35529C

Color information

#35529C (or 0x35529C) is unknown color: approx Tory Blue. HEX triplet: 35, 52 and 9C. RGB value is (53,82,156). Sum of RGB (Red+Green+Blue) = 53+82+156=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #35529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35529C is #CAAD63. Grayscale: #515151. Windows color (decimal): -13282660 or 10244661. OLE color: 10244661.

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

Color convert

RGB5382156-
CMYK0.660.4700.39
HSL223.11º49.28%40.98%-
HSV(B)223.11º66.03%61.18%-
XYZ10.499.1932.67-
YUV81.76169.89107.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=18.21%
G=28.18%
B=53.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53821560.660.4700.39223.1149.2840.98
Hex35529C422F027df3129
Octal65122234102570473376151
Binary1101011010010100111001000010101111010011111011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35529C; }

 p { color: rgb(53,82,156); }

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

<style>
 a { background-color: #35529C; }

 a { background-color: rgb(53,82,156); }

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

<style>
 span { border-color: #35529C; }

 span { border-color: rgb(53,82,156); }

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