Shades of Nile Blue #253C4D
Tints of Nile Blue #253C4D
RGB
CMYK
RGB Variations
Color information
#253C4D (or 0x253C4D) is known color: Nile Blue. HEX triplet: 25, 3C and 4D. RGB value is (37,60,77). Sum of RGB (Red+Green+Blue) = 37+60+77=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #253C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C4D is #DAC3B2. Grayscale: #363636. Windows color (decimal): -14336947 or 5061669. OLE color: 5061669.
HSL color Cylindrical-coordinate representation of color #253C4D: hue angle of 205.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 #253C4D is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 60 | 77 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.70 |
| HSL | 205.5º | 0.35% | 0.22% | - |
| HSV(B) | 205.5º | 0.52% | 0.3% | - |
| XYZ | 3.72 | 4.16 | 7.63 | - |
| YUV | 55.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 77 | 0.52 | 0.22 | 0 | 0.70 | 205.5 | 0.35 | 0.22 |
| Hex | 25 | 3C | 4D | 34 | 16 | 0 | 46 | CE | 23 | 16 |
| Octal | 45 | 74 | 115 | 64 | 26 | 0 | 106 | 316 | 43 | 26 |
| Binary | 100101 | 111100 | 1001101 | 110100 | 10110 | 0 | 1000110 | 11001110 | 100011 | 10110 |
Color Harmonies of #253C4D
Complementary color
Monochromatic Colors of #253C4D
Black with #253C4D
Text Example
Text Example
White with #253C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C4D; }
p { color: rgb(37,60,77); }
H1.HeaderClassName
{
color: #253C4D;
}
.AnyTagClassName
{
color: #253C4D;
}
</style>
background-color css
<style>
a { background-color: #253C4D; }
a { background-color: rgb(37,60,77); }
div.DivClassName
{
background-color: #253C4D;
}
.BgClassName
{
background-color: #253C4D;
}
</style>
border-color css
<style>
span { border-color: #253C4D; }
span { border-color: rgb(37,60,77); }
td.TdClassName
{
border-color: #253C4D;
}
.TagClassName
{
border-color: #253C4D;
}
</style>