Shades of Oxford Blue #293A40
Tints of Oxford Blue #293A40
RGB
CMYK
RGB Variations
Color information
#293A40 (or 0x293A40) is known color: Oxford Blue. HEX triplet: 29, 3A and 40. RGB value is (41,58,64). Sum of RGB (Red+Green+Blue) = 41+58+64=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #293A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A40 is #D6C5BF. Grayscale: #353535. Windows color (decimal): -14075328 or 4209193. OLE color: 4209193.
HSL color Cylindrical-coordinate representation of color #293A40: hue angle of 195.65º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293A40 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 58 | 64 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.75 |
| HSL | 195.65º | 0.22% | 0.21% | - |
| HSV(B) | 195.65º | 0.36% | 0.25% | - |
| XYZ | 3.35 | 3.87 | 5.42 | - |
| YUV | 53.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 64 | 0.36 | 0.09 | 0 | 0.75 | 195.65 | 0.22 | 0.21 |
| Hex | 29 | 3A | 40 | 24 | 9 | 0 | 4B | C4 | 16 | 15 |
| Octal | 51 | 72 | 100 | 44 | 11 | 0 | 113 | 304 | 26 | 25 |
| Binary | 101001 | 111010 | 1000000 | 100100 | 1001 | 0 | 1001011 | 11000100 | 10110 | 10101 |
Color Harmonies of #293A40
Complementary color
Monochromatic Colors of #293A40
Black with #293A40
Text Example
Text Example
White with #293A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A40; }
p { color: rgb(41,58,64); }
H1.HeaderClassName
{
color: #293A40;
}
.AnyTagClassName
{
color: #293A40;
}
</style>
background-color css
<style>
a { background-color: #293A40; }
a { background-color: rgb(41,58,64); }
div.DivClassName
{
background-color: #293A40;
}
.BgClassName
{
background-color: #293A40;
}
</style>
border-color css
<style>
span { border-color: #293A40; }
span { border-color: rgb(41,58,64); }
td.TdClassName
{
border-color: #293A40;
}
.TagClassName
{
border-color: #293A40;
}
</style>