Shades of Oxford Blue #293336
Tints of Oxford Blue #293336
RGB
CMYK
RGB Variations
Color information
#293336 (or 0x293336) is known color: Oxford Blue. HEX triplet: 29, 33 and 36. RGB value is (41,51,54). Sum of RGB (Red+Green+Blue) = 41+51+54=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 54 - color contains mainly: blue. Hex color #293336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293336 is #D6CCC9. Grayscale: #303030. Windows color (decimal): -14077130 or 3552041. OLE color: 3552041.
HSL color Cylindrical-coordinate representation of color #293336: hue angle of 193.85º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #293336 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 51 | 54 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.79 |
| HSL | 193.85º | 0.14% | 0.19% | - |
| HSV(B) | 193.85º | 0.24% | 0.21% | - |
| XYZ | 2.76 | 3.11 | 3.94 | - |
| YUV | 48.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 54 | 0.24 | 0.06 | 0 | 0.79 | 193.85 | 0.14 | 0.19 |
| Hex | 29 | 33 | 36 | 18 | 6 | 0 | 4F | C2 | E | 13 |
| Octal | 51 | 63 | 66 | 30 | 6 | 0 | 117 | 302 | 16 | 23 |
| Binary | 101001 | 110011 | 110110 | 11000 | 110 | 0 | 1001111 | 11000010 | 1110 | 10011 |
Color Harmonies of #293336
Complementary color
Monochromatic Colors of #293336
Black with #293336
Text Example
Text Example
White with #293336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293336; }
p { color: rgb(41,51,54); }
H1.HeaderClassName
{
color: #293336;
}
.AnyTagClassName
{
color: #293336;
}
</style>
background-color css
<style>
a { background-color: #293336; }
a { background-color: rgb(41,51,54); }
div.DivClassName
{
background-color: #293336;
}
.BgClassName
{
background-color: #293336;
}
</style>
border-color css
<style>
span { border-color: #293336; }
span { border-color: rgb(41,51,54); }
td.TdClassName
{
border-color: #293336;
}
.TagClassName
{
border-color: #293336;
}
</style>