Shades of Nile Blue #253D50
Tints of Nile Blue #253D50
RGB
CMYK
RGB Variations
Color information
#253D50 (or 0x253D50) is known color: Nile Blue. HEX triplet: 25, 3D and 50. RGB value is (37,61,80). Sum of RGB (Red+Green+Blue) = 37+61+80=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #253D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D50 is #DAC2AF. Grayscale: #373737. Windows color (decimal): -14336688 or 5258533. OLE color: 5258533.
HSL color Cylindrical-coordinate representation of color #253D50: hue angle of 206.51º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253D50 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 61 | 80 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.69 |
| HSL | 206.51º | 0.37% | 0.23% | - |
| HSV(B) | 206.51º | 0.54% | 0.31% | - |
| XYZ | 3.88 | 4.31 | 8.22 | - |
| YUV | 55.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 80 | 0.54 | 0.24 | 0 | 0.69 | 206.51 | 0.37 | 0.23 |
| Hex | 25 | 3D | 50 | 36 | 18 | 0 | 45 | CF | 25 | 17 |
| Octal | 45 | 75 | 120 | 66 | 30 | 0 | 105 | 317 | 45 | 27 |
| Binary | 100101 | 111101 | 1010000 | 110110 | 11000 | 0 | 1000101 | 11001111 | 100101 | 10111 |
Color Harmonies of #253D50
Complementary color
Monochromatic Colors of #253D50
Black with #253D50
Text Example
Text Example
White with #253D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D50; }
p { color: rgb(37,61,80); }
H1.HeaderClassName
{
color: #253D50;
}
.AnyTagClassName
{
color: #253D50;
}
</style>
background-color css
<style>
a { background-color: #253D50; }
a { background-color: rgb(37,61,80); }
div.DivClassName
{
background-color: #253D50;
}
.BgClassName
{
background-color: #253D50;
}
</style>
border-color css
<style>
span { border-color: #253D50; }
span { border-color: rgb(37,61,80); }
td.TdClassName
{
border-color: #253D50;
}
.TagClassName
{
border-color: #253D50;
}
</style>