#32469B

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

Shades of Tory Blue #32469B

Tints of Tory Blue #32469B

Color information

#32469B (or 0x32469B) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 9B. RGB value is (50,70,155). Sum of RGB (Red+Green+Blue) = 50+70+155=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #32469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32469B is #CDB964. Grayscale: #494949. Windows color (decimal): -13482341 or 10176050. OLE color: 10176050.

HSL color Cylindrical-coordinate representation of color #32469B: hue angle of 228.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32469B is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5070155-
CMYK0.680.5500.39
HSL228.57º51.22%40.2%-
HSV(B)228.57º67.74%60.78%-
XYZ9.427.4231.95-
YUV73.71173.87111.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=18.18%
G=25.45%
B=56.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50701550.680.5500.39228.5751.2240.2
Hex32469B4437027e53328
Octal62106233104670473456350
Binary1100101000110100110111000100110111010011111100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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