Shades of Oxford Blue #263238
Tints of Oxford Blue #263238
RGB
CMYK
RGB Variations
Color information
#263238 (or 0x263238) is known color: Oxford Blue. HEX triplet: 26, 32 and 38. RGB value is (38,50,56). Sum of RGB (Red+Green+Blue) = 38+50+56=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #263238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263238 is #D9CDC7. Grayscale: #2F2F2F. Windows color (decimal): -14273992 or 3682854. OLE color: 3682854.
HSL color Cylindrical-coordinate representation of color #263238: hue angle of 200º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #263238 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 50 | 56 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.78 |
| HSL | 200º | 0.19% | 0.18% | - |
| HSV(B) | 200º | 0.32% | 0.22% | - |
| XYZ | 2.65 | 2.98 | 4.18 | - |
| YUV | 47.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 56 | 0.32 | 0.11 | 0 | 0.78 | 200 | 0.19 | 0.18 |
| Hex | 26 | 32 | 38 | 20 | B | 0 | 4E | C8 | 13 | 12 |
| Octal | 46 | 62 | 70 | 40 | 13 | 0 | 116 | 310 | 23 | 22 |
| Binary | 100110 | 110010 | 111000 | 100000 | 1011 | 0 | 1001110 | 11001000 | 10011 | 10010 |
Color Harmonies of #263238
Complementary color
Monochromatic Colors of #263238
Black with #263238
Text Example
Text Example
White with #263238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263238; }
p { color: rgb(38,50,56); }
H1.HeaderClassName
{
color: #263238;
}
.AnyTagClassName
{
color: #263238;
}
</style>
background-color css
<style>
a { background-color: #263238; }
a { background-color: rgb(38,50,56); }
div.DivClassName
{
background-color: #263238;
}
.BgClassName
{
background-color: #263238;
}
</style>
border-color css
<style>
span { border-color: #263238; }
span { border-color: rgb(38,50,56); }
td.TdClassName
{
border-color: #263238;
}
.TagClassName
{
border-color: #263238;
}
</style>