#324D73

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

Shades of St Tropaz #324D73

Tints of St Tropaz #324D73

Color information

#324D73 (or 0x324D73) is unknown color: approx St Tropaz. HEX triplet: 32, 4D and 73. RGB value is (50,77,115). Sum of RGB (Red+Green+Blue) = 50+77+115=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #324D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D73 is #CDB28C. Grayscale: #494949. Windows color (decimal): -13480589 or 7556402. OLE color: 7556402.

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

Color convert

RGB5077115-
CMYK0.570.3300.55
HSL215.08º39.39%32.35%-
HSV(B)215.08º56.52%45.1%-
XYZ7.067.2217.24-
YUV73.26151.55111.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=20.66%
G=31.82%
B=47.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50771150.570.3300.55215.0839.3932.35
Hex324D733921037d72720
Octal6211516371410673274740
Binary11001010011011110011111001100001011011111010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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