#35529B

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

Shades of Tory Blue #35529B

Tints of Tory Blue #35529B

Color information

#35529B (or 0x35529B) is unknown color: approx Tory Blue. HEX triplet: 35, 52 and 9B. RGB value is (53,82,155). Sum of RGB (Red+Green+Blue) = 53+82+155=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #35529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35529B is #CAAD64. Grayscale: #515151. Windows color (decimal): -13282661 or 10179125. OLE color: 10179125.

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

Color convert

RGB5382155-
CMYK0.660.4700.39
HSL222.94º49.04%40.78%-
HSV(B)222.94º65.81%60.78%-
XYZ10.49.1632.23-
YUV81.65169.39107.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=18.28%
G=28.28%
B=53.45%

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
Decimal53821550.660.4700.39222.9449.0440.78
Hex35529B422F027df3129
Octal65122233102570473376151
Binary1101011010010100110111000010101111010011111011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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