Html Css Color HEX #2C3A53 Madison

📋 copy color: '#2C3A53'

red 44 ◦ green 58 ◦ blue 83

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

Shades of Madison #2C3A53

Tints of Madison #2C3A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 23.78%
G = 31.35%
B = 44.86%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2C3A53 (or 0x2C3A53) is known color: Madison. HEX triplet: 2C, 3A and 53. RGB value is (44,58,83). Sum of RGB (Red+Green+Blue) = 44+58+83=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C3A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3A53 is #D3C5AC. Grayscale: #383838. Windows color (decimal): -13878701 or 5454380. OLE color: 5454380.

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

Color convert

RGB 44 58 83 -
CMYK 0.47 0.30 0 0.67
HSL 218.46º 0.31% 0.25% -
HSV(B) 218.46º 0.47% 0.33% -
XYZ 4.11 4.19 8.77 -
YUV 56.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 44 58 83 0.47 0.30 0 0.67 218.46 0.31 0.25
Hex 2C 3A 53 2F 1E 0 43 DA 1F 19
Octal 54 72 123 57 36 0 103 332 37 31
Binary 101100 111010 1010011 101111 11110 0 1000011 11011010 11111 11001

Color Harmonies of #2C3A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3A53

Black with #2C3A53

Text Example


Text Example

White with #2C3A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,58,83); }

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

background-color css

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

 a { background-color: rgb(44,58,83); }

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

border-color css

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

 span { border-color: rgb(44,58,83); }

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