Shades of Nile Blue #224152
Tints of Nile Blue #224152
RGB
CMYK
RGB Variations
Color information
#224152 (or 0x224152) is known color: Nile Blue. HEX triplet: 22, 41 and 52. RGB value is (34,65,82). Sum of RGB (Red+Green+Blue) = 34+65+82=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #224152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224152 is #DDBEAD. Grayscale: #393939. Windows color (decimal): -14532270 or 5390626. OLE color: 5390626.
HSL color Cylindrical-coordinate representation of color #224152: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224152 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 65 | 82 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.68 |
| HSL | 201.25º | 0.41% | 0.23% | - |
| HSV(B) | 201.25º | 0.59% | 0.32% | - |
| XYZ | 4.07 | 4.73 | 8.68 | - |
| YUV | 57.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 82 | 0.59 | 0.21 | 0 | 0.68 | 201.25 | 0.41 | 0.23 |
| Hex | 22 | 41 | 52 | 3B | 15 | 0 | 44 | C9 | 29 | 17 |
| Octal | 42 | 101 | 122 | 73 | 25 | 0 | 104 | 311 | 51 | 27 |
| Binary | 100010 | 1000001 | 1010010 | 111011 | 10101 | 0 | 1000100 | 11001001 | 101001 | 10111 |
Color Harmonies of #224152
Complementary color
Monochromatic Colors of #224152
Black with #224152
Text Example
Text Example
White with #224152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224152; }
p { color: rgb(34,65,82); }
H1.HeaderClassName
{
color: #224152;
}
.AnyTagClassName
{
color: #224152;
}
</style>
background-color css
<style>
a { background-color: #224152; }
a { background-color: rgb(34,65,82); }
div.DivClassName
{
background-color: #224152;
}
.BgClassName
{
background-color: #224152;
}
</style>
border-color css
<style>
span { border-color: #224152; }
span { border-color: rgb(34,65,82); }
td.TdClassName
{
border-color: #224152;
}
.TagClassName
{
border-color: #224152;
}
</style>