Shades of Oxford Blue #243337
Tints of Oxford Blue #243337
RGB
CMYK
RGB Variations
Color information
#243337 (or 0x243337) is known color: Oxford Blue. HEX triplet: 24, 33 and 37. RGB value is (36,51,55). Sum of RGB (Red+Green+Blue) = 36+51+55=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #243337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243337 is #DBCCC8. Grayscale: #2E2E2E. Windows color (decimal): -14404809 or 3617572. OLE color: 3617572.
HSL color Cylindrical-coordinate representation of color #243337: hue angle of 192.63º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #243337 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 51 | 55 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.78 |
| HSL | 192.63º | 0.21% | 0.18% | - |
| HSV(B) | 192.63º | 0.35% | 0.22% | - |
| XYZ | 2.6 | 3.02 | 4.06 | - |
| YUV | 46.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 55 | 0.35 | 0.07 | 0 | 0.78 | 192.63 | 0.21 | 0.18 |
| Hex | 24 | 33 | 37 | 23 | 7 | 0 | 4E | C1 | 15 | 12 |
| Octal | 44 | 63 | 67 | 43 | 7 | 0 | 116 | 301 | 25 | 22 |
| Binary | 100100 | 110011 | 110111 | 100011 | 111 | 0 | 1001110 | 11000001 | 10101 | 10010 |
Color Harmonies of #243337
Complementary color
Monochromatic Colors of #243337
Black with #243337
Text Example
Text Example
White with #243337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243337; }
p { color: rgb(36,51,55); }
H1.HeaderClassName
{
color: #243337;
}
.AnyTagClassName
{
color: #243337;
}
</style>
background-color css
<style>
a { background-color: #243337; }
a { background-color: rgb(36,51,55); }
div.DivClassName
{
background-color: #243337;
}
.BgClassName
{
background-color: #243337;
}
</style>
border-color css
<style>
span { border-color: #243337; }
span { border-color: rgb(36,51,55); }
td.TdClassName
{
border-color: #243337;
}
.TagClassName
{
border-color: #243337;
}
</style>