Html Css Color HEX #2F4050 Madison

📋 copy color: '#2F4050'

red 47 ◦ green 64 ◦ blue 80

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

Shades of Madison #2F4050

Tints of Madison #2F4050

RGB

 RED value IS 47 (18.75% from 255) = 24.61%

 GREEN value IS 64 (25.39% from 255) = 33.51%

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

R = 24.61%
G = 33.51%
B = 41.88%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F4050 (or 0x2F4050) is known color: Madison. HEX triplet: 2F, 40 and 50. RGB value is (47,64,80). Sum of RGB (Red+Green+Blue) = 47+64+80=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4050 is #D0BFAF. Grayscale: #3C3C3C. Windows color (decimal): -13680560 or 5259311. OLE color: 5259311.

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

Color convert

RGB 47 64 80 -
CMYK 0.41 0.20 0 0.69
HSL 209.09º 0.26% 0.25% -
HSV(B) 209.09º 0.41% 0.31% -
XYZ 4.45 4.85 8.29 -
YUV 60.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 47 64 80 0.41 0.20 0 0.69 209.09 0.26 0.25
Hex 2F 40 50 29 14 0 45 D1 1A 19
Octal 57 100 120 51 24 0 105 321 32 31
Binary 101111 1000000 1010000 101001 10100 0 1000101 11010001 11010 11001

Color Harmonies of #2F4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4050

Black with #2F4050

Text Example


Text Example

White with #2F4050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,80); }

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

background-color css

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

 a { background-color: rgb(47,64,80); }

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

border-color css

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

 span { border-color: rgb(47,64,80); }

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