Html Css Color HEX #2F4055 Madison

📋 copy color: '#2F4055'

red 47 ◦ green 64 ◦ blue 85

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

Shades of Madison #2F4055

Tints of Madison #2F4055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 23.98%
G = 32.65%
B = 43.37%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F4055 (or 0x2F4055) is known color: Madison. HEX triplet: 2F, 40 and 55. RGB value is (47,64,85). Sum of RGB (Red+Green+Blue) = 47+64+85=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4055 is #D0BFAA. Grayscale: #3D3D3D. Windows color (decimal): -13680555 or 5586991. OLE color: 5586991.

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

Color convert

RGB 47 64 85 -
CMYK 0.45 0.25 0 0.67
HSL 213.16º 0.29% 0.26% -
HSV(B) 213.16º 0.45% 0.33% -
XYZ 4.65 4.93 9.3 -
YUV 61.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 47 64 85 0.45 0.25 0 0.67 213.16 0.29 0.26
Hex 2F 40 55 2D 19 0 43 D5 1D 1A
Octal 57 100 125 55 31 0 103 325 35 32
Binary 101111 1000000 1010101 101101 11001 0 1000011 11010101 11101 11010

Color Harmonies of #2F4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4055

Black with #2F4055

Text Example


Text Example

White with #2F4055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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