Shades of Nile Blue #223F51
Tints of Nile Blue #223F51
RGB
CMYK
RGB Variations
Color information
#223F51 (or 0x223F51) is known color: Nile Blue. HEX triplet: 22, 3F and 51. RGB value is (34,63,81). Sum of RGB (Red+Green+Blue) = 34+63+81=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #223F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F51 is #DDC0AE. Grayscale: #383838. Windows color (decimal): -14532783 or 5324578. OLE color: 5324578.
HSL color Cylindrical-coordinate representation of color #223F51: hue angle of 202.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #223F51 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 63 | 81 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.68 |
| HSL | 202.98º | 0.41% | 0.23% | - |
| HSV(B) | 202.98º | 0.58% | 0.32% | - |
| XYZ | 3.92 | 4.49 | 8.44 | - |
| YUV | 56.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 81 | 0.58 | 0.22 | 0 | 0.68 | 202.98 | 0.41 | 0.23 |
| Hex | 22 | 3F | 51 | 3A | 16 | 0 | 44 | CB | 29 | 17 |
| Octal | 42 | 77 | 121 | 72 | 26 | 0 | 104 | 313 | 51 | 27 |
| Binary | 100010 | 111111 | 1010001 | 111010 | 10110 | 0 | 1000100 | 11001011 | 101001 | 10111 |
Color Harmonies of #223F51
Complementary color
Monochromatic Colors of #223F51
Black with #223F51
Text Example
Text Example
White with #223F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F51; }
p { color: rgb(34,63,81); }
H1.HeaderClassName
{
color: #223F51;
}
.AnyTagClassName
{
color: #223F51;
}
</style>
background-color css
<style>
a { background-color: #223F51; }
a { background-color: rgb(34,63,81); }
div.DivClassName
{
background-color: #223F51;
}
.BgClassName
{
background-color: #223F51;
}
</style>
border-color css
<style>
span { border-color: #223F51; }
span { border-color: rgb(34,63,81); }
td.TdClassName
{
border-color: #223F51;
}
.TagClassName
{
border-color: #223F51;
}
</style>