Shades of Oxford Blue #242F32
Tints of Oxford Blue #242F32
RGB
CMYK
RGB Variations
Color information
#242F32 (or 0x242F32) is known color: Oxford Blue. HEX triplet: 24, 2F and 32. RGB value is (36,47,50). Sum of RGB (Red+Green+Blue) = 36+47+50=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #242F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F32 is #DBD0CD. Grayscale: #2C2C2C. Windows color (decimal): -14405838 or 3288868. OLE color: 3288868.
HSL color Cylindrical-coordinate representation of color #242F32: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #242F32 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 47 | 50 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.80 |
| HSL | 192.86º | 0.16% | 0.17% | - |
| HSV(B) | 192.86º | 0.28% | 0.2% | - |
| XYZ | 2.32 | 2.64 | 3.4 | - |
| YUV | 44.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 50 | 0.28 | 0.06 | 0 | 0.80 | 192.86 | 0.16 | 0.17 |
| Hex | 24 | 2F | 32 | 1C | 6 | 0 | 50 | C1 | 10 | 11 |
| Octal | 44 | 57 | 62 | 34 | 6 | 0 | 120 | 301 | 20 | 21 |
| Binary | 100100 | 101111 | 110010 | 11100 | 110 | 0 | 1010000 | 11000001 | 10000 | 10001 |
Color Harmonies of #242F32
Complementary color
Monochromatic Colors of #242F32
Black with #242F32
Text Example
Text Example
White with #242F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F32; }
p { color: rgb(36,47,50); }
H1.HeaderClassName
{
color: #242F32;
}
.AnyTagClassName
{
color: #242F32;
}
</style>
background-color css
<style>
a { background-color: #242F32; }
a { background-color: rgb(36,47,50); }
div.DivClassName
{
background-color: #242F32;
}
.BgClassName
{
background-color: #242F32;
}
</style>
border-color css
<style>
span { border-color: #242F32; }
span { border-color: rgb(36,47,50); }
td.TdClassName
{
border-color: #242F32;
}
.TagClassName
{
border-color: #242F32;
}
</style>