#32528F

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

Shades of Tory Blue #32528F

Tints of Tory Blue #32528F

Color information

#32528F (or 0x32528F) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 8F. RGB value is (50,82,143). Sum of RGB (Red+Green+Blue) = 50+82+143=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #32528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32528F is #CDAD70. Grayscale: #4F4F4F. Windows color (decimal): -13479281 or 9392690. OLE color: 9392690.

HSL color Cylindrical-coordinate representation of color #32528F: hue angle of 219.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32528F is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5082143-
CMYK0.650.4300.44
HSL219.35º48.19%37.84%-
HSV(B)219.35º65.03%56.08%-
XYZ9.298.727.18-
YUV79.39163.9107.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 52%
R=18.18%
G=29.82%
B=52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50821430.650.4300.44219.3548.1937.84
Hex32528F412B02Cdb3026
Octal62122217101530543336046
Binary1100101010010100011111000001101011010110011011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32528F; }

 p { color: rgb(50,82,143); }

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

<style>
 a { background-color: #32528F; }

 a { background-color: rgb(50,82,143); }

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

<style>
 span { border-color: #32528F; }

 span { border-color: rgb(50,82,143); }

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