Shades of Madison #263A4F
Tints of Madison #263A4F
RGB
CMYK
RGB Variations
Color information
#263A4F (or 0x263A4F) is known color: Madison. HEX triplet: 26, 3A and 4F. RGB value is (38,58,79). Sum of RGB (Red+Green+Blue) = 38+58+79=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #263A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A4F is #D9C5B0. Grayscale: #363636. Windows color (decimal): -14271921 or 5192230. OLE color: 5192230.
HSL color Cylindrical-coordinate representation of color #263A4F: hue angle of 210.73º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263A4F is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 58 | 79 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.69 |
| HSL | 210.73º | 0.35% | 0.23% | - |
| HSV(B) | 210.73º | 0.52% | 0.31% | - |
| XYZ | 3.72 | 4 | 7.97 | - |
| YUV | 54.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 79 | 0.52 | 0.27 | 0 | 0.69 | 210.73 | 0.35 | 0.23 |
| Hex | 26 | 3A | 4F | 34 | 1B | 0 | 45 | D3 | 23 | 17 |
| Octal | 46 | 72 | 117 | 64 | 33 | 0 | 105 | 323 | 43 | 27 |
| Binary | 100110 | 111010 | 1001111 | 110100 | 11011 | 0 | 1000101 | 11010011 | 100011 | 10111 |
Color Harmonies of #263A4F
Complementary color
Monochromatic Colors of #263A4F
Black with #263A4F
Text Example
Text Example
White with #263A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A4F; }
p { color: rgb(38,58,79); }
H1.HeaderClassName
{
color: #263A4F;
}
.AnyTagClassName
{
color: #263A4F;
}
</style>
background-color css
<style>
a { background-color: #263A4F; }
a { background-color: rgb(38,58,79); }
div.DivClassName
{
background-color: #263A4F;
}
.BgClassName
{
background-color: #263A4F;
}
</style>
border-color css
<style>
span { border-color: #263A4F; }
span { border-color: rgb(38,58,79); }
td.TdClassName
{
border-color: #263A4F;
}
.TagClassName
{
border-color: #263A4F;
}
</style>