Shades of Oxford Blue #252E31
Tints of Oxford Blue #252E31
RGB
CMYK
RGB Variations
Color information
#252E31 (or 0x252E31) is known color: Oxford Blue. HEX triplet: 25, 2E and 31. RGB value is (37,46,49). Sum of RGB (Red+Green+Blue) = 37+46+49=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #252E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E31 is #DAD1CE. Grayscale: #2B2B2B. Windows color (decimal): -14340559 or 3223077. OLE color: 3223077.
HSL color Cylindrical-coordinate representation of color #252E31: hue angle of 195º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #252E31 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 46 | 49 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.81 |
| HSL | 195º | 0.14% | 0.17% | - |
| HSV(B) | 195º | 0.24% | 0.19% | - |
| XYZ | 2.29 | 2.57 | 3.28 | - |
| YUV | 43.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 49 | 0.24 | 0.06 | 0 | 0.81 | 195 | 0.14 | 0.17 |
| Hex | 25 | 2E | 31 | 18 | 6 | 0 | 51 | C3 | E | 11 |
| Octal | 45 | 56 | 61 | 30 | 6 | 0 | 121 | 303 | 16 | 21 |
| Binary | 100101 | 101110 | 110001 | 11000 | 110 | 0 | 1010001 | 11000011 | 1110 | 10001 |
Color Harmonies of #252E31
Complementary color
Monochromatic Colors of #252E31
Black with #252E31
Text Example
Text Example
White with #252E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E31; }
p { color: rgb(37,46,49); }
H1.HeaderClassName
{
color: #252E31;
}
.AnyTagClassName
{
color: #252E31;
}
</style>
background-color css
<style>
a { background-color: #252E31; }
a { background-color: rgb(37,46,49); }
div.DivClassName
{
background-color: #252E31;
}
.BgClassName
{
background-color: #252E31;
}
</style>
border-color css
<style>
span { border-color: #252E31; }
span { border-color: rgb(37,46,49); }
td.TdClassName
{
border-color: #252E31;
}
.TagClassName
{
border-color: #252E31;
}
</style>