Shades of Nile Blue #253A4D
Tints of Nile Blue #253A4D
RGB
CMYK
RGB Variations
Color information
#253A4D (or 0x253A4D) is known color: Nile Blue. HEX triplet: 25, 3A and 4D. RGB value is (37,58,77). Sum of RGB (Red+Green+Blue) = 37+58+77=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #253A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A4D is #DAC5B2. Grayscale: #353535. Windows color (decimal): -14337459 or 5061157. OLE color: 5061157.
HSL color Cylindrical-coordinate representation of color #253A4D: hue angle of 208.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #253A4D is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 58 | 77 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.70 |
| HSL | 208.5º | 0.35% | 0.22% | - |
| HSV(B) | 208.5º | 0.52% | 0.3% | - |
| XYZ | 3.62 | 3.96 | 7.59 | - |
| YUV | 53.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 77 | 0.52 | 0.25 | 0 | 0.70 | 208.5 | 0.35 | 0.22 |
| Hex | 25 | 3A | 4D | 34 | 19 | 0 | 46 | D0 | 23 | 16 |
| Octal | 45 | 72 | 115 | 64 | 31 | 0 | 106 | 320 | 43 | 26 |
| Binary | 100101 | 111010 | 1001101 | 110100 | 11001 | 0 | 1000110 | 11010000 | 100011 | 10110 |
Color Harmonies of #253A4D
Complementary color
Monochromatic Colors of #253A4D
Black with #253A4D
Text Example
Text Example
White with #253A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A4D; }
p { color: rgb(37,58,77); }
H1.HeaderClassName
{
color: #253A4D;
}
.AnyTagClassName
{
color: #253A4D;
}
</style>
background-color css
<style>
a { background-color: #253A4D; }
a { background-color: rgb(37,58,77); }
div.DivClassName
{
background-color: #253A4D;
}
.BgClassName
{
background-color: #253A4D;
}
</style>
border-color css
<style>
span { border-color: #253A4D; }
span { border-color: rgb(37,58,77); }
td.TdClassName
{
border-color: #253A4D;
}
.TagClassName
{
border-color: #253A4D;
}
</style>