Shades of Oxford Blue #24383D
Tints of Oxford Blue #24383D
RGB
CMYK
RGB Variations
Color information
#24383D (or 0x24383D) is known color: Oxford Blue. HEX triplet: 24, 38 and 3D. RGB value is (36,56,61). Sum of RGB (Red+Green+Blue) = 36+56+61=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #24383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24383D is #DBC7C2. Grayscale: #323232. Windows color (decimal): -14403523 or 4012068. OLE color: 4012068.
HSL color Cylindrical-coordinate representation of color #24383D: hue angle of 192º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #24383D is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 56 | 61 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.76 |
| HSL | 192º | 0.26% | 0.19% | - |
| HSV(B) | 192º | 0.41% | 0.24% | - |
| XYZ | 2.98 | 3.54 | 4.94 | - |
| YUV | 50.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 61 | 0.41 | 0.08 | 0 | 0.76 | 192 | 0.26 | 0.19 |
| Hex | 24 | 38 | 3D | 29 | 8 | 0 | 4C | C0 | 1A | 13 |
| Octal | 44 | 70 | 75 | 51 | 10 | 0 | 114 | 300 | 32 | 23 |
| Binary | 100100 | 111000 | 111101 | 101001 | 1000 | 0 | 1001100 | 11000000 | 11010 | 10011 |
Color Harmonies of #24383D
Complementary color
Monochromatic Colors of #24383D
Black with #24383D
Text Example
Text Example
White with #24383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24383D; }
p { color: rgb(36,56,61); }
H1.HeaderClassName
{
color: #24383D;
}
.AnyTagClassName
{
color: #24383D;
}
</style>
background-color css
<style>
a { background-color: #24383D; }
a { background-color: rgb(36,56,61); }
div.DivClassName
{
background-color: #24383D;
}
.BgClassName
{
background-color: #24383D;
}
</style>
border-color css
<style>
span { border-color: #24383D; }
span { border-color: rgb(36,56,61); }
td.TdClassName
{
border-color: #24383D;
}
.TagClassName
{
border-color: #24383D;
}
</style>