Shades of Oxford Blue #243A41
Tints of Oxford Blue #243A41
RGB
CMYK
RGB Variations
Color information
#243A41 (or 0x243A41) is known color: Oxford Blue. HEX triplet: 24, 3A and 41. RGB value is (36,58,65). Sum of RGB (Red+Green+Blue) = 36+58+65=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #243A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A41 is #DBC5BE. Grayscale: #343434. Windows color (decimal): -14403007 or 4274724. OLE color: 4274724.
HSL color Cylindrical-coordinate representation of color #243A41: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #243A41 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 58 | 65 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.75 |
| HSL | 194.48º | 0.29% | 0.2% | - |
| HSV(B) | 194.48º | 0.45% | 0.25% | - |
| XYZ | 3.19 | 3.78 | 5.56 | - |
| YUV | 52.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 65 | 0.45 | 0.11 | 0 | 0.75 | 194.48 | 0.29 | 0.2 |
| Hex | 24 | 3A | 41 | 2D | B | 0 | 4B | C2 | 1D | 14 |
| Octal | 44 | 72 | 101 | 55 | 13 | 0 | 113 | 302 | 35 | 24 |
| Binary | 100100 | 111010 | 1000001 | 101101 | 1011 | 0 | 1001011 | 11000010 | 11101 | 10100 |
Color Harmonies of #243A41
Complementary color
Monochromatic Colors of #243A41
Black with #243A41
Text Example
Text Example
White with #243A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A41; }
p { color: rgb(36,58,65); }
H1.HeaderClassName
{
color: #243A41;
}
.AnyTagClassName
{
color: #243A41;
}
</style>
background-color css
<style>
a { background-color: #243A41; }
a { background-color: rgb(36,58,65); }
div.DivClassName
{
background-color: #243A41;
}
.BgClassName
{
background-color: #243A41;
}
</style>
border-color css
<style>
span { border-color: #243A41; }
span { border-color: rgb(36,58,65); }
td.TdClassName
{
border-color: #243A41;
}
.TagClassName
{
border-color: #243A41;
}
</style>