Shades of Oxford Blue #293438
Tints of Oxford Blue #293438
RGB
CMYK
RGB Variations
Color information
#293438 (or 0x293438) is known color: Oxford Blue. HEX triplet: 29, 34 and 38. RGB value is (41,52,56). Sum of RGB (Red+Green+Blue) = 41+52+56=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: blue. Hex color #293438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293438 is #D6CBC7. Grayscale: #313131. Windows color (decimal): -14076872 or 3683369. OLE color: 3683369.
HSL color Cylindrical-coordinate representation of color #293438: hue angle of 196º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293438 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 52 | 56 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.78 |
| HSL | 196º | 0.15% | 0.19% | - |
| HSV(B) | 196º | 0.27% | 0.22% | - |
| XYZ | 2.86 | 3.21 | 4.21 | - |
| YUV | 49.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 56 | 0.27 | 0.07 | 0 | 0.78 | 196 | 0.15 | 0.19 |
| Hex | 29 | 34 | 38 | 1B | 7 | 0 | 4E | C4 | F | 13 |
| Octal | 51 | 64 | 70 | 33 | 7 | 0 | 116 | 304 | 17 | 23 |
| Binary | 101001 | 110100 | 111000 | 11011 | 111 | 0 | 1001110 | 11000100 | 1111 | 10011 |
Color Harmonies of #293438
Complementary color
Monochromatic Colors of #293438
Black with #293438
Text Example
Text Example
White with #293438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293438; }
p { color: rgb(41,52,56); }
H1.HeaderClassName
{
color: #293438;
}
.AnyTagClassName
{
color: #293438;
}
</style>
background-color css
<style>
a { background-color: #293438; }
a { background-color: rgb(41,52,56); }
div.DivClassName
{
background-color: #293438;
}
.BgClassName
{
background-color: #293438;
}
</style>
border-color css
<style>
span { border-color: #293438; }
span { border-color: rgb(41,52,56); }
td.TdClassName
{
border-color: #293438;
}
.TagClassName
{
border-color: #293438;
}
</style>