Html Css Color HEX #324C71 St Tropaz

📋 copy color: '#324C71'

red 50 ◦ green 76 ◦ blue 113

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

Shades of St Tropaz #324C71

Tints of St Tropaz #324C71

RGB

 RED value IS 50 (19.92% from 255) = 20.92%

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 20.92%
G = 31.8%
B = 47.28%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324C71 (or 0x324C71) is known color: St Tropaz. HEX triplet: 32, 4C and 71. RGB value is (50,76,113). Sum of RGB (Red+Green+Blue) = 50+76+113=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #324C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C71 is #CDB38E. Grayscale: #484848. Windows color (decimal): -13480847 or 7425074. OLE color: 7425074.

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

Color convert

RGB 50 76 113 -
CMYK 0.56 0.33 0 0.56
HSL 215.24º 0.39% 0.32% -
HSV(B) 215.24º 0.56% 0.44% -
XYZ 6.88 7.04 16.62 -
YUV 72.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 50 76 113 0.56 0.33 0 0.56 215.24 0.39 0.32
Hex 32 4C 71 38 21 0 38 D7 27 20
Octal 62 114 161 70 41 0 70 327 47 40
Binary 110010 1001100 1110001 111000 100001 0 111000 11010111 100111 100000

Color Harmonies of #324C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C71

Black with #324C71

Text Example


Text Example

White with #324C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #324C71;
 }
 .AnyTagClassName
 {
   color: #324C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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