Shades of Oxford Blue #263136
Tints of Oxford Blue #263136
RGB
CMYK
RGB Variations
Color information
#263136 (or 0x263136) is known color: Oxford Blue. HEX triplet: 26, 31 and 36. RGB value is (38,49,54). Sum of RGB (Red+Green+Blue) = 38+49+54=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #263136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263136 is #D9CEC9. Grayscale: #2E2E2E. Windows color (decimal): -14274250 or 3551526. OLE color: 3551526.
HSL color Cylindrical-coordinate representation of color #263136: hue angle of 198.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #263136 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 49 | 54 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.79 |
| HSL | 198.75º | 0.17% | 0.18% | - |
| HSV(B) | 198.75º | 0.3% | 0.21% | - |
| XYZ | 2.56 | 2.88 | 3.91 | - |
| YUV | 46.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 54 | 0.30 | 0.09 | 0 | 0.79 | 198.75 | 0.17 | 0.18 |
| Hex | 26 | 31 | 36 | 1E | 9 | 0 | 4F | C7 | 11 | 12 |
| Octal | 46 | 61 | 66 | 36 | 11 | 0 | 117 | 307 | 21 | 22 |
| Binary | 100110 | 110001 | 110110 | 11110 | 1001 | 0 | 1001111 | 11000111 | 10001 | 10010 |
Color Harmonies of #263136
Complementary color
Monochromatic Colors of #263136
Black with #263136
Text Example
Text Example
White with #263136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263136; }
p { color: rgb(38,49,54); }
H1.HeaderClassName
{
color: #263136;
}
.AnyTagClassName
{
color: #263136;
}
</style>
background-color css
<style>
a { background-color: #263136; }
a { background-color: rgb(38,49,54); }
div.DivClassName
{
background-color: #263136;
}
.BgClassName
{
background-color: #263136;
}
</style>
border-color css
<style>
span { border-color: #263136; }
span { border-color: rgb(38,49,54); }
td.TdClassName
{
border-color: #263136;
}
.TagClassName
{
border-color: #263136;
}
</style>