Shades of Oxford Blue #263438
Tints of Oxford Blue #263438
RGB
CMYK
RGB Variations
Color information
#263438 (or 0x263438) is known color: Oxford Blue. HEX triplet: 26, 34 and 38. RGB value is (38,52,56). Sum of RGB (Red+Green+Blue) = 38+52+56=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #263438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263438 is #D9CBC7. Grayscale: #303030. Windows color (decimal): -14273480 or 3683366. OLE color: 3683366.
HSL color Cylindrical-coordinate representation of color #263438: hue angle of 193.33º 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 #263438 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 52 | 56 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.78 |
| HSL | 193.33º | 0.19% | 0.18% | - |
| HSV(B) | 193.33º | 0.32% | 0.22% | - |
| XYZ | 2.74 | 3.15 | 4.21 | - |
| YUV | 48.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 56 | 0.32 | 0.07 | 0 | 0.78 | 193.33 | 0.19 | 0.18 |
| Hex | 26 | 34 | 38 | 20 | 7 | 0 | 4E | C1 | 13 | 12 |
| Octal | 46 | 64 | 70 | 40 | 7 | 0 | 116 | 301 | 23 | 22 |
| Binary | 100110 | 110100 | 111000 | 100000 | 111 | 0 | 1001110 | 11000001 | 10011 | 10010 |
Color Harmonies of #263438
Complementary color
Monochromatic Colors of #263438
Black with #263438
Text Example
Text Example
White with #263438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263438; }
p { color: rgb(38,52,56); }
H1.HeaderClassName
{
color: #263438;
}
.AnyTagClassName
{
color: #263438;
}
</style>
background-color css
<style>
a { background-color: #263438; }
a { background-color: rgb(38,52,56); }
div.DivClassName
{
background-color: #263438;
}
.BgClassName
{
background-color: #263438;
}
</style>
border-color css
<style>
span { border-color: #263438; }
span { border-color: rgb(38,52,56); }
td.TdClassName
{
border-color: #263438;
}
.TagClassName
{
border-color: #263438;
}
</style>