Shades of Oxford Blue #253438
Tints of Oxford Blue #253438
RGB
CMYK
RGB Variations
Color information
#253438 (or 0x253438) is known color: Oxford Blue. HEX triplet: 25, 34 and 38. RGB value is (37,52,56). Sum of RGB (Red+Green+Blue) = 37+52+56=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #253438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253438 is #DACBC7. Grayscale: #2F2F2F. Windows color (decimal): -14339016 or 3683365. OLE color: 3683365.
HSL color Cylindrical-coordinate representation of color #253438: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253438 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 52 | 56 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.78 |
| HSL | 192.63º | 0.2% | 0.18% | - |
| HSV(B) | 192.63º | 0.34% | 0.22% | - |
| XYZ | 2.7 | 3.13 | 4.2 | - |
| YUV | 47.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 56 | 0.34 | 0.07 | 0 | 0.78 | 192.63 | 0.2 | 0.18 |
| Hex | 25 | 34 | 38 | 22 | 7 | 0 | 4E | C1 | 14 | 12 |
| Octal | 45 | 64 | 70 | 42 | 7 | 0 | 116 | 301 | 24 | 22 |
| Binary | 100101 | 110100 | 111000 | 100010 | 111 | 0 | 1001110 | 11000001 | 10100 | 10010 |
Color Harmonies of #253438
Complementary color
Monochromatic Colors of #253438
Black with #253438
Text Example
Text Example
White with #253438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253438; }
p { color: rgb(37,52,56); }
H1.HeaderClassName
{
color: #253438;
}
.AnyTagClassName
{
color: #253438;
}
</style>
background-color css
<style>
a { background-color: #253438; }
a { background-color: rgb(37,52,56); }
div.DivClassName
{
background-color: #253438;
}
.BgClassName
{
background-color: #253438;
}
</style>
border-color css
<style>
span { border-color: #253438; }
span { border-color: rgb(37,52,56); }
td.TdClassName
{
border-color: #253438;
}
.TagClassName
{
border-color: #253438;
}
</style>