Shades of Nile Blue #293F4B
Tints of Nile Blue #293F4B
RGB
CMYK
RGB Variations
Color information
#293F4B (or 0x293F4B) is known color: Nile Blue. HEX triplet: 29, 3F and 4B. RGB value is (41,63,75). Sum of RGB (Red+Green+Blue) = 41+63+75=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #293F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F4B is #D6C0B4. Grayscale: #393939. Windows color (decimal): -14074037 or 4931369. OLE color: 4931369.
HSL color Cylindrical-coordinate representation of color #293F4B: hue angle of 201.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #293F4B is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 63 | 75 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.71 |
| HSL | 201.18º | 0.29% | 0.23% | - |
| HSV(B) | 201.18º | 0.45% | 0.29% | - |
| XYZ | 3.96 | 4.53 | 7.32 | - |
| YUV | 57.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 75 | 0.45 | 0.16 | 0 | 0.71 | 201.18 | 0.29 | 0.23 |
| Hex | 29 | 3F | 4B | 2D | 10 | 0 | 47 | C9 | 1D | 17 |
| Octal | 51 | 77 | 113 | 55 | 20 | 0 | 107 | 311 | 35 | 27 |
| Binary | 101001 | 111111 | 1001011 | 101101 | 10000 | 0 | 1000111 | 11001001 | 11101 | 10111 |
Color Harmonies of #293F4B
Complementary color
Monochromatic Colors of #293F4B
Black with #293F4B
Text Example
Text Example
White with #293F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F4B; }
p { color: rgb(41,63,75); }
H1.HeaderClassName
{
color: #293F4B;
}
.AnyTagClassName
{
color: #293F4B;
}
</style>
background-color css
<style>
a { background-color: #293F4B; }
a { background-color: rgb(41,63,75); }
div.DivClassName
{
background-color: #293F4B;
}
.BgClassName
{
background-color: #293F4B;
}
</style>
border-color css
<style>
span { border-color: #293F4B; }
span { border-color: rgb(41,63,75); }
td.TdClassName
{
border-color: #293F4B;
}
.TagClassName
{
border-color: #293F4B;
}
</style>