Shades of Nile Blue #223D4C
Tints of Nile Blue #223D4C
RGB
CMYK
RGB Variations
Color information
#223D4C (or 0x223D4C) is known color: Nile Blue. HEX triplet: 22, 3D and 4C. RGB value is (34,61,76). Sum of RGB (Red+Green+Blue) = 34+61+76=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #223D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D4C is #DDC2B3. Grayscale: #363636. Windows color (decimal): -14533300 or 4996386. OLE color: 4996386.
HSL color Cylindrical-coordinate representation of color #223D4C: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #223D4C is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 61 | 76 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.70 |
| HSL | 201.43º | 0.38% | 0.22% | - |
| HSV(B) | 201.43º | 0.55% | 0.3% | - |
| XYZ | 3.63 | 4.2 | 7.46 | - |
| YUV | 54.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 76 | 0.55 | 0.20 | 0 | 0.70 | 201.43 | 0.38 | 0.22 |
| Hex | 22 | 3D | 4C | 37 | 14 | 0 | 46 | C9 | 26 | 16 |
| Octal | 42 | 75 | 114 | 67 | 24 | 0 | 106 | 311 | 46 | 26 |
| Binary | 100010 | 111101 | 1001100 | 110111 | 10100 | 0 | 1000110 | 11001001 | 100110 | 10110 |
Color Harmonies of #223D4C
Complementary color
Monochromatic Colors of #223D4C
Black with #223D4C
Text Example
Text Example
White with #223D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D4C; }
p { color: rgb(34,61,76); }
H1.HeaderClassName
{
color: #223D4C;
}
.AnyTagClassName
{
color: #223D4C;
}
</style>
background-color css
<style>
a { background-color: #223D4C; }
a { background-color: rgb(34,61,76); }
div.DivClassName
{
background-color: #223D4C;
}
.BgClassName
{
background-color: #223D4C;
}
</style>
border-color css
<style>
span { border-color: #223D4C; }
span { border-color: rgb(34,61,76); }
td.TdClassName
{
border-color: #223D4C;
}
.TagClassName
{
border-color: #223D4C;
}
</style>