Shades of Oxford Blue #28353B
Tints of Oxford Blue #28353B
RGB
CMYK
RGB Variations
Color information
#28353B (or 0x28353B) is known color: Oxford Blue. HEX triplet: 28, 35 and 3B. RGB value is (40,53,59). Sum of RGB (Red+Green+Blue) = 40+53+59=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #28353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28353B is #D7CAC4. Grayscale: #313131. Windows color (decimal): -14142149 or 3880232. OLE color: 3880232.
HSL color Cylindrical-coordinate representation of color #28353B: hue angle of 198.95º 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 #28353B is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 53 | 59 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.77 |
| HSL | 198.95º | 0.19% | 0.19% | - |
| HSV(B) | 198.95º | 0.32% | 0.23% | - |
| XYZ | 2.94 | 3.31 | 4.62 | - |
| YUV | 49.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 59 | 0.32 | 0.10 | 0 | 0.77 | 198.95 | 0.19 | 0.19 |
| Hex | 28 | 35 | 3B | 20 | A | 0 | 4D | C7 | 13 | 13 |
| Octal | 50 | 65 | 73 | 40 | 12 | 0 | 115 | 307 | 23 | 23 |
| Binary | 101000 | 110101 | 111011 | 100000 | 1010 | 0 | 1001101 | 11000111 | 10011 | 10011 |
Color Harmonies of #28353B
Complementary color
Monochromatic Colors of #28353B
Black with #28353B
Text Example
Text Example
White with #28353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28353B; }
p { color: rgb(40,53,59); }
H1.HeaderClassName
{
color: #28353B;
}
.AnyTagClassName
{
color: #28353B;
}
</style>
background-color css
<style>
a { background-color: #28353B; }
a { background-color: rgb(40,53,59); }
div.DivClassName
{
background-color: #28353B;
}
.BgClassName
{
background-color: #28353B;
}
</style>
border-color css
<style>
span { border-color: #28353B; }
span { border-color: rgb(40,53,59); }
td.TdClassName
{
border-color: #28353B;
}
.TagClassName
{
border-color: #28353B;
}
</style>