Html Css Color HEX #2D3C50 Madison

📋 copy color: '#2D3C50'

red 45 ◦ green 60 ◦ blue 80

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

Shades of Madison #2D3C50

Tints of Madison #2D3C50

RGB

 RED value IS 45 (17.97% from 255) = 24.32%

 GREEN value IS 60 (23.83% from 255) = 32.43%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 24.32%
G = 32.43%
B = 43.24%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2D3C50 (or 0x2D3C50) is known color: Madison. HEX triplet: 2D, 3C and 50. RGB value is (45,60,80). Sum of RGB (Red+Green+Blue) = 45+60+80=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D3C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3C50 is #D2C3AF. Grayscale: #393939. Windows color (decimal): -13812656 or 5258285. OLE color: 5258285.

HSL color Cylindrical-coordinate representation of color #2D3C50: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D3C50 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 60 80 -
CMYK 0.44 0.25 0 0.69
HSL 214.29º 0.28% 0.25% -
HSV(B) 214.29º 0.44% 0.31% -
XYZ 4.15 4.37 8.21 -
YUV 57.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 45 60 80 0.44 0.25 0 0.69 214.29 0.28 0.25
Hex 2D 3C 50 2C 19 0 45 D6 1C 19
Octal 55 74 120 54 31 0 105 326 34 31
Binary 101101 111100 1010000 101100 11001 0 1000101 11010110 11100 11001

Color Harmonies of #2D3C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3C50

Black with #2D3C50

Text Example


Text Example

White with #2D3C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,60,80); }

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

background-color css

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

 a { background-color: rgb(45,60,80); }

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

border-color css

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

 span { border-color: rgb(45,60,80); }

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