Shades of Oxford Blue #28383F
Tints of Oxford Blue #28383F
RGB
CMYK
RGB Variations
Color information
#28383F (or 0x28383F) is known color: Oxford Blue. HEX triplet: 28, 38 and 3F. RGB value is (40,56,63). Sum of RGB (Red+Green+Blue) = 40+56+63=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #28383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28383F is #D7C7C0. Grayscale: #333333. Windows color (decimal): -14141377 or 4143144. OLE color: 4143144.
HSL color Cylindrical-coordinate representation of color #28383F: hue angle of 198.26º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #28383F is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 56 | 63 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.75 |
| HSL | 198.26º | 0.22% | 0.2% | - |
| HSV(B) | 198.26º | 0.37% | 0.25% | - |
| XYZ | 3.19 | 3.64 | 5.24 | - |
| YUV | 52.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 63 | 0.37 | 0.11 | 0 | 0.75 | 198.26 | 0.22 | 0.2 |
| Hex | 28 | 38 | 3F | 25 | B | 0 | 4B | C6 | 16 | 14 |
| Octal | 50 | 70 | 77 | 45 | 13 | 0 | 113 | 306 | 26 | 24 |
| Binary | 101000 | 111000 | 111111 | 100101 | 1011 | 0 | 1001011 | 11000110 | 10110 | 10100 |
Color Harmonies of #28383F
Complementary color
Monochromatic Colors of #28383F
Black with #28383F
Text Example
Text Example
White with #28383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28383F; }
p { color: rgb(40,56,63); }
H1.HeaderClassName
{
color: #28383F;
}
.AnyTagClassName
{
color: #28383F;
}
</style>
background-color css
<style>
a { background-color: #28383F; }
a { background-color: rgb(40,56,63); }
div.DivClassName
{
background-color: #28383F;
}
.BgClassName
{
background-color: #28383F;
}
</style>
border-color css
<style>
span { border-color: #28383F; }
span { border-color: rgb(40,56,63); }
td.TdClassName
{
border-color: #28383F;
}
.TagClassName
{
border-color: #28383F;
}
</style>