#32468C

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

Shades of Tory Blue #32468C

Tints of Tory Blue #32468C

Color information

#32468C (or 0x32468C) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 8C. RGB value is (50,70,140). Sum of RGB (Red+Green+Blue) = 50+70+140=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #32468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32468C is #CDB973. Grayscale: #474747. Windows color (decimal): -13482356 or 9193010. OLE color: 9193010.

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

Color convert

RGB5070140-
CMYK0.640.5000.45
HSL226.67º47.37%37.25%-
HSV(B)226.67º64.29%54.9%-
XYZ8.246.9525.72-
YUV72166.37112.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=19.23%
G=26.92%
B=53.85%

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
Decimal50701400.640.5000.45226.6747.3737.25
Hex32468C403202De32f25
Octal62106214100620553435745
Binary1100101000110100011001000000110010010110111100011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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