Shades of Oxford Blue #26383D
Tints of Oxford Blue #26383D
RGB
CMYK
RGB Variations
Color information
#26383D (or 0x26383D) is known color: Oxford Blue. HEX triplet: 26, 38 and 3D. RGB value is (38,56,61). Sum of RGB (Red+Green+Blue) = 38+56+61=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #26383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26383D is #D9C7C2. Grayscale: #333333. Windows color (decimal): -14272451 or 4012070. OLE color: 4012070.
HSL color Cylindrical-coordinate representation of color #26383D: hue angle of 193.04º 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 #26383D is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 56 | 61 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.76 |
| HSL | 193.04º | 0.23% | 0.19% | - |
| HSV(B) | 193.04º | 0.38% | 0.24% | - |
| XYZ | 3.06 | 3.58 | 4.94 | - |
| YUV | 51.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 61 | 0.38 | 0.08 | 0 | 0.76 | 193.04 | 0.23 | 0.19 |
| Hex | 26 | 38 | 3D | 26 | 8 | 0 | 4C | C1 | 17 | 13 |
| Octal | 46 | 70 | 75 | 46 | 10 | 0 | 114 | 301 | 27 | 23 |
| Binary | 100110 | 111000 | 111101 | 100110 | 1000 | 0 | 1001100 | 11000001 | 10111 | 10011 |
Color Harmonies of #26383D
Complementary color
Monochromatic Colors of #26383D
Black with #26383D
Text Example
Text Example
White with #26383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26383D; }
p { color: rgb(38,56,61); }
H1.HeaderClassName
{
color: #26383D;
}
.AnyTagClassName
{
color: #26383D;
}
</style>
background-color css
<style>
a { background-color: #26383D; }
a { background-color: rgb(38,56,61); }
div.DivClassName
{
background-color: #26383D;
}
.BgClassName
{
background-color: #26383D;
}
</style>
border-color css
<style>
span { border-color: #26383D; }
span { border-color: rgb(38,56,61); }
td.TdClassName
{
border-color: #26383D;
}
.TagClassName
{
border-color: #26383D;
}
</style>