Shades of Oxford Blue #243238
Tints of Oxford Blue #243238
RGB
CMYK
RGB Variations
Color information
#243238 (or 0x243238) is known color: Oxford Blue. HEX triplet: 24, 32 and 38. RGB value is (36,50,56). Sum of RGB (Red+Green+Blue) = 36+50+56=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #243238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243238 is #DBCDC7. Grayscale: #2E2E2E. Windows color (decimal): -14405064 or 3682852. OLE color: 3682852.
HSL color Cylindrical-coordinate representation of color #243238: hue angle of 198º 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 #243238 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 50 | 56 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.78 |
| HSL | 198º | 0.22% | 0.18% | - |
| HSV(B) | 198º | 0.36% | 0.22% | - |
| XYZ | 2.58 | 2.94 | 4.17 | - |
| YUV | 46.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 56 | 0.36 | 0.11 | 0 | 0.78 | 198 | 0.22 | 0.18 |
| Hex | 24 | 32 | 38 | 24 | B | 0 | 4E | C6 | 16 | 12 |
| Octal | 44 | 62 | 70 | 44 | 13 | 0 | 116 | 306 | 26 | 22 |
| Binary | 100100 | 110010 | 111000 | 100100 | 1011 | 0 | 1001110 | 11000110 | 10110 | 10010 |
Color Harmonies of #243238
Complementary color
Monochromatic Colors of #243238
Black with #243238
Text Example
Text Example
White with #243238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243238; }
p { color: rgb(36,50,56); }
H1.HeaderClassName
{
color: #243238;
}
.AnyTagClassName
{
color: #243238;
}
</style>
background-color css
<style>
a { background-color: #243238; }
a { background-color: rgb(36,50,56); }
div.DivClassName
{
background-color: #243238;
}
.BgClassName
{
background-color: #243238;
}
</style>
border-color css
<style>
span { border-color: #243238; }
span { border-color: rgb(36,50,56); }
td.TdClassName
{
border-color: #243238;
}
.TagClassName
{
border-color: #243238;
}
</style>