Shades of Oxford Blue #24363C
Tints of Oxford Blue #24363C
RGB
CMYK
RGB Variations
Color information
#24363C (or 0x24363C) is known color: Oxford Blue. HEX triplet: 24, 36 and 3C. RGB value is (36,54,60). Sum of RGB (Red+Green+Blue) = 36+54+60=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #24363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24363C is #DBC9C3. Grayscale: #313131. Windows color (decimal): -14404036 or 3946020. OLE color: 3946020.
HSL color Cylindrical-coordinate representation of color #24363C: hue angle of 195º 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 #24363C is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 54 | 60 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.76 |
| HSL | 195º | 0.25% | 0.19% | - |
| HSV(B) | 195º | 0.4% | 0.24% | - |
| XYZ | 2.86 | 3.34 | 4.77 | - |
| YUV | 49.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 60 | 0.40 | 0.10 | 0 | 0.76 | 195 | 0.25 | 0.19 |
| Hex | 24 | 36 | 3C | 28 | A | 0 | 4C | C3 | 19 | 13 |
| Octal | 44 | 66 | 74 | 50 | 12 | 0 | 114 | 303 | 31 | 23 |
| Binary | 100100 | 110110 | 111100 | 101000 | 1010 | 0 | 1001100 | 11000011 | 11001 | 10011 |
Color Harmonies of #24363C
Complementary color
Monochromatic Colors of #24363C
Black with #24363C
Text Example
Text Example
White with #24363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24363C; }
p { color: rgb(36,54,60); }
H1.HeaderClassName
{
color: #24363C;
}
.AnyTagClassName
{
color: #24363C;
}
</style>
background-color css
<style>
a { background-color: #24363C; }
a { background-color: rgb(36,54,60); }
div.DivClassName
{
background-color: #24363C;
}
.BgClassName
{
background-color: #24363C;
}
</style>
border-color css
<style>
span { border-color: #24363C; }
span { border-color: rgb(36,54,60); }
td.TdClassName
{
border-color: #24363C;
}
.TagClassName
{
border-color: #24363C;
}
</style>