Shades of Oxford Blue #25383D
Tints of Oxford Blue #25383D
RGB
CMYK
RGB Variations
Color information
#25383D (or 0x25383D) is known color: Oxford Blue. HEX triplet: 25, 38 and 3D. RGB value is (37,56,61). Sum of RGB (Red+Green+Blue) = 37+56+61=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #25383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25383D is #DAC7C2. Grayscale: #323232. Windows color (decimal): -14337987 or 4012069. OLE color: 4012069.
HSL color Cylindrical-coordinate representation of color #25383D: hue angle of 192.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 #25383D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 56 | 61 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.76 |
| HSL | 192.5º | 0.24% | 0.19% | - |
| HSV(B) | 192.5º | 0.39% | 0.24% | - |
| XYZ | 3.02 | 3.56 | 4.94 | - |
| YUV | 50.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 61 | 0.39 | 0.08 | 0 | 0.76 | 192.5 | 0.24 | 0.19 |
| Hex | 25 | 38 | 3D | 27 | 8 | 0 | 4C | C0 | 18 | 13 |
| Octal | 45 | 70 | 75 | 47 | 10 | 0 | 114 | 300 | 30 | 23 |
| Binary | 100101 | 111000 | 111101 | 100111 | 1000 | 0 | 1001100 | 11000000 | 11000 | 10011 |
Color Harmonies of #25383D
Complementary color
Monochromatic Colors of #25383D
Black with #25383D
Text Example
Text Example
White with #25383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25383D; }
p { color: rgb(37,56,61); }
H1.HeaderClassName
{
color: #25383D;
}
.AnyTagClassName
{
color: #25383D;
}
</style>
background-color css
<style>
a { background-color: #25383D; }
a { background-color: rgb(37,56,61); }
div.DivClassName
{
background-color: #25383D;
}
.BgClassName
{
background-color: #25383D;
}
</style>
border-color css
<style>
span { border-color: #25383D; }
span { border-color: rgb(37,56,61); }
td.TdClassName
{
border-color: #25383D;
}
.TagClassName
{
border-color: #25383D;
}
</style>