Shades of Nile Blue #253E4D
Tints of Nile Blue #253E4D
RGB
CMYK
RGB Variations
Color information
#253E4D (or 0x253E4D) is known color: Nile Blue. HEX triplet: 25, 3E and 4D. RGB value is (37,62,77). Sum of RGB (Red+Green+Blue) = 37+62+77=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #253E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E4D is #DAC1B2. Grayscale: #383838. Windows color (decimal): -14336435 or 5062181. OLE color: 5062181.
HSL color Cylindrical-coordinate representation of color #253E4D: hue angle of 202.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 #253E4D is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 62 | 77 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.70 |
| HSL | 202.5º | 0.35% | 0.22% | - |
| HSV(B) | 202.5º | 0.52% | 0.3% | - |
| XYZ | 3.83 | 4.37 | 7.66 | - |
| YUV | 56.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 77 | 0.52 | 0.19 | 0 | 0.70 | 202.5 | 0.35 | 0.22 |
| Hex | 25 | 3E | 4D | 34 | 13 | 0 | 46 | CA | 23 | 16 |
| Octal | 45 | 76 | 115 | 64 | 23 | 0 | 106 | 312 | 43 | 26 |
| Binary | 100101 | 111110 | 1001101 | 110100 | 10011 | 0 | 1000110 | 11001010 | 100011 | 10110 |
Color Harmonies of #253E4D
Complementary color
Monochromatic Colors of #253E4D
Black with #253E4D
Text Example
Text Example
White with #253E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E4D; }
p { color: rgb(37,62,77); }
H1.HeaderClassName
{
color: #253E4D;
}
.AnyTagClassName
{
color: #253E4D;
}
</style>
background-color css
<style>
a { background-color: #253E4D; }
a { background-color: rgb(37,62,77); }
div.DivClassName
{
background-color: #253E4D;
}
.BgClassName
{
background-color: #253E4D;
}
</style>
border-color css
<style>
span { border-color: #253E4D; }
span { border-color: rgb(37,62,77); }
td.TdClassName
{
border-color: #253E4D;
}
.TagClassName
{
border-color: #253E4D;
}
</style>