#324C8B

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

Shades of Tory Blue #324C8B

Tints of Tory Blue #324C8B

Color information

#324C8B (or 0x324C8B) is unknown color: approx Tory Blue. HEX triplet: 32, 4C and 8B. RGB value is (50,76,139). Sum of RGB (Red+Green+Blue) = 50+76+139=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #324C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C8B is #CDB374. Grayscale: #4B4B4B. Windows color (decimal): -13480821 or 9129010. OLE color: 9129010.

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

Color convert

RGB5076139-
CMYK0.640.4500.45
HSL222.47º47.09%37.06%-
HSV(B)222.47º64.03%54.51%-
XYZ8.567.7125.46-
YUV75.41163.89109.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=18.87%
G=28.68%
B=52.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50761390.640.4500.45222.4747.0937.06
Hex324C8B402D02Dde2f25
Octal62114213100550553365745
Binary1100101001100100010111000000101101010110111011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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