Html Css Color HEX #2A3853 Madison

📋 copy color: '#2A3853'

red 42 ◦ green 56 ◦ blue 83

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

Shades of Madison #2A3853

Tints of Madison #2A3853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 23.2%
G = 30.94%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A3853 (or 0x2A3853) is known color: Madison. HEX triplet: 2A, 38 and 53. RGB value is (42,56,83). Sum of RGB (Red+Green+Blue) = 42+56+83=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3853 is #D5C7AC. Grayscale: #363636. Windows color (decimal): -14010285 or 5453866. OLE color: 5453866.

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

Color convert

RGB 42 56 83 -
CMYK 0.49 0.33 0 0.67
HSL 219.51º 0.33% 0.25% -
HSV(B) 219.51º 0.49% 0.33% -
XYZ 3.93 3.95 8.74 -
YUV 54.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 42 56 83 0.49 0.33 0 0.67 219.51 0.33 0.25
Hex 2A 38 53 31 21 0 43 DC 21 19
Octal 52 70 123 61 41 0 103 334 41 31
Binary 101010 111000 1010011 110001 100001 0 1000011 11011100 100001 11001

Color Harmonies of #2A3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3853

Black with #2A3853

Text Example


Text Example

White with #2A3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,56,83); }

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

background-color css

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

 a { background-color: rgb(42,56,83); }

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

border-color css

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

 span { border-color: rgb(42,56,83); }

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