Shades of Nile Blue #253D4D
Tints of Nile Blue #253D4D
RGB
CMYK
RGB Variations
Color information
#253D4D (or 0x253D4D) is known color: Nile Blue. HEX triplet: 25, 3D and 4D. RGB value is (37,61,77). Sum of RGB (Red+Green+Blue) = 37+61+77=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #253D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D4D is #DAC2B2. Grayscale: #373737. Windows color (decimal): -14336691 or 5061925. OLE color: 5061925.
HSL color Cylindrical-coordinate representation of color #253D4D: hue angle of 204º 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 #253D4D is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 61 | 77 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.70 |
| HSL | 204º | 0.35% | 0.22% | - |
| HSV(B) | 204º | 0.52% | 0.3% | - |
| XYZ | 3.77 | 4.27 | 7.65 | - |
| YUV | 55.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 77 | 0.52 | 0.21 | 0 | 0.70 | 204 | 0.35 | 0.22 |
| Hex | 25 | 3D | 4D | 34 | 15 | 0 | 46 | CC | 23 | 16 |
| Octal | 45 | 75 | 115 | 64 | 25 | 0 | 106 | 314 | 43 | 26 |
| Binary | 100101 | 111101 | 1001101 | 110100 | 10101 | 0 | 1000110 | 11001100 | 100011 | 10110 |
Color Harmonies of #253D4D
Complementary color
Monochromatic Colors of #253D4D
Black with #253D4D
Text Example
Text Example
White with #253D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D4D; }
p { color: rgb(37,61,77); }
H1.HeaderClassName
{
color: #253D4D;
}
.AnyTagClassName
{
color: #253D4D;
}
</style>
background-color css
<style>
a { background-color: #253D4D; }
a { background-color: rgb(37,61,77); }
div.DivClassName
{
background-color: #253D4D;
}
.BgClassName
{
background-color: #253D4D;
}
</style>
border-color css
<style>
span { border-color: #253D4D; }
span { border-color: rgb(37,61,77); }
td.TdClassName
{
border-color: #253D4D;
}
.TagClassName
{
border-color: #253D4D;
}
</style>