#32468B

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

Shades of Tory Blue #32468B

Tints of Tory Blue #32468B

Color information

#32468B (or 0x32468B) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 8B. RGB value is (50,70,139). Sum of RGB (Red+Green+Blue) = 50+70+139=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #32468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32468B is #CDB974. Grayscale: #474747. Windows color (decimal): -13482357 or 9127474. OLE color: 9127474.

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

Color convert

RGB5070139-
CMYK0.640.5000.45
HSL226.52º47.09%37.06%-
HSV(B)226.52º64.03%54.51%-
XYZ8.176.9225.33-
YUV71.89165.87112.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=19.31%
G=27.03%
B=53.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50701390.640.5000.45226.5247.0937.06
Hex32468B403202De32f25
Octal62106213100620553435745
Binary1100101000110100010111000000110010010110111100011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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