Html Css Color HEX #2F405B Madison

📋 copy color: '#2F405B'

red 47 ◦ green 64 ◦ blue 91

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

Shades of Madison #2F405B

Tints of Madison #2F405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 23.27%
G = 31.68%
B = 45.05%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F405B (or 0x2F405B) is known color: Madison. HEX triplet: 2F, 40 and 5B. RGB value is (47,64,91). Sum of RGB (Red+Green+Blue) = 47+64+91=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F405B is #D0BFA4. Grayscale: #3D3D3D. Windows color (decimal): -13680549 or 5980207. OLE color: 5980207.

HSL color Cylindrical-coordinate representation of color #2F405B: hue angle of 216.82º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F405B is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 64 91 -
CMYK 0.48 0.30 0 0.64
HSL 216.82º 0.32% 0.27% -
HSV(B) 216.82º 0.48% 0.36% -
XYZ 4.89 5.03 10.61 -
YUV 62 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 47 64 91 0.48 0.30 0 0.64 216.82 0.32 0.27
Hex 2F 40 5B 30 1E 0 40 D9 20 1B
Octal 57 100 133 60 36 0 100 331 40 33
Binary 101111 1000000 1011011 110000 11110 0 1000000 11011001 100000 11011

Color Harmonies of #2F405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F405B

Black with #2F405B

Text Example


Text Example

White with #2F405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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