Shades of Oxford Blue #243940
Tints of Oxford Blue #243940
RGB
CMYK
RGB Variations
Color information
#243940 (or 0x243940) is known color: Oxford Blue. HEX triplet: 24, 39 and 40. RGB value is (36,57,64). Sum of RGB (Red+Green+Blue) = 36+57+64=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #243940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243940 is #DBC6BF. Grayscale: #333333. Windows color (decimal): -14403264 or 4208932. OLE color: 4208932.
HSL color Cylindrical-coordinate representation of color #243940: hue angle of 195º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #243940 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 57 | 64 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.75 |
| HSL | 195º | 0.28% | 0.2% | - |
| HSV(B) | 195º | 0.44% | 0.25% | - |
| XYZ | 3.12 | 3.67 | 5.39 | - |
| YUV | 51.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 64 | 0.44 | 0.11 | 0 | 0.75 | 195 | 0.28 | 0.2 |
| Hex | 24 | 39 | 40 | 2C | B | 0 | 4B | C3 | 1C | 14 |
| Octal | 44 | 71 | 100 | 54 | 13 | 0 | 113 | 303 | 34 | 24 |
| Binary | 100100 | 111001 | 1000000 | 101100 | 1011 | 0 | 1001011 | 11000011 | 11100 | 10100 |
Color Harmonies of #243940
Complementary color
Monochromatic Colors of #243940
Black with #243940
Text Example
Text Example
White with #243940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243940; }
p { color: rgb(36,57,64); }
H1.HeaderClassName
{
color: #243940;
}
.AnyTagClassName
{
color: #243940;
}
</style>
background-color css
<style>
a { background-color: #243940; }
a { background-color: rgb(36,57,64); }
div.DivClassName
{
background-color: #243940;
}
.BgClassName
{
background-color: #243940;
}
</style>
border-color css
<style>
span { border-color: #243940; }
span { border-color: rgb(36,57,64); }
td.TdClassName
{
border-color: #243940;
}
.TagClassName
{
border-color: #243940;
}
</style>