Shades of Oxford Blue #263336
Tints of Oxford Blue #263336
RGB
CMYK
RGB Variations
Color information
#263336 (or 0x263336) is known color: Oxford Blue. HEX triplet: 26, 33 and 36. RGB value is (38,51,54). Sum of RGB (Red+Green+Blue) = 38+51+54=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #263336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263336 is #D9CCC9. Grayscale: #2F2F2F. Windows color (decimal): -14273738 or 3552038. OLE color: 3552038.
HSL color Cylindrical-coordinate representation of color #263336: hue angle of 191.25º 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 #263336 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 51 | 54 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.79 |
| HSL | 191.25º | 0.17% | 0.18% | - |
| HSV(B) | 191.25º | 0.3% | 0.21% | - |
| XYZ | 2.65 | 3.05 | 3.94 | - |
| YUV | 47.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 54 | 0.30 | 0.06 | 0 | 0.79 | 191.25 | 0.17 | 0.18 |
| Hex | 26 | 33 | 36 | 1E | 6 | 0 | 4F | BF | 11 | 12 |
| Octal | 46 | 63 | 66 | 36 | 6 | 0 | 117 | 277 | 21 | 22 |
| Binary | 100110 | 110011 | 110110 | 11110 | 110 | 0 | 1001111 | 10111111 | 10001 | 10010 |
Color Harmonies of #263336
Complementary color
Monochromatic Colors of #263336
Black with #263336
Text Example
Text Example
White with #263336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263336; }
p { color: rgb(38,51,54); }
H1.HeaderClassName
{
color: #263336;
}
.AnyTagClassName
{
color: #263336;
}
</style>
background-color css
<style>
a { background-color: #263336; }
a { background-color: rgb(38,51,54); }
div.DivClassName
{
background-color: #263336;
}
.BgClassName
{
background-color: #263336;
}
</style>
border-color css
<style>
span { border-color: #263336; }
span { border-color: rgb(38,51,54); }
td.TdClassName
{
border-color: #263336;
}
.TagClassName
{
border-color: #263336;
}
</style>