Shades of Nile Blue #223E4F
Tints of Nile Blue #223E4F
RGB
CMYK
RGB Variations
Color information
#223E4F (or 0x223E4F) is known color: Nile Blue. HEX triplet: 22, 3E and 4F. RGB value is (34,62,79). Sum of RGB (Red+Green+Blue) = 34+62+79=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #223E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E4F is #DDC1B0. Grayscale: #373737. Windows color (decimal): -14533041 or 5193250. OLE color: 5193250.
HSL color Cylindrical-coordinate representation of color #223E4F: hue angle of 202.67º 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 #223E4F is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 62 | 79 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.69 |
| HSL | 202.67º | 0.4% | 0.22% | - |
| HSV(B) | 202.67º | 0.57% | 0.31% | - |
| XYZ | 3.79 | 4.35 | 8.04 | - |
| YUV | 55.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 79 | 0.57 | 0.22 | 0 | 0.69 | 202.67 | 0.4 | 0.22 |
| Hex | 22 | 3E | 4F | 39 | 16 | 0 | 45 | CB | 28 | 16 |
| Octal | 42 | 76 | 117 | 71 | 26 | 0 | 105 | 313 | 50 | 26 |
| Binary | 100010 | 111110 | 1001111 | 111001 | 10110 | 0 | 1000101 | 11001011 | 101000 | 10110 |
Color Harmonies of #223E4F
Complementary color
Monochromatic Colors of #223E4F
Black with #223E4F
Text Example
Text Example
White with #223E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E4F; }
p { color: rgb(34,62,79); }
H1.HeaderClassName
{
color: #223E4F;
}
.AnyTagClassName
{
color: #223E4F;
}
</style>
background-color css
<style>
a { background-color: #223E4F; }
a { background-color: rgb(34,62,79); }
div.DivClassName
{
background-color: #223E4F;
}
.BgClassName
{
background-color: #223E4F;
}
</style>
border-color css
<style>
span { border-color: #223E4F; }
span { border-color: rgb(34,62,79); }
td.TdClassName
{
border-color: #223E4F;
}
.TagClassName
{
border-color: #223E4F;
}
</style>