Shades of Nile Blue #233F51
Tints of Nile Blue #233F51
RGB
CMYK
RGB Variations
Color information
#233F51 (or 0x233F51) is known color: Nile Blue. HEX triplet: 23, 3F and 51. RGB value is (35,63,81). Sum of RGB (Red+Green+Blue) = 35+63+81=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #233F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F51 is #DCC0AE. Grayscale: #383838. Windows color (decimal): -14467247 or 5324579. OLE color: 5324579.
HSL color Cylindrical-coordinate representation of color #233F51: hue angle of 203.48º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233F51 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 63 | 81 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.68 |
| HSL | 203.48º | 0.4% | 0.23% | - |
| HSV(B) | 203.48º | 0.57% | 0.32% | - |
| XYZ | 3.96 | 4.51 | 8.45 | - |
| YUV | 56.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 81 | 0.57 | 0.22 | 0 | 0.68 | 203.48 | 0.4 | 0.23 |
| Hex | 23 | 3F | 51 | 39 | 16 | 0 | 44 | CB | 28 | 17 |
| Octal | 43 | 77 | 121 | 71 | 26 | 0 | 104 | 313 | 50 | 27 |
| Binary | 100011 | 111111 | 1010001 | 111001 | 10110 | 0 | 1000100 | 11001011 | 101000 | 10111 |
Color Harmonies of #233F51
Complementary color
Monochromatic Colors of #233F51
Black with #233F51
Text Example
Text Example
White with #233F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F51; }
p { color: rgb(35,63,81); }
H1.HeaderClassName
{
color: #233F51;
}
.AnyTagClassName
{
color: #233F51;
}
</style>
background-color css
<style>
a { background-color: #233F51; }
a { background-color: rgb(35,63,81); }
div.DivClassName
{
background-color: #233F51;
}
.BgClassName
{
background-color: #233F51;
}
</style>
border-color css
<style>
span { border-color: #233F51; }
span { border-color: rgb(35,63,81); }
td.TdClassName
{
border-color: #233F51;
}
.TagClassName
{
border-color: #233F51;
}
</style>