Shades of Nile Blue #25384B
Tints of Nile Blue #25384B
RGB
CMYK
RGB Variations
Color information
#25384B (or 0x25384B) is known color: Nile Blue. HEX triplet: 25, 38 and 4B. RGB value is (37,56,75). Sum of RGB (Red+Green+Blue) = 37+56+75=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #25384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25384B is #DAC7B4. Grayscale: #343434. Windows color (decimal): -14337973 or 4929573. OLE color: 4929573.
HSL color Cylindrical-coordinate representation of color #25384B: hue angle of 210º 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 #25384B is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 56 | 75 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.71 |
| HSL | 210º | 0.34% | 0.22% | - |
| HSV(B) | 210º | 0.51% | 0.29% | - |
| XYZ | 3.45 | 3.73 | 7.19 | - |
| YUV | 52.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 75 | 0.51 | 0.25 | 0 | 0.71 | 210 | 0.34 | 0.22 |
| Hex | 25 | 38 | 4B | 33 | 19 | 0 | 47 | D2 | 22 | 16 |
| Octal | 45 | 70 | 113 | 63 | 31 | 0 | 107 | 322 | 42 | 26 |
| Binary | 100101 | 111000 | 1001011 | 110011 | 11001 | 0 | 1000111 | 11010010 | 100010 | 10110 |
Color Harmonies of #25384B
Complementary color
Monochromatic Colors of #25384B
Black with #25384B
Text Example
Text Example
White with #25384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25384B; }
p { color: rgb(37,56,75); }
H1.HeaderClassName
{
color: #25384B;
}
.AnyTagClassName
{
color: #25384B;
}
</style>
background-color css
<style>
a { background-color: #25384B; }
a { background-color: rgb(37,56,75); }
div.DivClassName
{
background-color: #25384B;
}
.BgClassName
{
background-color: #25384B;
}
</style>
border-color css
<style>
span { border-color: #25384B; }
span { border-color: rgb(37,56,75); }
td.TdClassName
{
border-color: #25384B;
}
.TagClassName
{
border-color: #25384B;
}
</style>