#2F405B

Color #2F405B Madison (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madison #2F405B

Tints of Madison #2F405B

Color information

#2F405B (or 0x2F405B) is unknown color: approx 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

RGB476491-
CMYK0.480.3000.64
HSL216.82º31.88%27.06%-
HSV(B)216.82º48.35%35.69%-
XYZ4.895.0310.61-
YUV62144.37117.3-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4764910.480.3000.64216.8231.8827.06
Hex2F405B301E040d9201b
Octal57100133603601003314033
Binary1011111000000101101111000011110010000001101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>