Shades of Oxford Blue #253137
Tints of Oxford Blue #253137
RGB
CMYK
RGB Variations
Color information
#253137 (or 0x253137) is known color: Oxford Blue. HEX triplet: 25, 31 and 37. RGB value is (37,49,55). Sum of RGB (Red+Green+Blue) = 37+49+55=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #253137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253137 is #DACEC8. Grayscale: #2E2E2E. Windows color (decimal): -14339785 or 3617061. OLE color: 3617061.
HSL color Cylindrical-coordinate representation of color #253137: hue angle of 200º 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 #253137 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 49 | 55 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.78 |
| HSL | 200º | 0.2% | 0.18% | - |
| HSV(B) | 200º | 0.33% | 0.22% | - |
| XYZ | 2.55 | 2.87 | 4.03 | - |
| YUV | 46.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 55 | 0.33 | 0.11 | 0 | 0.78 | 200 | 0.2 | 0.18 |
| Hex | 25 | 31 | 37 | 21 | B | 0 | 4E | C8 | 14 | 12 |
| Octal | 45 | 61 | 67 | 41 | 13 | 0 | 116 | 310 | 24 | 22 |
| Binary | 100101 | 110001 | 110111 | 100001 | 1011 | 0 | 1001110 | 11001000 | 10100 | 10010 |
Color Harmonies of #253137
Complementary color
Monochromatic Colors of #253137
Black with #253137
Text Example
Text Example
White with #253137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253137; }
p { color: rgb(37,49,55); }
H1.HeaderClassName
{
color: #253137;
}
.AnyTagClassName
{
color: #253137;
}
</style>
background-color css
<style>
a { background-color: #253137; }
a { background-color: rgb(37,49,55); }
div.DivClassName
{
background-color: #253137;
}
.BgClassName
{
background-color: #253137;
}
</style>
border-color css
<style>
span { border-color: #253137; }
span { border-color: rgb(37,49,55); }
td.TdClassName
{
border-color: #253137;
}
.TagClassName
{
border-color: #253137;
}
</style>