#32418B

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

Shades of Tory Blue #32418B

Tints of Tory Blue #32418B

Color information

#32418B (or 0x32418B) is unknown color: approx Tory Blue. HEX triplet: 32, 41 and 8B. RGB value is (50,65,139). Sum of RGB (Red+Green+Blue) = 50+65+139=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #32418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32418B is #CDBE74. Grayscale: #444444. Windows color (decimal): -13483637 or 9126194. OLE color: 9126194.

HSL color Cylindrical-coordinate representation of color #32418B: hue angle of 229.89º 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 #32418B is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5065139-
CMYK0.640.5300.45
HSL229.89º47.09%37.06%-
HSV(B)229.89º64.03%54.51%-
XYZ7.876.3225.23-
YUV68.95167.53114.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=19.69%
G=25.59%
B=54.72%

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
Decimal50651390.640.5300.45229.8947.0937.06
Hex32418B403502De62f25
Octal62101213100650553465745
Binary1100101000001100010111000000110101010110111100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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