Shades of Oxford Blue #243135
Tints of Oxford Blue #243135
RGB
CMYK
RGB Variations
Color information
#243135 (or 0x243135) is known color: Oxford Blue. HEX triplet: 24, 31 and 35. RGB value is (36,49,53). Sum of RGB (Red+Green+Blue) = 36+49+53=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #243135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243135 is #DBCECA. Grayscale: #2D2D2D. Windows color (decimal): -14405323 or 3485988. OLE color: 3485988.
HSL color Cylindrical-coordinate representation of color #243135: hue angle of 194.12º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #243135 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 49 | 53 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.79 |
| HSL | 194.12º | 0.19% | 0.17% | - |
| HSV(B) | 194.12º | 0.32% | 0.21% | - |
| XYZ | 2.47 | 2.83 | 3.78 | - |
| YUV | 45.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 53 | 0.32 | 0.08 | 0 | 0.79 | 194.12 | 0.19 | 0.17 |
| Hex | 24 | 31 | 35 | 20 | 8 | 0 | 4F | C2 | 13 | 11 |
| Octal | 44 | 61 | 65 | 40 | 10 | 0 | 117 | 302 | 23 | 21 |
| Binary | 100100 | 110001 | 110101 | 100000 | 1000 | 0 | 1001111 | 11000010 | 10011 | 10001 |
Color Harmonies of #243135
Complementary color
Monochromatic Colors of #243135
Black with #243135
Text Example
Text Example
White with #243135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243135; }
p { color: rgb(36,49,53); }
H1.HeaderClassName
{
color: #243135;
}
.AnyTagClassName
{
color: #243135;
}
</style>
background-color css
<style>
a { background-color: #243135; }
a { background-color: rgb(36,49,53); }
div.DivClassName
{
background-color: #243135;
}
.BgClassName
{
background-color: #243135;
}
</style>
border-color css
<style>
span { border-color: #243135; }
span { border-color: rgb(36,49,53); }
td.TdClassName
{
border-color: #243135;
}
.TagClassName
{
border-color: #243135;
}
</style>