Shades of Oxford Blue #243239
Tints of Oxford Blue #243239
RGB
CMYK
RGB Variations
Color information
#243239 (or 0x243239) is known color: Oxford Blue. HEX triplet: 24, 32 and 39. RGB value is (36,50,57). Sum of RGB (Red+Green+Blue) = 36+50+57=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #243239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243239 is #DBCDC6. Grayscale: #2E2E2E. Windows color (decimal): -14405063 or 3748388. OLE color: 3748388.
HSL color Cylindrical-coordinate representation of color #243239: hue angle of 200º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #243239 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 50 | 57 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.78 |
| HSL | 200º | 0.23% | 0.18% | - |
| HSV(B) | 200º | 0.37% | 0.22% | - |
| XYZ | 2.61 | 2.95 | 4.3 | - |
| YUV | 46.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 57 | 0.37 | 0.12 | 0 | 0.78 | 200 | 0.23 | 0.18 |
| Hex | 24 | 32 | 39 | 25 | C | 0 | 4E | C8 | 17 | 12 |
| Octal | 44 | 62 | 71 | 45 | 14 | 0 | 116 | 310 | 27 | 22 |
| Binary | 100100 | 110010 | 111001 | 100101 | 1100 | 0 | 1001110 | 11001000 | 10111 | 10010 |
Color Harmonies of #243239
Complementary color
Monochromatic Colors of #243239
Black with #243239
Text Example
Text Example
White with #243239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243239; }
p { color: rgb(36,50,57); }
H1.HeaderClassName
{
color: #243239;
}
.AnyTagClassName
{
color: #243239;
}
</style>
background-color css
<style>
a { background-color: #243239; }
a { background-color: rgb(36,50,57); }
div.DivClassName
{
background-color: #243239;
}
.BgClassName
{
background-color: #243239;
}
</style>
border-color css
<style>
span { border-color: #243239; }
span { border-color: rgb(36,50,57); }
td.TdClassName
{
border-color: #243239;
}
.TagClassName
{
border-color: #243239;
}
</style>