Shades of Oxford Blue #28363C
Tints of Oxford Blue #28363C
RGB
CMYK
RGB Variations
Color information
#28363C (or 0x28363C) is known color: Oxford Blue. HEX triplet: 28, 36 and 3C. RGB value is (40,54,60). Sum of RGB (Red+Green+Blue) = 40+54+60=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #28363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28363C is #D7C9C3. Grayscale: #323232. Windows color (decimal): -14141892 or 3946024. OLE color: 3946024.
HSL color Cylindrical-coordinate representation of color #28363C: hue angle of 198º 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 #28363C is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 54 | 60 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.76 |
| HSL | 198º | 0.2% | 0.2% | - |
| HSV(B) | 198º | 0.33% | 0.24% | - |
| XYZ | 3.01 | 3.42 | 4.78 | - |
| YUV | 50.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 60 | 0.33 | 0.10 | 0 | 0.76 | 198 | 0.2 | 0.2 |
| Hex | 28 | 36 | 3C | 21 | A | 0 | 4C | C6 | 14 | 14 |
| Octal | 50 | 66 | 74 | 41 | 12 | 0 | 114 | 306 | 24 | 24 |
| Binary | 101000 | 110110 | 111100 | 100001 | 1010 | 0 | 1001100 | 11000110 | 10100 | 10100 |
Color Harmonies of #28363C
Complementary color
Monochromatic Colors of #28363C
Black with #28363C
Text Example
Text Example
White with #28363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28363C; }
p { color: rgb(40,54,60); }
H1.HeaderClassName
{
color: #28363C;
}
.AnyTagClassName
{
color: #28363C;
}
</style>
background-color css
<style>
a { background-color: #28363C; }
a { background-color: rgb(40,54,60); }
div.DivClassName
{
background-color: #28363C;
}
.BgClassName
{
background-color: #28363C;
}
</style>
border-color css
<style>
span { border-color: #28363C; }
span { border-color: rgb(40,54,60); }
td.TdClassName
{
border-color: #28363C;
}
.TagClassName
{
border-color: #28363C;
}
</style>