Html Css Color HEX #324252 Madison

📋 copy color: '#324252'

red 50 ◦ green 66 ◦ blue 82

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

Shades of Madison #324252

Tints of Madison #324252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 25.25%
G = 33.33%
B = 41.41%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324252 (or 0x324252) is known color: Madison. HEX triplet: 32, 42 and 52. RGB value is (50,66,82). Sum of RGB (Red+Green+Blue) = 50+66+82=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #324252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324252 is #CDBDAD. Grayscale: #3E3E3E. Windows color (decimal): -13483438 or 5390898. OLE color: 5390898.

HSL color Cylindrical-coordinate representation of color #324252: hue angle of 210º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324252 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 66 82 -
CMYK 0.39 0.20 0 0.68
HSL 210º 0.24% 0.26% -
HSV(B) 210º 0.39% 0.32% -
XYZ 4.79 5.18 8.73 -
YUV 63.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 50 66 82 0.39 0.20 0 0.68 210 0.24 0.26
Hex 32 42 52 27 14 0 44 D2 18 1A
Octal 62 102 122 47 24 0 104 322 30 32
Binary 110010 1000010 1010010 100111 10100 0 1000100 11010010 11000 11010

Color Harmonies of #324252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324252

Black with #324252

Text Example


Text Example

White with #324252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324252; }

 p { color: rgb(50,66,82); }

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

background-color css

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

 a { background-color: rgb(50,66,82); }

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

border-color css

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

 span { border-color: rgb(50,66,82); }

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