Shades of Nile Blue #223C50
Tints of Nile Blue #223C50
RGB
CMYK
RGB Variations
Color information
#223C50 (or 0x223C50) is known color: Nile Blue. HEX triplet: 22, 3C and 50. RGB value is (34,60,80). Sum of RGB (Red+Green+Blue) = 34+60+80=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #223C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C50 is #DDC3AF. Grayscale: #363636. Windows color (decimal): -14533552 or 5258274. OLE color: 5258274.
HSL color Cylindrical-coordinate representation of color #223C50: hue angle of 206.09º 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 #223C50 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 60 | 80 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.69 |
| HSL | 206.09º | 0.4% | 0.22% | - |
| HSV(B) | 206.09º | 0.58% | 0.31% | - |
| XYZ | 3.72 | 4.15 | 8.19 | - |
| YUV | 54.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 80 | 0.58 | 0.25 | 0 | 0.69 | 206.09 | 0.4 | 0.22 |
| Hex | 22 | 3C | 50 | 3A | 19 | 0 | 45 | CE | 28 | 16 |
| Octal | 42 | 74 | 120 | 72 | 31 | 0 | 105 | 316 | 50 | 26 |
| Binary | 100010 | 111100 | 1010000 | 111010 | 11001 | 0 | 1000101 | 11001110 | 101000 | 10110 |
Color Harmonies of #223C50
Complementary color
Monochromatic Colors of #223C50
Black with #223C50
Text Example
Text Example
White with #223C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C50; }
p { color: rgb(34,60,80); }
H1.HeaderClassName
{
color: #223C50;
}
.AnyTagClassName
{
color: #223C50;
}
</style>
background-color css
<style>
a { background-color: #223C50; }
a { background-color: rgb(34,60,80); }
div.DivClassName
{
background-color: #223C50;
}
.BgClassName
{
background-color: #223C50;
}
</style>
border-color css
<style>
span { border-color: #223C50; }
span { border-color: rgb(34,60,80); }
td.TdClassName
{
border-color: #223C50;
}
.TagClassName
{
border-color: #223C50;
}
</style>