Shades of Oxford Blue #25363D
Tints of Oxford Blue #25363D
RGB
CMYK
RGB Variations
Color information
#25363D (or 0x25363D) is known color: Oxford Blue. HEX triplet: 25, 36 and 3D. RGB value is (37,54,61). Sum of RGB (Red+Green+Blue) = 37+54+61=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #25363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25363D is #DAC9C2. Grayscale: #313131. Windows color (decimal): -14338499 or 4011557. OLE color: 4011557.
HSL color Cylindrical-coordinate representation of color #25363D: hue angle of 197.5º 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 #25363D is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 54 | 61 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.76 |
| HSL | 197.5º | 0.24% | 0.19% | - |
| HSV(B) | 197.5º | 0.39% | 0.24% | - |
| XYZ | 2.92 | 3.37 | 4.91 | - |
| YUV | 49.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 61 | 0.39 | 0.11 | 0 | 0.76 | 197.5 | 0.24 | 0.19 |
| Hex | 25 | 36 | 3D | 27 | B | 0 | 4C | C6 | 18 | 13 |
| Octal | 45 | 66 | 75 | 47 | 13 | 0 | 114 | 306 | 30 | 23 |
| Binary | 100101 | 110110 | 111101 | 100111 | 1011 | 0 | 1001100 | 11000110 | 11000 | 10011 |
Color Harmonies of #25363D
Complementary color
Monochromatic Colors of #25363D
Black with #25363D
Text Example
Text Example
White with #25363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25363D; }
p { color: rgb(37,54,61); }
H1.HeaderClassName
{
color: #25363D;
}
.AnyTagClassName
{
color: #25363D;
}
</style>
background-color css
<style>
a { background-color: #25363D; }
a { background-color: rgb(37,54,61); }
div.DivClassName
{
background-color: #25363D;
}
.BgClassName
{
background-color: #25363D;
}
</style>
border-color css
<style>
span { border-color: #25363D; }
span { border-color: rgb(37,54,61); }
td.TdClassName
{
border-color: #25363D;
}
.TagClassName
{
border-color: #25363D;
}
</style>