Shades of Nile Blue #213C4D
Tints of Nile Blue #213C4D
RGB
CMYK
RGB Variations
Color information
#213C4D (or 0x213C4D) is known color: Nile Blue. HEX triplet: 21, 3C and 4D. RGB value is (33,60,77). Sum of RGB (Red+Green+Blue) = 33+60+77=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #213C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C4D is #DEC3B2. Grayscale: #353535. Windows color (decimal): -14599091 or 5061665. OLE color: 5061665.
HSL color Cylindrical-coordinate representation of color #213C4D: hue angle of 203.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213C4D is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 60 | 77 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.70 |
| HSL | 203.18º | 0.4% | 0.22% | - |
| HSV(B) | 203.18º | 0.57% | 0.3% | - |
| XYZ | 3.58 | 4.09 | 7.62 | - |
| YUV | 53.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 77 | 0.57 | 0.22 | 0 | 0.70 | 203.18 | 0.4 | 0.22 |
| Hex | 21 | 3C | 4D | 39 | 16 | 0 | 46 | CB | 28 | 16 |
| Octal | 41 | 74 | 115 | 71 | 26 | 0 | 106 | 313 | 50 | 26 |
| Binary | 100001 | 111100 | 1001101 | 111001 | 10110 | 0 | 1000110 | 11001011 | 101000 | 10110 |
Color Harmonies of #213C4D
Complementary color
Monochromatic Colors of #213C4D
Black with #213C4D
Text Example
Text Example
White with #213C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C4D; }
p { color: rgb(33,60,77); }
H1.HeaderClassName
{
color: #213C4D;
}
.AnyTagClassName
{
color: #213C4D;
}
</style>
background-color css
<style>
a { background-color: #213C4D; }
a { background-color: rgb(33,60,77); }
div.DivClassName
{
background-color: #213C4D;
}
.BgClassName
{
background-color: #213C4D;
}
</style>
border-color css
<style>
span { border-color: #213C4D; }
span { border-color: rgb(33,60,77); }
td.TdClassName
{
border-color: #213C4D;
}
.TagClassName
{
border-color: #213C4D;
}
</style>