Shades of Nile Blue #223E4D
Tints of Nile Blue #223E4D
RGB
CMYK
RGB Variations
Color information
#223E4D (or 0x223E4D) is known color: Nile Blue. HEX triplet: 22, 3E and 4D. RGB value is (34,62,77). Sum of RGB (Red+Green+Blue) = 34+62+77=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #223E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E4D is #DDC1B2. Grayscale: #373737. Windows color (decimal): -14533043 or 5062178. OLE color: 5062178.
HSL color Cylindrical-coordinate representation of color #223E4D: hue angle of 200.93º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #223E4D is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 62 | 77 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.70 |
| HSL | 200.93º | 0.39% | 0.22% | - |
| HSV(B) | 200.93º | 0.56% | 0.3% | - |
| XYZ | 3.72 | 4.32 | 7.66 | - |
| YUV | 55.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 77 | 0.56 | 0.19 | 0 | 0.70 | 200.93 | 0.39 | 0.22 |
| Hex | 22 | 3E | 4D | 38 | 13 | 0 | 46 | C9 | 27 | 16 |
| Octal | 42 | 76 | 115 | 70 | 23 | 0 | 106 | 311 | 47 | 26 |
| Binary | 100010 | 111110 | 1001101 | 111000 | 10011 | 0 | 1000110 | 11001001 | 100111 | 10110 |
Color Harmonies of #223E4D
Complementary color
Monochromatic Colors of #223E4D
Black with #223E4D
Text Example
Text Example
White with #223E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E4D; }
p { color: rgb(34,62,77); }
H1.HeaderClassName
{
color: #223E4D;
}
.AnyTagClassName
{
color: #223E4D;
}
</style>
background-color css
<style>
a { background-color: #223E4D; }
a { background-color: rgb(34,62,77); }
div.DivClassName
{
background-color: #223E4D;
}
.BgClassName
{
background-color: #223E4D;
}
</style>
border-color css
<style>
span { border-color: #223E4D; }
span { border-color: rgb(34,62,77); }
td.TdClassName
{
border-color: #223E4D;
}
.TagClassName
{
border-color: #223E4D;
}
</style>