Shades of Nile Blue #23394E
Tints of Nile Blue #23394E
RGB
CMYK
RGB Variations
Color information
#23394E (or 0x23394E) is known color: Nile Blue. HEX triplet: 23, 39 and 4E. RGB value is (35,57,78). Sum of RGB (Red+Green+Blue) = 35+57+78=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #23394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23394E is #DCC6B1. Grayscale: #343434. Windows color (decimal): -14468786 or 5126435. OLE color: 5126435.
HSL color Cylindrical-coordinate representation of color #23394E: hue angle of 209.3º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23394E is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 57 | 78 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.69 |
| HSL | 209.3º | 0.38% | 0.22% | - |
| HSV(B) | 209.3º | 0.55% | 0.31% | - |
| XYZ | 3.53 | 3.83 | 7.76 | - |
| YUV | 52.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 78 | 0.55 | 0.27 | 0 | 0.69 | 209.3 | 0.38 | 0.22 |
| Hex | 23 | 39 | 4E | 37 | 1B | 0 | 45 | D1 | 26 | 16 |
| Octal | 43 | 71 | 116 | 67 | 33 | 0 | 105 | 321 | 46 | 26 |
| Binary | 100011 | 111001 | 1001110 | 110111 | 11011 | 0 | 1000101 | 11010001 | 100110 | 10110 |
Color Harmonies of #23394E
Complementary color
Monochromatic Colors of #23394E
Black with #23394E
Text Example
Text Example
White with #23394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23394E; }
p { color: rgb(35,57,78); }
H1.HeaderClassName
{
color: #23394E;
}
.AnyTagClassName
{
color: #23394E;
}
</style>
background-color css
<style>
a { background-color: #23394E; }
a { background-color: rgb(35,57,78); }
div.DivClassName
{
background-color: #23394E;
}
.BgClassName
{
background-color: #23394E;
}
</style>
border-color css
<style>
span { border-color: #23394E; }
span { border-color: rgb(35,57,78); }
td.TdClassName
{
border-color: #23394E;
}
.TagClassName
{
border-color: #23394E;
}
</style>