#35528D

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

Shades of Tory Blue #35528D

Tints of Tory Blue #35528D

Color information

#35528D (or 0x35528D) is unknown color: approx Tory Blue. HEX triplet: 35, 52 and 8D. RGB value is (53,82,141). Sum of RGB (Red+Green+Blue) = 53+82+141=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #35528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35528D is #CAAD72. Grayscale: #4F4F4F. Windows color (decimal): -13282675 or 9261621. OLE color: 9261621.

HSL color Cylindrical-coordinate representation of color #35528D: hue angle of 220.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35528D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5382141-
CMYK0.620.4200.45
HSL220.23º45.36%38.04%-
HSV(B)220.23º62.41%55.29%-
XYZ9.298.7126.39-
YUV80.06162.39108.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=19.20%
G=29.71%
B=51.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53821410.620.4200.45220.2345.3638.04
Hex35528D3E2A02Ddc2d26
Octal6512221576520553345546
Binary110101101001010001101111110101010010110111011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35528D; }

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

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

<style>
 a { background-color: #35528D; }

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

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

<style>
 span { border-color: #35528D; }

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

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