Shades of Nile Blue #253A4B
Tints of Nile Blue #253A4B
RGB
CMYK
RGB Variations
Color information
#253A4B (or 0x253A4B) is known color: Nile Blue. HEX triplet: 25, 3A and 4B. RGB value is (37,58,75). Sum of RGB (Red+Green+Blue) = 37+58+75=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #253A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A4B is #DAC5B4. Grayscale: #353535. Windows color (decimal): -14337461 or 4930085. OLE color: 4930085.
HSL color Cylindrical-coordinate representation of color #253A4B: hue angle of 206.84º 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 #253A4B is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 58 | 75 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.71 |
| HSL | 206.84º | 0.34% | 0.22% | - |
| HSV(B) | 206.84º | 0.51% | 0.29% | - |
| XYZ | 3.55 | 3.93 | 7.23 | - |
| YUV | 53.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 75 | 0.51 | 0.23 | 0 | 0.71 | 206.84 | 0.34 | 0.22 |
| Hex | 25 | 3A | 4B | 33 | 17 | 0 | 47 | CF | 22 | 16 |
| Octal | 45 | 72 | 113 | 63 | 27 | 0 | 107 | 317 | 42 | 26 |
| Binary | 100101 | 111010 | 1001011 | 110011 | 10111 | 0 | 1000111 | 11001111 | 100010 | 10110 |
Color Harmonies of #253A4B
Complementary color
Monochromatic Colors of #253A4B
Black with #253A4B
Text Example
Text Example
White with #253A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A4B; }
p { color: rgb(37,58,75); }
H1.HeaderClassName
{
color: #253A4B;
}
.AnyTagClassName
{
color: #253A4B;
}
</style>
background-color css
<style>
a { background-color: #253A4B; }
a { background-color: rgb(37,58,75); }
div.DivClassName
{
background-color: #253A4B;
}
.BgClassName
{
background-color: #253A4B;
}
</style>
border-color css
<style>
span { border-color: #253A4B; }
span { border-color: rgb(37,58,75); }
td.TdClassName
{
border-color: #253A4B;
}
.TagClassName
{
border-color: #253A4B;
}
</style>