Shades of Oxford Blue #253138
Tints of Oxford Blue #253138
RGB
CMYK
RGB Variations
Color information
#253138 (or 0x253138) is known color: Oxford Blue. HEX triplet: 25, 31 and 38. RGB value is (37,49,56). Sum of RGB (Red+Green+Blue) = 37+49+56=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #253138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253138 is #DACEC7. Grayscale: #2E2E2E. Windows color (decimal): -14339784 or 3682597. OLE color: 3682597.
HSL color Cylindrical-coordinate representation of color #253138: hue angle of 202.11º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253138 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 49 | 56 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.78 |
| HSL | 202.11º | 0.2% | 0.18% | - |
| HSV(B) | 202.11º | 0.34% | 0.22% | - |
| XYZ | 2.58 | 2.88 | 4.16 | - |
| YUV | 46.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 56 | 0.34 | 0.12 | 0 | 0.78 | 202.11 | 0.2 | 0.18 |
| Hex | 25 | 31 | 38 | 22 | C | 0 | 4E | CA | 14 | 12 |
| Octal | 45 | 61 | 70 | 42 | 14 | 0 | 116 | 312 | 24 | 22 |
| Binary | 100101 | 110001 | 111000 | 100010 | 1100 | 0 | 1001110 | 11001010 | 10100 | 10010 |
Color Harmonies of #253138
Complementary color
Monochromatic Colors of #253138
Black with #253138
Text Example
Text Example
White with #253138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253138; }
p { color: rgb(37,49,56); }
H1.HeaderClassName
{
color: #253138;
}
.AnyTagClassName
{
color: #253138;
}
</style>
background-color css
<style>
a { background-color: #253138; }
a { background-color: rgb(37,49,56); }
div.DivClassName
{
background-color: #253138;
}
.BgClassName
{
background-color: #253138;
}
</style>
border-color css
<style>
span { border-color: #253138; }
span { border-color: rgb(37,49,56); }
td.TdClassName
{
border-color: #253138;
}
.TagClassName
{
border-color: #253138;
}
</style>