#32448A

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

Shades of Tory Blue #32448A

Tints of Tory Blue #32448A

Color information

#32448A (or 0x32448A) is unknown color: approx Tory Blue. HEX triplet: 32, 44 and 8A. RGB value is (50,68,138). Sum of RGB (Red+Green+Blue) = 50+68+138=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #32448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32448A is #CDBB75. Grayscale: #464646. Windows color (decimal): -13482870 or 9061426. OLE color: 9061426.

HSL color Cylindrical-coordinate representation of color #32448A: hue angle of 227.73º 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 #32448A is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5068138-
CMYK0.640.5100.46
HSL227.73º46.81%36.86%-
HSV(B)227.73º63.77%54.12%-
XYZ7.976.6524.91-
YUV70.6166.04113.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=19.53%
G=26.56%
B=53.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50681380.640.5100.46227.7346.8136.86
Hex32448A403302Ee42f25
Octal62104212100630563445745
Binary1100101000100100010101000000110011010111011100100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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