#324D72

Color #324D72 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #324D72

Tints of St Tropaz #324D72

Color information

#324D72 (or 0x324D72) is unknown color: approx St Tropaz. HEX triplet: 32, 4D and 72. RGB value is (50,77,114). Sum of RGB (Red+Green+Blue) = 50+77+114=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #324D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D72 is #CDB28D. Grayscale: #484848. Windows color (decimal): -13480590 or 7490866. OLE color: 7490866.

HSL color Cylindrical-coordinate representation of color #324D72: hue angle of 214.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324D72 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5077114-
CMYK0.560.3200.55
HSL214.69º39.02%32.16%-
HSV(B)214.69º56.14%44.71%-
XYZ7.017.216.94-
YUV73.14151.05111.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=20.75%
G=31.95%
B=47.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50771140.560.3200.55214.6939.0232.16
Hex324D723820037d72720
Octal6211516270400673274740
Binary11001010011011110010111000100000011011111010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,114); }

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

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

 a { background-color: rgb(50,77,114); }

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

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

 span { border-color: rgb(50,77,114); }

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