Shades of Oxford Blue #262E31
Tints of Oxford Blue #262E31
RGB
CMYK
RGB Variations
Color information
#262E31 (or 0x262E31) is known color: Oxford Blue. HEX triplet: 26, 2E and 31. RGB value is (38,46,49). Sum of RGB (Red+Green+Blue) = 38+46+49=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #262E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E31 is #D9D1CE. Grayscale: #2B2B2B. Windows color (decimal): -14275023 or 3223078. OLE color: 3223078.
HSL color Cylindrical-coordinate representation of color #262E31: hue angle of 196.36º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #262E31 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 46 | 49 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.81 |
| HSL | 196.36º | 0.13% | 0.17% | - |
| HSV(B) | 196.36º | 0.22% | 0.19% | - |
| XYZ | 2.33 | 2.59 | 3.28 | - |
| YUV | 43.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 49 | 0.22 | 0.06 | 0 | 0.81 | 196.36 | 0.13 | 0.17 |
| Hex | 26 | 2E | 31 | 16 | 6 | 0 | 51 | C4 | D | 11 |
| Octal | 46 | 56 | 61 | 26 | 6 | 0 | 121 | 304 | 15 | 21 |
| Binary | 100110 | 101110 | 110001 | 10110 | 110 | 0 | 1010001 | 11000100 | 1101 | 10001 |
Color Harmonies of #262E31
Complementary color
Monochromatic Colors of #262E31
Black with #262E31
Text Example
Text Example
White with #262E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E31; }
p { color: rgb(38,46,49); }
H1.HeaderClassName
{
color: #262E31;
}
.AnyTagClassName
{
color: #262E31;
}
</style>
background-color css
<style>
a { background-color: #262E31; }
a { background-color: rgb(38,46,49); }
div.DivClassName
{
background-color: #262E31;
}
.BgClassName
{
background-color: #262E31;
}
</style>
border-color css
<style>
span { border-color: #262E31; }
span { border-color: rgb(38,46,49); }
td.TdClassName
{
border-color: #262E31;
}
.TagClassName
{
border-color: #262E31;
}
</style>