Html Css Color HEX #324D73 St Tropaz

📋 copy color: '#324D73'

red 50 ◦ green 77 ◦ blue 115

#324D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #324D73

Tints of St Tropaz #324D73

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 value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324D73 (or 0x324D73) is known color: 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

RGB 50 77 115 -
CMYK 0.57 0.33 0 0.55
HSL 215.08º 0.39% 0.32% -
HSV(B) 215.08º 0.57% 0.45% -
XYZ 7.06 7.22 17.24 -
YUV 73.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 50 77 115 0.57 0.33 0 0.55 215.08 0.39 0.32
Hex 32 4D 73 39 21 0 37 D7 27 20
Octal 62 115 163 71 41 0 67 327 47 40
Binary 110010 1001101 1110011 111001 100001 0 110111 11010111 100111 100000

Color Harmonies of #324D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D73

Black with #324D73

Text Example


Text Example

White with #324D73

Text Example


Text Example

HTML Codes & Css Web 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>