Shades of Oxford Blue #26373D
Tints of Oxford Blue #26373D
RGB
CMYK
RGB Variations
Color information
#26373D (or 0x26373D) is known color: Oxford Blue. HEX triplet: 26, 37 and 3D. RGB value is (38,55,61). Sum of RGB (Red+Green+Blue) = 38+55+61=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #26373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373D is #D9C8C2. Grayscale: #323232. Windows color (decimal): -14272707 or 4011814. OLE color: 4011814.
HSL color Cylindrical-coordinate representation of color #26373D: hue angle of 195.65º 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 #26373D is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 55 | 61 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.76 |
| HSL | 195.65º | 0.23% | 0.19% | - |
| HSV(B) | 195.65º | 0.38% | 0.24% | - |
| XYZ | 3.01 | 3.48 | 4.93 | - |
| YUV | 50.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 61 | 0.38 | 0.10 | 0 | 0.76 | 195.65 | 0.23 | 0.19 |
| Hex | 26 | 37 | 3D | 26 | A | 0 | 4C | C4 | 17 | 13 |
| Octal | 46 | 67 | 75 | 46 | 12 | 0 | 114 | 304 | 27 | 23 |
| Binary | 100110 | 110111 | 111101 | 100110 | 1010 | 0 | 1001100 | 11000100 | 10111 | 10011 |
Color Harmonies of #26373D
Complementary color
Monochromatic Colors of #26373D
Black with #26373D
Text Example
Text Example
White with #26373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26373D; }
p { color: rgb(38,55,61); }
H1.HeaderClassName
{
color: #26373D;
}
.AnyTagClassName
{
color: #26373D;
}
</style>
background-color css
<style>
a { background-color: #26373D; }
a { background-color: rgb(38,55,61); }
div.DivClassName
{
background-color: #26373D;
}
.BgClassName
{
background-color: #26373D;
}
</style>
border-color css
<style>
span { border-color: #26373D; }
span { border-color: rgb(38,55,61); }
td.TdClassName
{
border-color: #26373D;
}
.TagClassName
{
border-color: #26373D;
}
</style>