Shades of Nile Blue #223F50
Tints of Nile Blue #223F50
RGB
CMYK
RGB Variations
Color information
#223F50 (or 0x223F50) is known color: Nile Blue. HEX triplet: 22, 3F and 50. RGB value is (34,63,80). Sum of RGB (Red+Green+Blue) = 34+63+80=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #223F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F50 is #DDC0AF. Grayscale: #383838. Windows color (decimal): -14532784 or 5259042. OLE color: 5259042.
HSL color Cylindrical-coordinate representation of color #223F50: hue angle of 202.17º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223F50 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 63 | 80 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.69 |
| HSL | 202.17º | 0.4% | 0.22% | - |
| HSV(B) | 202.17º | 0.58% | 0.31% | - |
| XYZ | 3.89 | 4.47 | 8.25 | - |
| YUV | 56.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 80 | 0.58 | 0.21 | 0 | 0.69 | 202.17 | 0.4 | 0.22 |
| Hex | 22 | 3F | 50 | 3A | 15 | 0 | 45 | CA | 28 | 16 |
| Octal | 42 | 77 | 120 | 72 | 25 | 0 | 105 | 312 | 50 | 26 |
| Binary | 100010 | 111111 | 1010000 | 111010 | 10101 | 0 | 1000101 | 11001010 | 101000 | 10110 |
Color Harmonies of #223F50
Complementary color
Monochromatic Colors of #223F50
Black with #223F50
Text Example
Text Example
White with #223F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F50; }
p { color: rgb(34,63,80); }
H1.HeaderClassName
{
color: #223F50;
}
.AnyTagClassName
{
color: #223F50;
}
</style>
background-color css
<style>
a { background-color: #223F50; }
a { background-color: rgb(34,63,80); }
div.DivClassName
{
background-color: #223F50;
}
.BgClassName
{
background-color: #223F50;
}
</style>
border-color css
<style>
span { border-color: #223F50; }
span { border-color: rgb(34,63,80); }
td.TdClassName
{
border-color: #223F50;
}
.TagClassName
{
border-color: #223F50;
}
</style>