#32419B

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

Shades of Tory Blue #32419B

Tints of Tory Blue #32419B

Color information

#32419B (or 0x32419B) is unknown color: approx Tory Blue. HEX triplet: 32, 41 and 9B. RGB value is (50,65,155). Sum of RGB (Red+Green+Blue) = 50+65+155=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #32419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32419B is #CDBE64. Grayscale: #464646. Windows color (decimal): -13483621 or 10174770. OLE color: 10174770.

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

Color convert

RGB5065155-
CMYK0.680.5800.39
HSL231.43º51.22%40.2%-
HSV(B)231.43º67.74%60.78%-
XYZ9.126.8331.85-
YUV70.78175.53113.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=18.52%
G=24.07%
B=57.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50651550.680.5800.39231.4351.2240.2
Hex32419B443A027e73328
Octal62101233104720473476350
Binary1100101000001100110111000100111010010011111100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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