Shades of Nile Blue #253F4D
Tints of Nile Blue #253F4D
RGB
CMYK
RGB Variations
Color information
#253F4D (or 0x253F4D) is known color: Nile Blue. HEX triplet: 25, 3F and 4D. RGB value is (37,63,77). Sum of RGB (Red+Green+Blue) = 37+63+77=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #253F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F4D is #DAC0B2. Grayscale: #383838. Windows color (decimal): -14336179 or 5062437. OLE color: 5062437.
HSL color Cylindrical-coordinate representation of color #253F4D: hue angle of 201º 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 #253F4D is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 63 | 77 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.70 |
| HSL | 201º | 0.35% | 0.22% | - |
| HSV(B) | 201º | 0.52% | 0.3% | - |
| XYZ | 3.88 | 4.48 | 7.68 | - |
| YUV | 56.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 77 | 0.52 | 0.18 | 0 | 0.70 | 201 | 0.35 | 0.22 |
| Hex | 25 | 3F | 4D | 34 | 12 | 0 | 46 | C9 | 23 | 16 |
| Octal | 45 | 77 | 115 | 64 | 22 | 0 | 106 | 311 | 43 | 26 |
| Binary | 100101 | 111111 | 1001101 | 110100 | 10010 | 0 | 1000110 | 11001001 | 100011 | 10110 |
Color Harmonies of #253F4D
Complementary color
Monochromatic Colors of #253F4D
Black with #253F4D
Text Example
Text Example
White with #253F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F4D; }
p { color: rgb(37,63,77); }
H1.HeaderClassName
{
color: #253F4D;
}
.AnyTagClassName
{
color: #253F4D;
}
</style>
background-color css
<style>
a { background-color: #253F4D; }
a { background-color: rgb(37,63,77); }
div.DivClassName
{
background-color: #253F4D;
}
.BgClassName
{
background-color: #253F4D;
}
</style>
border-color css
<style>
span { border-color: #253F4D; }
span { border-color: rgb(37,63,77); }
td.TdClassName
{
border-color: #253F4D;
}
.TagClassName
{
border-color: #253F4D;
}
</style>