Shades of Oxford Blue #25353B
Tints of Oxford Blue #25353B
RGB
CMYK
RGB Variations
Color information
#25353B (or 0x25353B) is known color: Oxford Blue. HEX triplet: 25, 35 and 3B. RGB value is (37,53,59). Sum of RGB (Red+Green+Blue) = 37+53+59=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 59 - color contains mainly: blue. Hex color #25353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353B is #DACAC4. Grayscale: #303030. Windows color (decimal): -14338757 or 3880229. OLE color: 3880229.
HSL color Cylindrical-coordinate representation of color #25353B: hue angle of 196.36º 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 #25353B is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 53 | 59 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.77 |
| HSL | 196.36º | 0.23% | 0.19% | - |
| HSV(B) | 196.36º | 0.37% | 0.23% | - |
| XYZ | 2.83 | 3.26 | 4.62 | - |
| YUV | 48.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 59 | 0.37 | 0.10 | 0 | 0.77 | 196.36 | 0.23 | 0.19 |
| Hex | 25 | 35 | 3B | 25 | A | 0 | 4D | C4 | 17 | 13 |
| Octal | 45 | 65 | 73 | 45 | 12 | 0 | 115 | 304 | 27 | 23 |
| Binary | 100101 | 110101 | 111011 | 100101 | 1010 | 0 | 1001101 | 11000100 | 10111 | 10011 |
Color Harmonies of #25353B
Complementary color
Monochromatic Colors of #25353B
Black with #25353B
Text Example
Text Example
White with #25353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25353B; }
p { color: rgb(37,53,59); }
H1.HeaderClassName
{
color: #25353B;
}
.AnyTagClassName
{
color: #25353B;
}
</style>
background-color css
<style>
a { background-color: #25353B; }
a { background-color: rgb(37,53,59); }
div.DivClassName
{
background-color: #25353B;
}
.BgClassName
{
background-color: #25353B;
}
</style>
border-color css
<style>
span { border-color: #25353B; }
span { border-color: rgb(37,53,59); }
td.TdClassName
{
border-color: #25353B;
}
.TagClassName
{
border-color: #25353B;
}
</style>