Shades of Oxford Blue #26363B
Tints of Oxford Blue #26363B
RGB
CMYK
RGB Variations
Color information
#26363B (or 0x26363B) is known color: Oxford Blue. HEX triplet: 26, 36 and 3B. RGB value is (38,54,59). Sum of RGB (Red+Green+Blue) = 38+54+59=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #26363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26363B is #D9C9C4. Grayscale: #313131. Windows color (decimal): -14272965 or 3880486. OLE color: 3880486.
HSL color Cylindrical-coordinate representation of color #26363B: hue angle of 194.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26363B is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 54 | 59 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.77 |
| HSL | 194.29º | 0.22% | 0.19% | - |
| HSV(B) | 194.29º | 0.36% | 0.23% | - |
| XYZ | 2.91 | 3.37 | 4.63 | - |
| YUV | 49.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 59 | 0.36 | 0.08 | 0 | 0.77 | 194.29 | 0.22 | 0.19 |
| Hex | 26 | 36 | 3B | 24 | 8 | 0 | 4D | C2 | 16 | 13 |
| Octal | 46 | 66 | 73 | 44 | 10 | 0 | 115 | 302 | 26 | 23 |
| Binary | 100110 | 110110 | 111011 | 100100 | 1000 | 0 | 1001101 | 11000010 | 10110 | 10011 |
Color Harmonies of #26363B
Complementary color
Monochromatic Colors of #26363B
Black with #26363B
Text Example
Text Example
White with #26363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26363B; }
p { color: rgb(38,54,59); }
H1.HeaderClassName
{
color: #26363B;
}
.AnyTagClassName
{
color: #26363B;
}
</style>
background-color css
<style>
a { background-color: #26363B; }
a { background-color: rgb(38,54,59); }
div.DivClassName
{
background-color: #26363B;
}
.BgClassName
{
background-color: #26363B;
}
</style>
border-color css
<style>
span { border-color: #26363B; }
span { border-color: rgb(38,54,59); }
td.TdClassName
{
border-color: #26363B;
}
.TagClassName
{
border-color: #26363B;
}
</style>