#32418A

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

Shades of Tory Blue #32418A

Tints of Tory Blue #32418A

Color information

#32418A (or 0x32418A) is unknown color: approx Tory Blue. HEX triplet: 32, 41 and 8A. RGB value is (50,65,138). Sum of RGB (Red+Green+Blue) = 50+65+138=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #32418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32418A is #CDBE75. Grayscale: #444444. Windows color (decimal): -13483638 or 9060658. OLE color: 9060658.

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

Color convert

RGB5065138-
CMYK0.640.5300.46
HSL229.77º46.81%36.86%-
HSV(B)229.77º63.77%54.12%-
XYZ7.796.2924.85-
YUV68.84167.03114.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=19.76%
G=25.69%
B=54.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50651380.640.5300.46229.7746.8136.86
Hex32418A403502Ee62f25
Octal62101212100650563465745
Binary1100101000001100010101000000110101010111011100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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