Shades of Oxford Blue #28353A
Tints of Oxford Blue #28353A
RGB
CMYK
RGB Variations
Color information
#28353A (or 0x28353A) is known color: Oxford Blue. HEX triplet: 28, 35 and 3A. RGB value is (40,53,58). Sum of RGB (Red+Green+Blue) = 40+53+58=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #28353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28353A is #D7CAC5. Grayscale: #313131. Windows color (decimal): -14142150 or 3814696. OLE color: 3814696.
HSL color Cylindrical-coordinate representation of color #28353A: hue angle of 196.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #28353A is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 53 | 58 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.77 |
| HSL | 196.67º | 0.18% | 0.19% | - |
| HSV(B) | 196.67º | 0.31% | 0.23% | - |
| XYZ | 2.91 | 3.3 | 4.49 | - |
| YUV | 49.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 58 | 0.31 | 0.09 | 0 | 0.77 | 196.67 | 0.18 | 0.19 |
| Hex | 28 | 35 | 3A | 1F | 9 | 0 | 4D | C5 | 12 | 13 |
| Octal | 50 | 65 | 72 | 37 | 11 | 0 | 115 | 305 | 22 | 23 |
| Binary | 101000 | 110101 | 111010 | 11111 | 1001 | 0 | 1001101 | 11000101 | 10010 | 10011 |
Color Harmonies of #28353A
Complementary color
Monochromatic Colors of #28353A
Black with #28353A
Text Example
Text Example
White with #28353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28353A; }
p { color: rgb(40,53,58); }
H1.HeaderClassName
{
color: #28353A;
}
.AnyTagClassName
{
color: #28353A;
}
</style>
background-color css
<style>
a { background-color: #28353A; }
a { background-color: rgb(40,53,58); }
div.DivClassName
{
background-color: #28353A;
}
.BgClassName
{
background-color: #28353A;
}
</style>
border-color css
<style>
span { border-color: #28353A; }
span { border-color: rgb(40,53,58); }
td.TdClassName
{
border-color: #28353A;
}
.TagClassName
{
border-color: #28353A;
}
</style>