Shades of Nile Blue #253C4B
Tints of Nile Blue #253C4B
RGB
CMYK
RGB Variations
Color information
#253C4B (or 0x253C4B) is known color: Nile Blue. HEX triplet: 25, 3C and 4B. RGB value is (37,60,75). Sum of RGB (Red+Green+Blue) = 37+60+75=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #253C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C4B is #DAC3B4. Grayscale: #363636. Windows color (decimal): -14336949 or 4930597. OLE color: 4930597.
HSL color Cylindrical-coordinate representation of color #253C4B: hue angle of 203.68º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #253C4B is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 60 | 75 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.71 |
| HSL | 203.68º | 0.34% | 0.22% | - |
| HSV(B) | 203.68º | 0.51% | 0.29% | - |
| XYZ | 3.65 | 4.13 | 7.26 | - |
| YUV | 54.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 75 | 0.51 | 0.20 | 0 | 0.71 | 203.68 | 0.34 | 0.22 |
| Hex | 25 | 3C | 4B | 33 | 14 | 0 | 47 | CC | 22 | 16 |
| Octal | 45 | 74 | 113 | 63 | 24 | 0 | 107 | 314 | 42 | 26 |
| Binary | 100101 | 111100 | 1001011 | 110011 | 10100 | 0 | 1000111 | 11001100 | 100010 | 10110 |
Color Harmonies of #253C4B
Complementary color
Monochromatic Colors of #253C4B
Black with #253C4B
Text Example
Text Example
White with #253C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C4B; }
p { color: rgb(37,60,75); }
H1.HeaderClassName
{
color: #253C4B;
}
.AnyTagClassName
{
color: #253C4B;
}
</style>
background-color css
<style>
a { background-color: #253C4B; }
a { background-color: rgb(37,60,75); }
div.DivClassName
{
background-color: #253C4B;
}
.BgClassName
{
background-color: #253C4B;
}
</style>
border-color css
<style>
span { border-color: #253C4B; }
span { border-color: rgb(37,60,75); }
td.TdClassName
{
border-color: #253C4B;
}
.TagClassName
{
border-color: #253C4B;
}
</style>