#32549B

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

Shades of Tory Blue #32549B

Tints of Tory Blue #32549B

Color information

#32549B (or 0x32549B) is unknown color: approx Tory Blue. HEX triplet: 32, 54 and 9B. RGB value is (50,84,155). Sum of RGB (Red+Green+Blue) = 50+84+155=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #32549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32549B is #CDAB64. Grayscale: #515151. Windows color (decimal): -13478757 or 10179634. OLE color: 10179634.

HSL color Cylindrical-coordinate representation of color #32549B: hue angle of 220.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32549B is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5084155-
CMYK0.680.4600.39
HSL220.57º51.22%40.2%-
HSV(B)220.57º67.74%60.78%-
XYZ10.49.3932.27-
YUV81.93169.24105.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=17.30%
G=29.07%
B=53.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50841550.680.4600.39220.5751.2240.2
Hex32549B442E027dd3328
Octal62124233104560473356350
Binary1100101010100100110111000100101110010011111011101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,84,155); }

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

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

 a { background-color: rgb(50,84,155); }

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

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

 span { border-color: rgb(50,84,155); }

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