Shades of Oxford Blue #243138
Tints of Oxford Blue #243138
RGB
CMYK
RGB Variations
Color information
#243138 (or 0x243138) is known color: Oxford Blue. HEX triplet: 24, 31 and 38. RGB value is (36,49,56). Sum of RGB (Red+Green+Blue) = 36+49+56=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #243138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243138 is #DBCEC7. Grayscale: #2D2D2D. Windows color (decimal): -14405320 or 3682596. OLE color: 3682596.
HSL color Cylindrical-coordinate representation of color #243138: hue angle of 201º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #243138 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 49 | 56 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.78 |
| HSL | 201º | 0.22% | 0.18% | - |
| HSV(B) | 201º | 0.36% | 0.22% | - |
| XYZ | 2.54 | 2.86 | 4.16 | - |
| YUV | 45.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 56 | 0.36 | 0.12 | 0 | 0.78 | 201 | 0.22 | 0.18 |
| Hex | 24 | 31 | 38 | 24 | C | 0 | 4E | C9 | 16 | 12 |
| Octal | 44 | 61 | 70 | 44 | 14 | 0 | 116 | 311 | 26 | 22 |
| Binary | 100100 | 110001 | 111000 | 100100 | 1100 | 0 | 1001110 | 11001001 | 10110 | 10010 |
Color Harmonies of #243138
Complementary color
Monochromatic Colors of #243138
Black with #243138
Text Example
Text Example
White with #243138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243138; }
p { color: rgb(36,49,56); }
H1.HeaderClassName
{
color: #243138;
}
.AnyTagClassName
{
color: #243138;
}
</style>
background-color css
<style>
a { background-color: #243138; }
a { background-color: rgb(36,49,56); }
div.DivClassName
{
background-color: #243138;
}
.BgClassName
{
background-color: #243138;
}
</style>
border-color css
<style>
span { border-color: #243138; }
span { border-color: rgb(36,49,56); }
td.TdClassName
{
border-color: #243138;
}
.TagClassName
{
border-color: #243138;
}
</style>