#324E8B

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

Shades of Tory Blue #324E8B

Tints of Tory Blue #324E8B

Color information

#324E8B (or 0x324E8B) is unknown color: approx Tory Blue. HEX triplet: 32, 4E and 8B. RGB value is (50,78,139). Sum of RGB (Red+Green+Blue) = 50+78+139=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #324E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324E8B is #CDB174. Grayscale: #4C4C4C. Windows color (decimal): -13480309 or 9129522. OLE color: 9129522.

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

Color convert

RGB5078139-
CMYK0.640.4400.45
HSL221.12º47.09%37.06%-
HSV(B)221.12º64.03%54.51%-
XYZ8.77.9925.51-
YUV76.58163.22109.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=18.73%
G=29.21%
B=52.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50781390.640.4400.45221.1247.0937.06
Hex324E8B402C02Ddd2f25
Octal62116213100540553355745
Binary1100101001110100010111000000101100010110111011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E8B; }

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

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

<style>
 a { background-color: #324E8B; }

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

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

<style>
 span { border-color: #324E8B; }

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

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