Shades of Oxford Blue #283A41
Tints of Oxford Blue #283A41
RGB
CMYK
RGB Variations
Color information
#283A41 (or 0x283A41) is known color: Oxford Blue. HEX triplet: 28, 3A and 41. RGB value is (40,58,65). Sum of RGB (Red+Green+Blue) = 40+58+65=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #283A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A41 is #D7C5BE. Grayscale: #353535. Windows color (decimal): -14140863 or 4274728. OLE color: 4274728.
HSL color Cylindrical-coordinate representation of color #283A41: hue angle of 196.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283A41 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 58 | 65 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.75 |
| HSL | 196.8º | 0.24% | 0.21% | - |
| HSV(B) | 196.8º | 0.38% | 0.25% | - |
| XYZ | 3.34 | 3.86 | 5.57 | - |
| YUV | 53.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 65 | 0.38 | 0.11 | 0 | 0.75 | 196.8 | 0.24 | 0.21 |
| Hex | 28 | 3A | 41 | 26 | B | 0 | 4B | C5 | 18 | 15 |
| Octal | 50 | 72 | 101 | 46 | 13 | 0 | 113 | 305 | 30 | 25 |
| Binary | 101000 | 111010 | 1000001 | 100110 | 1011 | 0 | 1001011 | 11000101 | 11000 | 10101 |
Color Harmonies of #283A41
Complementary color
Monochromatic Colors of #283A41
Black with #283A41
Text Example
Text Example
White with #283A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A41; }
p { color: rgb(40,58,65); }
H1.HeaderClassName
{
color: #283A41;
}
.AnyTagClassName
{
color: #283A41;
}
</style>
background-color css
<style>
a { background-color: #283A41; }
a { background-color: rgb(40,58,65); }
div.DivClassName
{
background-color: #283A41;
}
.BgClassName
{
background-color: #283A41;
}
</style>
border-color css
<style>
span { border-color: #283A41; }
span { border-color: rgb(40,58,65); }
td.TdClassName
{
border-color: #283A41;
}
.TagClassName
{
border-color: #283A41;
}
</style>