Shades of Nile Blue #223D4D
Tints of Nile Blue #223D4D
RGB
CMYK
RGB Variations
Color information
#223D4D (or 0x223D4D) is known color: Nile Blue. HEX triplet: 22, 3D and 4D. RGB value is (34,61,77). Sum of RGB (Red+Green+Blue) = 34+61+77=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #223D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D4D is #DDC2B2. Grayscale: #363636. Windows color (decimal): -14533299 or 5061922. OLE color: 5061922.
HSL color Cylindrical-coordinate representation of color #223D4D: hue angle of 202.33º 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 #223D4D is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 61 | 77 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.70 |
| HSL | 202.33º | 0.39% | 0.22% | - |
| HSV(B) | 202.33º | 0.56% | 0.3% | - |
| XYZ | 3.67 | 4.21 | 7.64 | - |
| YUV | 54.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 77 | 0.56 | 0.21 | 0 | 0.70 | 202.33 | 0.39 | 0.22 |
| Hex | 22 | 3D | 4D | 38 | 15 | 0 | 46 | CA | 27 | 16 |
| Octal | 42 | 75 | 115 | 70 | 25 | 0 | 106 | 312 | 47 | 26 |
| Binary | 100010 | 111101 | 1001101 | 111000 | 10101 | 0 | 1000110 | 11001010 | 100111 | 10110 |
Color Harmonies of #223D4D
Complementary color
Monochromatic Colors of #223D4D
Black with #223D4D
Text Example
Text Example
White with #223D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D4D; }
p { color: rgb(34,61,77); }
H1.HeaderClassName
{
color: #223D4D;
}
.AnyTagClassName
{
color: #223D4D;
}
</style>
background-color css
<style>
a { background-color: #223D4D; }
a { background-color: rgb(34,61,77); }
div.DivClassName
{
background-color: #223D4D;
}
.BgClassName
{
background-color: #223D4D;
}
</style>
border-color css
<style>
span { border-color: #223D4D; }
span { border-color: rgb(34,61,77); }
td.TdClassName
{
border-color: #223D4D;
}
.TagClassName
{
border-color: #223D4D;
}
</style>