#32428B

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

Shades of Tory Blue #32428B

Tints of Tory Blue #32428B

Color information

#32428B (or 0x32428B) is unknown color: approx Tory Blue. HEX triplet: 32, 42 and 8B. RGB value is (50,66,139). Sum of RGB (Red+Green+Blue) = 50+66+139=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #32428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32428B is #CDBD74. Grayscale: #454545. Windows color (decimal): -13483381 or 9126450. OLE color: 9126450.

HSL color Cylindrical-coordinate representation of color #32428B: hue angle of 229.21º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32428B is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5066139-
CMYK0.640.5300.45
HSL229.21º47.09%37.06%-
HSV(B)229.21º64.03%54.51%-
XYZ7.926.4425.25-
YUV69.54167.2114.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=19.61%
G=25.88%
B=54.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50661390.640.5300.45229.2147.0937.06
Hex32428B403502De52f25
Octal62102213100650553455745
Binary1100101000010100010111000000110101010110111100101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,66,139); }

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

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

 a { background-color: rgb(50,66,139); }

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

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

 span { border-color: rgb(50,66,139); }

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