Shades of Nile Blue #23404F
Tints of Nile Blue #23404F
RGB
CMYK
RGB Variations
Color information
#23404F (or 0x23404F) is known color: Nile Blue. HEX triplet: 23, 40 and 4F. RGB value is (35,64,79). Sum of RGB (Red+Green+Blue) = 35+64+79=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #23404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23404F is #DCBFB0. Grayscale: #383838. Windows color (decimal): -14466993 or 5193763. OLE color: 5193763.
HSL color Cylindrical-coordinate representation of color #23404F: hue angle of 200.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23404F is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 64 | 79 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.69 |
| HSL | 200.45º | 0.39% | 0.22% | - |
| HSV(B) | 200.45º | 0.56% | 0.31% | - |
| XYZ | 3.94 | 4.59 | 8.08 | - |
| YUV | 57.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 79 | 0.56 | 0.19 | 0 | 0.69 | 200.45 | 0.39 | 0.22 |
| Hex | 23 | 40 | 4F | 38 | 13 | 0 | 45 | C8 | 27 | 16 |
| Octal | 43 | 100 | 117 | 70 | 23 | 0 | 105 | 310 | 47 | 26 |
| Binary | 100011 | 1000000 | 1001111 | 111000 | 10011 | 0 | 1000101 | 11001000 | 100111 | 10110 |
Color Harmonies of #23404F
Complementary color
Monochromatic Colors of #23404F
Black with #23404F
Text Example
Text Example
White with #23404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23404F; }
p { color: rgb(35,64,79); }
H1.HeaderClassName
{
color: #23404F;
}
.AnyTagClassName
{
color: #23404F;
}
</style>
background-color css
<style>
a { background-color: #23404F; }
a { background-color: rgb(35,64,79); }
div.DivClassName
{
background-color: #23404F;
}
.BgClassName
{
background-color: #23404F;
}
</style>
border-color css
<style>
span { border-color: #23404F; }
span { border-color: rgb(35,64,79); }
td.TdClassName
{
border-color: #23404F;
}
.TagClassName
{
border-color: #23404F;
}
</style>