Shades of Oxford Blue #28383D
Tints of Oxford Blue #28383D
RGB
CMYK
RGB Variations
Color information
#28383D (or 0x28383D) is known color: Oxford Blue. HEX triplet: 28, 38 and 3D. RGB value is (40,56,61). Sum of RGB (Red+Green+Blue) = 40+56+61=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #28383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28383D is #D7C7C2. Grayscale: #333333. Windows color (decimal): -14141379 or 4012072. OLE color: 4012072.
HSL color Cylindrical-coordinate representation of color #28383D: hue angle of 194.29º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28383D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 56 | 61 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.76 |
| HSL | 194.29º | 0.21% | 0.2% | - |
| HSV(B) | 194.29º | 0.34% | 0.24% | - |
| XYZ | 3.13 | 3.62 | 4.95 | - |
| YUV | 51.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 61 | 0.34 | 0.08 | 0 | 0.76 | 194.29 | 0.21 | 0.2 |
| Hex | 28 | 38 | 3D | 22 | 8 | 0 | 4C | C2 | 15 | 14 |
| Octal | 50 | 70 | 75 | 42 | 10 | 0 | 114 | 302 | 25 | 24 |
| Binary | 101000 | 111000 | 111101 | 100010 | 1000 | 0 | 1001100 | 11000010 | 10101 | 10100 |
Color Harmonies of #28383D
Complementary color
Monochromatic Colors of #28383D
Black with #28383D
Text Example
Text Example
White with #28383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28383D; }
p { color: rgb(40,56,61); }
H1.HeaderClassName
{
color: #28383D;
}
.AnyTagClassName
{
color: #28383D;
}
</style>
background-color css
<style>
a { background-color: #28383D; }
a { background-color: rgb(40,56,61); }
div.DivClassName
{
background-color: #28383D;
}
.BgClassName
{
background-color: #28383D;
}
</style>
border-color css
<style>
span { border-color: #28383D; }
span { border-color: rgb(40,56,61); }
td.TdClassName
{
border-color: #28383D;
}
.TagClassName
{
border-color: #28383D;
}
</style>