Html Css Color HEX #2C3B54 Madison

📋 copy color: '#2C3B54'

red 44 ◦ green 59 ◦ blue 84

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

Shades of Madison #2C3B54

Tints of Madison #2C3B54

RGB

 RED value IS 44 (17.58% from 255) = 23.53%

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 23.53%
G = 31.55%
B = 44.92%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2C3B54 (or 0x2C3B54) is known color: Madison. HEX triplet: 2C, 3B and 54. RGB value is (44,59,84). Sum of RGB (Red+Green+Blue) = 44+59+84=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C3B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3B54 is #D3C4AB. Grayscale: #393939. Windows color (decimal): -13878444 or 5520172. OLE color: 5520172.

HSL color Cylindrical-coordinate representation of color #2C3B54: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C3B54 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 59 84 -
CMYK 0.48 0.30 0 0.67
HSL 217.5º 0.31% 0.25% -
HSV(B) 217.5º 0.48% 0.33% -
XYZ 4.2 4.3 9 -
YUV 57.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 44 59 84 0.48 0.30 0 0.67 217.5 0.31 0.25
Hex 2C 3B 54 30 1E 0 43 DA 1F 19
Octal 54 73 124 60 36 0 103 332 37 31
Binary 101100 111011 1010100 110000 11110 0 1000011 11011010 11111 11001

Color Harmonies of #2C3B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3B54

Black with #2C3B54

Text Example


Text Example

White with #2C3B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,59,84); }

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

background-color css

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

 a { background-color: rgb(44,59,84); }

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

border-color css

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

 span { border-color: rgb(44,59,84); }

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