Shades of Nile Blue #23374C
Tints of Nile Blue #23374C
RGB
CMYK
RGB Variations
Color information
#23374C (or 0x23374C) is known color: Nile Blue. HEX triplet: 23, 37 and 4C. RGB value is (35,55,76). Sum of RGB (Red+Green+Blue) = 35+55+76=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #23374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23374C is #DCC8B3. Grayscale: #333333. Windows color (decimal): -14469300 or 4994851. OLE color: 4994851.
HSL color Cylindrical-coordinate representation of color #23374C: hue angle of 210.73º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23374C is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 55 | 76 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.70 |
| HSL | 210.73º | 0.37% | 0.22% | - |
| HSV(B) | 210.73º | 0.54% | 0.3% | - |
| XYZ | 3.36 | 3.61 | 7.36 | - |
| YUV | 51.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 76 | 0.54 | 0.28 | 0 | 0.70 | 210.73 | 0.37 | 0.22 |
| Hex | 23 | 37 | 4C | 36 | 1C | 0 | 46 | D3 | 25 | 16 |
| Octal | 43 | 67 | 114 | 66 | 34 | 0 | 106 | 323 | 45 | 26 |
| Binary | 100011 | 110111 | 1001100 | 110110 | 11100 | 0 | 1000110 | 11010011 | 100101 | 10110 |
Color Harmonies of #23374C
Complementary color
Monochromatic Colors of #23374C
Black with #23374C
Text Example
Text Example
White with #23374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23374C; }
p { color: rgb(35,55,76); }
H1.HeaderClassName
{
color: #23374C;
}
.AnyTagClassName
{
color: #23374C;
}
</style>
background-color css
<style>
a { background-color: #23374C; }
a { background-color: rgb(35,55,76); }
div.DivClassName
{
background-color: #23374C;
}
.BgClassName
{
background-color: #23374C;
}
</style>
border-color css
<style>
span { border-color: #23374C; }
span { border-color: rgb(35,55,76); }
td.TdClassName
{
border-color: #23374C;
}
.TagClassName
{
border-color: #23374C;
}
</style>