Shades of Oxford Blue #242F33
Tints of Oxford Blue #242F33
RGB
CMYK
RGB Variations
Color information
#242F33 (or 0x242F33) is known color: Oxford Blue. HEX triplet: 24, 2F and 33. RGB value is (36,47,51). Sum of RGB (Red+Green+Blue) = 36+47+51=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #242F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F33 is #DBD0CC. Grayscale: #2C2C2C. Windows color (decimal): -14405837 or 3354404. OLE color: 3354404.
HSL color Cylindrical-coordinate representation of color #242F33: hue angle of 196º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #242F33 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 47 | 51 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.8 |
| HSL | 196º | 0.17% | 0.17% | - |
| HSV(B) | 196º | 0.29% | 0.2% | - |
| XYZ | 2.34 | 2.65 | 3.52 | - |
| YUV | 44.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 51 | 0.29 | 0.08 | 0 | 0.8 | 196 | 0.17 | 0.17 |
| Hex | 24 | 2F | 33 | 1D | 8 | 0 | 50 | C4 | 11 | 11 |
| Octal | 44 | 57 | 63 | 35 | 10 | 0 | 120 | 304 | 21 | 21 |
| Binary | 100100 | 101111 | 110011 | 11101 | 1000 | 0 | 1010000 | 11000100 | 10001 | 10001 |
Color Harmonies of #242F33
Complementary color
Monochromatic Colors of #242F33
Black with #242F33
Text Example
Text Example
White with #242F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F33; }
p { color: rgb(36,47,51); }
H1.HeaderClassName
{
color: #242F33;
}
.AnyTagClassName
{
color: #242F33;
}
</style>
background-color css
<style>
a { background-color: #242F33; }
a { background-color: rgb(36,47,51); }
div.DivClassName
{
background-color: #242F33;
}
.BgClassName
{
background-color: #242F33;
}
</style>
border-color css
<style>
span { border-color: #242F33; }
span { border-color: rgb(36,47,51); }
td.TdClassName
{
border-color: #242F33;
}
.TagClassName
{
border-color: #242F33;
}
</style>