Shades of Oxford Blue #263B41
Tints of Oxford Blue #263B41
RGB
CMYK
RGB Variations
Color information
#263B41 (or 0x263B41) is known color: Oxford Blue. HEX triplet: 26, 3B and 41. RGB value is (38,59,65). Sum of RGB (Red+Green+Blue) = 38+59+65=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #263B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B41 is #D9C4BE. Grayscale: #353535. Windows color (decimal): -14271679 or 4274982. OLE color: 4274982.
HSL color Cylindrical-coordinate representation of color #263B41: hue angle of 193.33º 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 #263B41 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 59 | 65 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.75 |
| HSL | 193.33º | 0.26% | 0.2% | - |
| HSV(B) | 193.33º | 0.42% | 0.25% | - |
| XYZ | 3.32 | 3.92 | 5.58 | - |
| YUV | 53.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 65 | 0.42 | 0.09 | 0 | 0.75 | 193.33 | 0.26 | 0.2 |
| Hex | 26 | 3B | 41 | 2A | 9 | 0 | 4B | C1 | 1A | 14 |
| Octal | 46 | 73 | 101 | 52 | 11 | 0 | 113 | 301 | 32 | 24 |
| Binary | 100110 | 111011 | 1000001 | 101010 | 1001 | 0 | 1001011 | 11000001 | 11010 | 10100 |
Color Harmonies of #263B41
Complementary color
Monochromatic Colors of #263B41
Black with #263B41
Text Example
Text Example
White with #263B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B41; }
p { color: rgb(38,59,65); }
H1.HeaderClassName
{
color: #263B41;
}
.AnyTagClassName
{
color: #263B41;
}
</style>
background-color css
<style>
a { background-color: #263B41; }
a { background-color: rgb(38,59,65); }
div.DivClassName
{
background-color: #263B41;
}
.BgClassName
{
background-color: #263B41;
}
</style>
border-color css
<style>
span { border-color: #263B41; }
span { border-color: rgb(38,59,65); }
td.TdClassName
{
border-color: #263B41;
}
.TagClassName
{
border-color: #263B41;
}
</style>