Shades of Oxford Blue #28373B
Tints of Oxford Blue #28373B
RGB
CMYK
RGB Variations
Color information
#28373B (or 0x28373B) is known color: Oxford Blue. HEX triplet: 28, 37 and 3B. RGB value is (40,55,59). Sum of RGB (Red+Green+Blue) = 40+55+59=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 59 - color contains mainly: blue. Hex color #28373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28373B is #D7C8C4. Grayscale: #323232. Windows color (decimal): -14141637 or 3880744. OLE color: 3880744.
HSL color Cylindrical-coordinate representation of color #28373B: hue angle of 192.63º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28373B is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 55 | 59 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.77 |
| HSL | 192.63º | 0.19% | 0.19% | - |
| HSV(B) | 192.63º | 0.32% | 0.23% | - |
| XYZ | 3.03 | 3.5 | 4.65 | - |
| YUV | 50.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 59 | 0.32 | 0.07 | 0 | 0.77 | 192.63 | 0.19 | 0.19 |
| Hex | 28 | 37 | 3B | 20 | 7 | 0 | 4D | C1 | 13 | 13 |
| Octal | 50 | 67 | 73 | 40 | 7 | 0 | 115 | 301 | 23 | 23 |
| Binary | 101000 | 110111 | 111011 | 100000 | 111 | 0 | 1001101 | 11000001 | 10011 | 10011 |
Color Harmonies of #28373B
Complementary color
Monochromatic Colors of #28373B
Black with #28373B
Text Example
Text Example
White with #28373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28373B; }
p { color: rgb(40,55,59); }
H1.HeaderClassName
{
color: #28373B;
}
.AnyTagClassName
{
color: #28373B;
}
</style>
background-color css
<style>
a { background-color: #28373B; }
a { background-color: rgb(40,55,59); }
div.DivClassName
{
background-color: #28373B;
}
.BgClassName
{
background-color: #28373B;
}
</style>
border-color css
<style>
span { border-color: #28373B; }
span { border-color: rgb(40,55,59); }
td.TdClassName
{
border-color: #28373B;
}
.TagClassName
{
border-color: #28373B;
}
</style>