Shades of Oxford Blue #29363B
Tints of Oxford Blue #29363B
RGB
CMYK
RGB Variations
Color information
#29363B (or 0x29363B) is known color: Oxford Blue. HEX triplet: 29, 36 and 3B. RGB value is (41,54,59). Sum of RGB (Red+Green+Blue) = 41+54+59=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 59 - color contains mainly: blue. Hex color #29363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29363B is #D6C9C4. Grayscale: #323232. Windows color (decimal): -14076357 or 3880489. OLE color: 3880489.
HSL color Cylindrical-coordinate representation of color #29363B: hue angle of 196.67º 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 #29363B is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 54 | 59 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.77 |
| HSL | 196.67º | 0.18% | 0.2% | - |
| HSV(B) | 196.67º | 0.31% | 0.23% | - |
| XYZ | 3.02 | 3.43 | 4.64 | - |
| YUV | 50.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 59 | 0.31 | 0.08 | 0 | 0.77 | 196.67 | 0.18 | 0.2 |
| Hex | 29 | 36 | 3B | 1F | 8 | 0 | 4D | C5 | 12 | 14 |
| Octal | 51 | 66 | 73 | 37 | 10 | 0 | 115 | 305 | 22 | 24 |
| Binary | 101001 | 110110 | 111011 | 11111 | 1000 | 0 | 1001101 | 11000101 | 10010 | 10100 |
Color Harmonies of #29363B
Complementary color
Monochromatic Colors of #29363B
Black with #29363B
Text Example
Text Example
White with #29363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29363B; }
p { color: rgb(41,54,59); }
H1.HeaderClassName
{
color: #29363B;
}
.AnyTagClassName
{
color: #29363B;
}
</style>
background-color css
<style>
a { background-color: #29363B; }
a { background-color: rgb(41,54,59); }
div.DivClassName
{
background-color: #29363B;
}
.BgClassName
{
background-color: #29363B;
}
</style>
border-color css
<style>
span { border-color: #29363B; }
span { border-color: rgb(41,54,59); }
td.TdClassName
{
border-color: #29363B;
}
.TagClassName
{
border-color: #29363B;
}
</style>