Shades of Oxford Blue #26363D
Tints of Oxford Blue #26363D
RGB
CMYK
RGB Variations
Color information
#26363D (or 0x26363D) is known color: Oxford Blue. HEX triplet: 26, 36 and 3D. RGB value is (38,54,61). Sum of RGB (Red+Green+Blue) = 38+54+61=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #26363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26363D is #D9C9C2. Grayscale: #313131. Windows color (decimal): -14272963 or 4011558. OLE color: 4011558.
HSL color Cylindrical-coordinate representation of color #26363D: hue angle of 198.26º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #26363D is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 54 | 61 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.76 |
| HSL | 198.26º | 0.23% | 0.19% | - |
| HSV(B) | 198.26º | 0.38% | 0.24% | - |
| XYZ | 2.96 | 3.39 | 4.91 | - |
| YUV | 50.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 61 | 0.38 | 0.11 | 0 | 0.76 | 198.26 | 0.23 | 0.19 |
| Hex | 26 | 36 | 3D | 26 | B | 0 | 4C | C6 | 17 | 13 |
| Octal | 46 | 66 | 75 | 46 | 13 | 0 | 114 | 306 | 27 | 23 |
| Binary | 100110 | 110110 | 111101 | 100110 | 1011 | 0 | 1001100 | 11000110 | 10111 | 10011 |
Color Harmonies of #26363D
Complementary color
Monochromatic Colors of #26363D
Black with #26363D
Text Example
Text Example
White with #26363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26363D; }
p { color: rgb(38,54,61); }
H1.HeaderClassName
{
color: #26363D;
}
.AnyTagClassName
{
color: #26363D;
}
</style>
background-color css
<style>
a { background-color: #26363D; }
a { background-color: rgb(38,54,61); }
div.DivClassName
{
background-color: #26363D;
}
.BgClassName
{
background-color: #26363D;
}
</style>
border-color css
<style>
span { border-color: #26363D; }
span { border-color: rgb(38,54,61); }
td.TdClassName
{
border-color: #26363D;
}
.TagClassName
{
border-color: #26363D;
}
</style>