Shades of Nile Blue #253B4E
Tints of Nile Blue #253B4E
RGB
CMYK
RGB Variations
Color information
#253B4E (or 0x253B4E) is known color: Nile Blue. HEX triplet: 25, 3B and 4E. RGB value is (37,59,78). Sum of RGB (Red+Green+Blue) = 37+59+78=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #253B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B4E is #DAC4B1. Grayscale: #363636. Windows color (decimal): -14337202 or 5126949. OLE color: 5126949.
HSL color Cylindrical-coordinate representation of color #253B4E: hue angle of 207.8º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #253B4E is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 59 | 78 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.69 |
| HSL | 207.8º | 0.36% | 0.23% | - |
| HSV(B) | 207.8º | 0.53% | 0.31% | - |
| XYZ | 3.7 | 4.07 | 7.8 | - |
| YUV | 54.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 78 | 0.53 | 0.24 | 0 | 0.69 | 207.8 | 0.36 | 0.23 |
| Hex | 25 | 3B | 4E | 35 | 18 | 0 | 45 | D0 | 24 | 17 |
| Octal | 45 | 73 | 116 | 65 | 30 | 0 | 105 | 320 | 44 | 27 |
| Binary | 100101 | 111011 | 1001110 | 110101 | 11000 | 0 | 1000101 | 11010000 | 100100 | 10111 |
Color Harmonies of #253B4E
Complementary color
Monochromatic Colors of #253B4E
Black with #253B4E
Text Example
Text Example
White with #253B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B4E; }
p { color: rgb(37,59,78); }
H1.HeaderClassName
{
color: #253B4E;
}
.AnyTagClassName
{
color: #253B4E;
}
</style>
background-color css
<style>
a { background-color: #253B4E; }
a { background-color: rgb(37,59,78); }
div.DivClassName
{
background-color: #253B4E;
}
.BgClassName
{
background-color: #253B4E;
}
</style>
border-color css
<style>
span { border-color: #253B4E; }
span { border-color: rgb(37,59,78); }
td.TdClassName
{
border-color: #253B4E;
}
.TagClassName
{
border-color: #253B4E;
}
</style>