#32419E

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

Shades of Tory Blue #32419E

Tints of Tory Blue #32419E

Color information

#32419E (or 0x32419E) is unknown color: approx Tory Blue. HEX triplet: 32, 41 and 9E. RGB value is (50,65,158). Sum of RGB (Red+Green+Blue) = 50+65+158=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #32419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32419E is #CDBE61. Grayscale: #464646. Windows color (decimal): -13483618 or 10371378. OLE color: 10371378.

HSL color Cylindrical-coordinate representation of color #32419E: hue angle of 231.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32419E is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5065158-
CMYK0.680.5900.38
HSL231.67º51.92%40.78%-
HSV(B)231.67º68.35%61.96%-
XYZ9.386.9333.19-
YUV71.12177.03112.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=18.32%
G=23.81%
B=57.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50651580.680.5900.38231.6751.9240.78
Hex32419E443B026e83429
Octal62101236104730463506451
Binary1100101000001100111101000100111011010011011101000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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