Shades of Oxford Blue #25373D
Tints of Oxford Blue #25373D
RGB
CMYK
RGB Variations
Color information
#25373D (or 0x25373D) is known color: Oxford Blue. HEX triplet: 25, 37 and 3D. RGB value is (37,55,61). Sum of RGB (Red+Green+Blue) = 37+55+61=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #25373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25373D is #DAC8C2. Grayscale: #323232. Windows color (decimal): -14338243 or 4011813. OLE color: 4011813.
HSL color Cylindrical-coordinate representation of color #25373D: hue angle of 195º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25373D is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 55 | 61 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.76 |
| HSL | 195º | 0.24% | 0.19% | - |
| HSV(B) | 195º | 0.39% | 0.24% | - |
| XYZ | 2.97 | 3.46 | 4.93 | - |
| YUV | 50.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 61 | 0.39 | 0.10 | 0 | 0.76 | 195 | 0.24 | 0.19 |
| Hex | 25 | 37 | 3D | 27 | A | 0 | 4C | C3 | 18 | 13 |
| Octal | 45 | 67 | 75 | 47 | 12 | 0 | 114 | 303 | 30 | 23 |
| Binary | 100101 | 110111 | 111101 | 100111 | 1010 | 0 | 1001100 | 11000011 | 11000 | 10011 |
Color Harmonies of #25373D
Complementary color
Monochromatic Colors of #25373D
Black with #25373D
Text Example
Text Example
White with #25373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25373D; }
p { color: rgb(37,55,61); }
H1.HeaderClassName
{
color: #25373D;
}
.AnyTagClassName
{
color: #25373D;
}
</style>
background-color css
<style>
a { background-color: #25373D; }
a { background-color: rgb(37,55,61); }
div.DivClassName
{
background-color: #25373D;
}
.BgClassName
{
background-color: #25373D;
}
</style>
border-color css
<style>
span { border-color: #25373D; }
span { border-color: rgb(37,55,61); }
td.TdClassName
{
border-color: #25373D;
}
.TagClassName
{
border-color: #25373D;
}
</style>