#32469D

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

Shades of Tory Blue #32469D

Tints of Tory Blue #32469D

Color information

#32469D (or 0x32469D) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 9D. RGB value is (50,70,157). Sum of RGB (Red+Green+Blue) = 50+70+157=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #32469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32469D is #CDB962. Grayscale: #494949. Windows color (decimal): -13482339 or 10307122. OLE color: 10307122.

HSL color Cylindrical-coordinate representation of color #32469D: hue angle of 228.79º 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 #32469D is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5070157-
CMYK0.680.5500.38
HSL228.79º51.69%40.59%-
HSV(B)228.79º68.15%61.57%-
XYZ9.597.4932.84-
YUV73.94174.87110.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=18.05%
G=25.27%
B=56.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50701570.680.5500.38228.7951.6940.59
Hex32469D4437026e53429
Octal62106235104670463456451
Binary1100101000110100111011000100110111010011011100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32469D; }

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

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

<style>
 a { background-color: #32469D; }

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

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

<style>
 span { border-color: #32469D; }

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

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