Shades of Oxford Blue #29373B
Tints of Oxford Blue #29373B
RGB
CMYK
RGB Variations
Color information
#29373B (or 0x29373B) is known color: Oxford Blue. HEX triplet: 29, 37 and 3B. RGB value is (41,55,59). Sum of RGB (Red+Green+Blue) = 41+55+59=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #29373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29373B is #D6C8C4. Grayscale: #333333. Windows color (decimal): -14076101 or 3880745. OLE color: 3880745.
HSL color Cylindrical-coordinate representation of color #29373B: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29373B is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 55 | 59 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.77 |
| HSL | 193.33º | 0.18% | 0.2% | - |
| HSV(B) | 193.33º | 0.31% | 0.23% | - |
| XYZ | 3.07 | 3.52 | 4.66 | - |
| YUV | 51.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 59 | 0.31 | 0.07 | 0 | 0.77 | 193.33 | 0.18 | 0.2 |
| Hex | 29 | 37 | 3B | 1F | 7 | 0 | 4D | C1 | 12 | 14 |
| Octal | 51 | 67 | 73 | 37 | 7 | 0 | 115 | 301 | 22 | 24 |
| Binary | 101001 | 110111 | 111011 | 11111 | 111 | 0 | 1001101 | 11000001 | 10010 | 10100 |
Color Harmonies of #29373B
Complementary color
Monochromatic Colors of #29373B
Black with #29373B
Text Example
Text Example
White with #29373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29373B; }
p { color: rgb(41,55,59); }
H1.HeaderClassName
{
color: #29373B;
}
.AnyTagClassName
{
color: #29373B;
}
</style>
background-color css
<style>
a { background-color: #29373B; }
a { background-color: rgb(41,55,59); }
div.DivClassName
{
background-color: #29373B;
}
.BgClassName
{
background-color: #29373B;
}
</style>
border-color css
<style>
span { border-color: #29373B; }
span { border-color: rgb(41,55,59); }
td.TdClassName
{
border-color: #29373B;
}
.TagClassName
{
border-color: #29373B;
}
</style>