Shades of Oxford Blue #29373C
Tints of Oxford Blue #29373C
RGB
CMYK
RGB Variations
Color information
#29373C (or 0x29373C) is known color: Oxford Blue. HEX triplet: 29, 37 and 3C. RGB value is (41,55,60). Sum of RGB (Red+Green+Blue) = 41+55+60=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #29373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29373C is #D6C8C3. Grayscale: #333333. Windows color (decimal): -14076100 or 3946281. OLE color: 3946281.
HSL color Cylindrical-coordinate representation of color #29373C: hue angle of 195.79º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29373C is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 55 | 60 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.76 |
| HSL | 195.79º | 0.19% | 0.2% | - |
| HSV(B) | 195.79º | 0.32% | 0.24% | - |
| XYZ | 3.1 | 3.53 | 4.79 | - |
| YUV | 51.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 60 | 0.32 | 0.08 | 0 | 0.76 | 195.79 | 0.19 | 0.2 |
| Hex | 29 | 37 | 3C | 20 | 8 | 0 | 4C | C4 | 13 | 14 |
| Octal | 51 | 67 | 74 | 40 | 10 | 0 | 114 | 304 | 23 | 24 |
| Binary | 101001 | 110111 | 111100 | 100000 | 1000 | 0 | 1001100 | 11000100 | 10011 | 10100 |
Color Harmonies of #29373C
Complementary color
Monochromatic Colors of #29373C
Black with #29373C
Text Example
Text Example
White with #29373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29373C; }
p { color: rgb(41,55,60); }
H1.HeaderClassName
{
color: #29373C;
}
.AnyTagClassName
{
color: #29373C;
}
</style>
background-color css
<style>
a { background-color: #29373C; }
a { background-color: rgb(41,55,60); }
div.DivClassName
{
background-color: #29373C;
}
.BgClassName
{
background-color: #29373C;
}
</style>
border-color css
<style>
span { border-color: #29373C; }
span { border-color: rgb(41,55,60); }
td.TdClassName
{
border-color: #29373C;
}
.TagClassName
{
border-color: #29373C;
}
</style>