Html Css Color HEX #2A394D Madison

📋 copy color: '#2A394D'

red 42 ◦ green 57 ◦ blue 77

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

Shades of Madison #2A394D

Tints of Madison #2A394D

RGB

 RED value IS 42 (16.8% from 255) = 23.86%

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 23.86%
G = 32.39%
B = 43.75%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2A394D (or 0x2A394D) is known color: Madison. HEX triplet: 2A, 39 and 4D. RGB value is (42,57,77). Sum of RGB (Red+Green+Blue) = 42+57+77=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A394D is #D5C6B2. Grayscale: #363636. Windows color (decimal): -14010035 or 5060906. OLE color: 5060906.

HSL color Cylindrical-coordinate representation of color #2A394D: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A394D is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 42 57 77 -
CMYK 0.45 0.26 0 0.70
HSL 214.29º 0.29% 0.23% -
HSV(B) 214.29º 0.45% 0.3% -
XYZ 3.76 3.95 7.59 -
YUV 54.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 42 57 77 0.45 0.26 0 0.70 214.29 0.29 0.23
Hex 2A 39 4D 2D 1A 0 46 D6 1D 17
Octal 52 71 115 55 32 0 106 326 35 27
Binary 101010 111001 1001101 101101 11010 0 1000110 11010110 11101 10111

Color Harmonies of #2A394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A394D

Black with #2A394D

Text Example


Text Example

White with #2A394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A394D; }

 p { color: rgb(42,57,77); }

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

background-color css

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

 a { background-color: rgb(42,57,77); }

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

border-color css

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

 span { border-color: rgb(42,57,77); }

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