Shades of Oxford Blue #253337
Tints of Oxford Blue #253337
RGB
CMYK
RGB Variations
Color information
#253337 (or 0x253337) is known color: Oxford Blue. HEX triplet: 25, 33 and 37. RGB value is (37,51,55). Sum of RGB (Red+Green+Blue) = 37+51+55=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #253337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253337 is #DACCC8. Grayscale: #2F2F2F. Windows color (decimal): -14339273 or 3617573. OLE color: 3617573.
HSL color Cylindrical-coordinate representation of color #253337: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #253337 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 51 | 55 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.78 |
| HSL | 193.33º | 0.2% | 0.18% | - |
| HSV(B) | 193.33º | 0.33% | 0.22% | - |
| XYZ | 2.64 | 3.04 | 4.06 | - |
| YUV | 47.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 55 | 0.33 | 0.07 | 0 | 0.78 | 193.33 | 0.2 | 0.18 |
| Hex | 25 | 33 | 37 | 21 | 7 | 0 | 4E | C1 | 14 | 12 |
| Octal | 45 | 63 | 67 | 41 | 7 | 0 | 116 | 301 | 24 | 22 |
| Binary | 100101 | 110011 | 110111 | 100001 | 111 | 0 | 1001110 | 11000001 | 10100 | 10010 |
Color Harmonies of #253337
Complementary color
Monochromatic Colors of #253337
Black with #253337
Text Example
Text Example
White with #253337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253337; }
p { color: rgb(37,51,55); }
H1.HeaderClassName
{
color: #253337;
}
.AnyTagClassName
{
color: #253337;
}
</style>
background-color css
<style>
a { background-color: #253337; }
a { background-color: rgb(37,51,55); }
div.DivClassName
{
background-color: #253337;
}
.BgClassName
{
background-color: #253337;
}
</style>
border-color css
<style>
span { border-color: #253337; }
span { border-color: rgb(37,51,55); }
td.TdClassName
{
border-color: #253337;
}
.TagClassName
{
border-color: #253337;
}
</style>