Shades of Nile Blue #2A4150
Tints of Nile Blue #2A4150
RGB
CMYK
RGB Variations
Color information
#2A4150 (or 0x2A4150) is known color: Nile Blue. HEX triplet: 2A, 41 and 50. RGB value is (42,65,80). Sum of RGB (Red+Green+Blue) = 42+65+80=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4150 is #D5BEAF. Grayscale: #3B3B3B. Windows color (decimal): -14007984 or 5259562. OLE color: 5259562.
HSL color Cylindrical-coordinate representation of color #2A4150: hue angle of 203.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A4150 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 65 | 80 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.69 |
| HSL | 203.68º | 0.31% | 0.24% | - |
| HSV(B) | 203.68º | 0.48% | 0.31% | - |
| XYZ | 4.29 | 4.85 | 8.3 | - |
| YUV | 59.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 80 | 0.48 | 0.19 | 0 | 0.69 | 203.68 | 0.31 | 0.24 |
| Hex | 2A | 41 | 50 | 30 | 13 | 0 | 45 | CC | 1F | 18 |
| Octal | 52 | 101 | 120 | 60 | 23 | 0 | 105 | 314 | 37 | 30 |
| Binary | 101010 | 1000001 | 1010000 | 110000 | 10011 | 0 | 1000101 | 11001100 | 11111 | 11000 |
Color Harmonies of #2A4150
Complementary color
Monochromatic Colors of #2A4150
Black with #2A4150
Text Example
Text Example
White with #2A4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4150; }
p { color: rgb(42,65,80); }
H1.HeaderClassName
{
color: #2A4150;
}
.AnyTagClassName
{
color: #2A4150;
}
</style>
background-color css
<style>
a { background-color: #2A4150; }
a { background-color: rgb(42,65,80); }
div.DivClassName
{
background-color: #2A4150;
}
.BgClassName
{
background-color: #2A4150;
}
</style>
border-color css
<style>
span { border-color: #2A4150; }
span { border-color: rgb(42,65,80); }
td.TdClassName
{
border-color: #2A4150;
}
.TagClassName
{
border-color: #2A4150;
}
</style>