Shades of Oxford Blue #25383F
Tints of Oxford Blue #25383F
RGB
CMYK
RGB Variations
Color information
#25383F (or 0x25383F) is known color: Oxford Blue. HEX triplet: 25, 38 and 3F. RGB value is (37,56,63). Sum of RGB (Red+Green+Blue) = 37+56+63=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #25383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25383F is #DAC7C0. Grayscale: #333333. Windows color (decimal): -14337985 or 4143141. OLE color: 4143141.
HSL color Cylindrical-coordinate representation of color #25383F: hue angle of 196.15º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25383F is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 56 | 63 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.75 |
| HSL | 196.15º | 0.26% | 0.2% | - |
| HSV(B) | 196.15º | 0.41% | 0.25% | - |
| XYZ | 3.07 | 3.58 | 5.23 | - |
| YUV | 51.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 63 | 0.41 | 0.11 | 0 | 0.75 | 196.15 | 0.26 | 0.2 |
| Hex | 25 | 38 | 3F | 29 | B | 0 | 4B | C4 | 1A | 14 |
| Octal | 45 | 70 | 77 | 51 | 13 | 0 | 113 | 304 | 32 | 24 |
| Binary | 100101 | 111000 | 111111 | 101001 | 1011 | 0 | 1001011 | 11000100 | 11010 | 10100 |
Color Harmonies of #25383F
Complementary color
Monochromatic Colors of #25383F
Black with #25383F
Text Example
Text Example
White with #25383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25383F; }
p { color: rgb(37,56,63); }
H1.HeaderClassName
{
color: #25383F;
}
.AnyTagClassName
{
color: #25383F;
}
</style>
background-color css
<style>
a { background-color: #25383F; }
a { background-color: rgb(37,56,63); }
div.DivClassName
{
background-color: #25383F;
}
.BgClassName
{
background-color: #25383F;
}
</style>
border-color css
<style>
span { border-color: #25383F; }
span { border-color: rgb(37,56,63); }
td.TdClassName
{
border-color: #25383F;
}
.TagClassName
{
border-color: #25383F;
}
</style>