Shades of Oxford Blue #24373C
Tints of Oxford Blue #24373C
RGB
CMYK
RGB Variations
Color information
#24373C (or 0x24373C) is known color: Oxford Blue. HEX triplet: 24, 37 and 3C. RGB value is (36,55,60). Sum of RGB (Red+Green+Blue) = 36+55+60=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 60 - color contains mainly: blue. Hex color #24373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24373C is #DBC8C3. Grayscale: #313131. Windows color (decimal): -14403780 or 3946276. OLE color: 3946276.
HSL color Cylindrical-coordinate representation of color #24373C: hue angle of 192.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #24373C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 55 | 60 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.76 |
| HSL | 192.5º | 0.25% | 0.19% | - |
| HSV(B) | 192.5º | 0.4% | 0.24% | - |
| XYZ | 2.91 | 3.43 | 4.78 | - |
| YUV | 49.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 60 | 0.40 | 0.08 | 0 | 0.76 | 192.5 | 0.25 | 0.19 |
| Hex | 24 | 37 | 3C | 28 | 8 | 0 | 4C | C0 | 19 | 13 |
| Octal | 44 | 67 | 74 | 50 | 10 | 0 | 114 | 300 | 31 | 23 |
| Binary | 100100 | 110111 | 111100 | 101000 | 1000 | 0 | 1001100 | 11000000 | 11001 | 10011 |
Color Harmonies of #24373C
Complementary color
Monochromatic Colors of #24373C
Black with #24373C
Text Example
Text Example
White with #24373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24373C; }
p { color: rgb(36,55,60); }
H1.HeaderClassName
{
color: #24373C;
}
.AnyTagClassName
{
color: #24373C;
}
</style>
background-color css
<style>
a { background-color: #24373C; }
a { background-color: rgb(36,55,60); }
div.DivClassName
{
background-color: #24373C;
}
.BgClassName
{
background-color: #24373C;
}
</style>
border-color css
<style>
span { border-color: #24373C; }
span { border-color: rgb(36,55,60); }
td.TdClassName
{
border-color: #24373C;
}
.TagClassName
{
border-color: #24373C;
}
</style>