Shades of Oxford Blue #25363B
Tints of Oxford Blue #25363B
RGB
CMYK
RGB Variations
Color information
#25363B (or 0x25363B) is known color: Oxford Blue. HEX triplet: 25, 36 and 3B. RGB value is (37,54,59). Sum of RGB (Red+Green+Blue) = 37+54+59=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #25363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25363B is #DAC9C4. Grayscale: #313131. Windows color (decimal): -14338501 or 3880485. OLE color: 3880485.
HSL color Cylindrical-coordinate representation of color #25363B: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25363B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 54 | 59 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.77 |
| HSL | 193.64º | 0.23% | 0.19% | - |
| HSV(B) | 193.64º | 0.37% | 0.23% | - |
| XYZ | 2.87 | 3.35 | 4.63 | - |
| YUV | 49.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 59 | 0.37 | 0.08 | 0 | 0.77 | 193.64 | 0.23 | 0.19 |
| Hex | 25 | 36 | 3B | 25 | 8 | 0 | 4D | C2 | 17 | 13 |
| Octal | 45 | 66 | 73 | 45 | 10 | 0 | 115 | 302 | 27 | 23 |
| Binary | 100101 | 110110 | 111011 | 100101 | 1000 | 0 | 1001101 | 11000010 | 10111 | 10011 |
Color Harmonies of #25363B
Complementary color
Monochromatic Colors of #25363B
Black with #25363B
Text Example
Text Example
White with #25363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25363B; }
p { color: rgb(37,54,59); }
H1.HeaderClassName
{
color: #25363B;
}
.AnyTagClassName
{
color: #25363B;
}
</style>
background-color css
<style>
a { background-color: #25363B; }
a { background-color: rgb(37,54,59); }
div.DivClassName
{
background-color: #25363B;
}
.BgClassName
{
background-color: #25363B;
}
</style>
border-color css
<style>
span { border-color: #25363B; }
span { border-color: rgb(37,54,59); }
td.TdClassName
{
border-color: #25363B;
}
.TagClassName
{
border-color: #25363B;
}
</style>