Shades of Oxford Blue #29363C
Tints of Oxford Blue #29363C
RGB
CMYK
RGB Variations
Color information
#29363C (or 0x29363C) is known color: Oxford Blue. HEX triplet: 29, 36 and 3C. RGB value is (41,54,60). Sum of RGB (Red+Green+Blue) = 41+54+60=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #29363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29363C is #D6C9C3. Grayscale: #323232. Windows color (decimal): -14076356 or 3946025. OLE color: 3946025.
HSL color Cylindrical-coordinate representation of color #29363C: hue angle of 198.95º 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 #29363C is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 54 | 60 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.76 |
| HSL | 198.95º | 0.19% | 0.2% | - |
| HSV(B) | 198.95º | 0.32% | 0.24% | - |
| XYZ | 3.05 | 3.44 | 4.78 | - |
| YUV | 50.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 60 | 0.32 | 0.10 | 0 | 0.76 | 198.95 | 0.19 | 0.2 |
| Hex | 29 | 36 | 3C | 20 | A | 0 | 4C | C7 | 13 | 14 |
| Octal | 51 | 66 | 74 | 40 | 12 | 0 | 114 | 307 | 23 | 24 |
| Binary | 101001 | 110110 | 111100 | 100000 | 1010 | 0 | 1001100 | 11000111 | 10011 | 10100 |
Color Harmonies of #29363C
Complementary color
Monochromatic Colors of #29363C
Black with #29363C
Text Example
Text Example
White with #29363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29363C; }
p { color: rgb(41,54,60); }
H1.HeaderClassName
{
color: #29363C;
}
.AnyTagClassName
{
color: #29363C;
}
</style>
background-color css
<style>
a { background-color: #29363C; }
a { background-color: rgb(41,54,60); }
div.DivClassName
{
background-color: #29363C;
}
.BgClassName
{
background-color: #29363C;
}
</style>
border-color css
<style>
span { border-color: #29363C; }
span { border-color: rgb(41,54,60); }
td.TdClassName
{
border-color: #29363C;
}
.TagClassName
{
border-color: #29363C;
}
</style>