Shades of Oxford Blue #28373C
Tints of Oxford Blue #28373C
RGB
CMYK
RGB Variations
Color information
#28373C (or 0x28373C) is known color: Oxford Blue. HEX triplet: 28, 37 and 3C. RGB value is (40,55,60). Sum of RGB (Red+Green+Blue) = 40+55+60=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #28373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28373C is #D7C8C3. Grayscale: #333333. Windows color (decimal): -14141636 or 3946280. OLE color: 3946280.
HSL color Cylindrical-coordinate representation of color #28373C: hue angle of 195º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #28373C is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 55 | 60 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.76 |
| HSL | 195º | 0.2% | 0.2% | - |
| HSV(B) | 195º | 0.33% | 0.24% | - |
| XYZ | 3.06 | 3.51 | 4.79 | - |
| YUV | 51.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 60 | 0.33 | 0.08 | 0 | 0.76 | 195 | 0.2 | 0.2 |
| Hex | 28 | 37 | 3C | 21 | 8 | 0 | 4C | C3 | 14 | 14 |
| Octal | 50 | 67 | 74 | 41 | 10 | 0 | 114 | 303 | 24 | 24 |
| Binary | 101000 | 110111 | 111100 | 100001 | 1000 | 0 | 1001100 | 11000011 | 10100 | 10100 |
Color Harmonies of #28373C
Complementary color
Monochromatic Colors of #28373C
Black with #28373C
Text Example
Text Example
White with #28373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28373C; }
p { color: rgb(40,55,60); }
H1.HeaderClassName
{
color: #28373C;
}
.AnyTagClassName
{
color: #28373C;
}
</style>
background-color css
<style>
a { background-color: #28373C; }
a { background-color: rgb(40,55,60); }
div.DivClassName
{
background-color: #28373C;
}
.BgClassName
{
background-color: #28373C;
}
</style>
border-color css
<style>
span { border-color: #28373C; }
span { border-color: rgb(40,55,60); }
td.TdClassName
{
border-color: #28373C;
}
.TagClassName
{
border-color: #28373C;
}
</style>