Shades of Oxford Blue #283236
Tints of Oxford Blue #283236
RGB
CMYK
RGB Variations
Color information
#283236 (or 0x283236) is known color: Oxford Blue. HEX triplet: 28, 32 and 36. RGB value is (40,50,54). Sum of RGB (Red+Green+Blue) = 40+50+54=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #283236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283236 is #D7CDC9. Grayscale: #2F2F2F. Windows color (decimal): -14142922 or 3551784. OLE color: 3551784.
HSL color Cylindrical-coordinate representation of color #283236: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #283236 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 50 | 54 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.79 |
| HSL | 197.14º | 0.15% | 0.18% | - |
| HSV(B) | 197.14º | 0.26% | 0.21% | - |
| XYZ | 2.68 | 3 | 3.93 | - |
| YUV | 47.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 54 | 0.26 | 0.07 | 0 | 0.79 | 197.14 | 0.15 | 0.18 |
| Hex | 28 | 32 | 36 | 1A | 7 | 0 | 4F | C5 | F | 12 |
| Octal | 50 | 62 | 66 | 32 | 7 | 0 | 117 | 305 | 17 | 22 |
| Binary | 101000 | 110010 | 110110 | 11010 | 111 | 0 | 1001111 | 11000101 | 1111 | 10010 |
Color Harmonies of #283236
Complementary color
Monochromatic Colors of #283236
Black with #283236
Text Example
Text Example
White with #283236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283236; }
p { color: rgb(40,50,54); }
H1.HeaderClassName
{
color: #283236;
}
.AnyTagClassName
{
color: #283236;
}
</style>
background-color css
<style>
a { background-color: #283236; }
a { background-color: rgb(40,50,54); }
div.DivClassName
{
background-color: #283236;
}
.BgClassName
{
background-color: #283236;
}
</style>
border-color css
<style>
span { border-color: #283236; }
span { border-color: rgb(40,50,54); }
td.TdClassName
{
border-color: #283236;
}
.TagClassName
{
border-color: #283236;
}
</style>