Shades of Oxford Blue #263A41
Tints of Oxford Blue #263A41
RGB
CMYK
RGB Variations
Color information
#263A41 (or 0x263A41) is known color: Oxford Blue. HEX triplet: 26, 3A and 41. RGB value is (38,58,65). Sum of RGB (Red+Green+Blue) = 38+58+65=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #263A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A41 is #D9C5BE. Grayscale: #343434. Windows color (decimal): -14271935 or 4274726. OLE color: 4274726.
HSL color Cylindrical-coordinate representation of color #263A41: hue angle of 195.56º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263A41 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 58 | 65 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.75 |
| HSL | 195.56º | 0.26% | 0.2% | - |
| HSV(B) | 195.56º | 0.42% | 0.25% | - |
| XYZ | 3.27 | 3.82 | 5.57 | - |
| YUV | 52.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 65 | 0.42 | 0.11 | 0 | 0.75 | 195.56 | 0.26 | 0.2 |
| Hex | 26 | 3A | 41 | 2A | B | 0 | 4B | C4 | 1A | 14 |
| Octal | 46 | 72 | 101 | 52 | 13 | 0 | 113 | 304 | 32 | 24 |
| Binary | 100110 | 111010 | 1000001 | 101010 | 1011 | 0 | 1001011 | 11000100 | 11010 | 10100 |
Color Harmonies of #263A41
Complementary color
Monochromatic Colors of #263A41
Black with #263A41
Text Example
Text Example
White with #263A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A41; }
p { color: rgb(38,58,65); }
H1.HeaderClassName
{
color: #263A41;
}
.AnyTagClassName
{
color: #263A41;
}
</style>
background-color css
<style>
a { background-color: #263A41; }
a { background-color: rgb(38,58,65); }
div.DivClassName
{
background-color: #263A41;
}
.BgClassName
{
background-color: #263A41;
}
</style>
border-color css
<style>
span { border-color: #263A41; }
span { border-color: rgb(38,58,65); }
td.TdClassName
{
border-color: #263A41;
}
.TagClassName
{
border-color: #263A41;
}
</style>