#32467f

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

Shades of Tory Blue #32467F

Tints of Tory Blue #32467F

Color information

#32467F (or 0x32467F) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 7F. RGB value is (50,70,127). Sum of RGB (Red+Green+Blue) = 50+70+127=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #32467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32467F is #CDB980. Grayscale: #464646. Windows color (decimal): -13482369 or 8341042. OLE color: 8341042.

HSL color Cylindrical-coordinate representation of color #32467F: hue angle of 224.42º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32467F is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5070127-
CMYK0.610.4500.50
HSL224.42º43.5%34.71%-
HSV(B)224.42º60.63%49.8%-
XYZ7.346.5920.96-
YUV70.52159.87113.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 127 (50% from 255) = 51.42%
R=20.24%
G=28.34%
B=51.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50701270.610.4500.50224.4243.534.71
Hex32467F3D2D032e02c23
Octal6210617775550623405443
Binary11001010001101111111111101101101011001011100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32467f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32467f; }

 p { color: rgb(50,70,127); }

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

<style>
 a { background-color: #32467f; }

 a { background-color: rgb(50,70,127); }

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

<style>
 span { border-color: #32467f; }

 span { border-color: rgb(50,70,127); }

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