Shades of Nile Blue #2A414E
Tints of Nile Blue #2A414E
RGB
CMYK
RGB Variations
Color information
#2A414E (or 0x2A414E) is known color: Nile Blue. HEX triplet: 2A, 41 and 4E. RGB value is (42,65,78). Sum of RGB (Red+Green+Blue) = 42+65+78=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A414E is #D5BEB1. Grayscale: #3B3B3B. Windows color (decimal): -14007986 or 5128490. OLE color: 5128490.
HSL color Cylindrical-coordinate representation of color #2A414E: hue angle of 201.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A414E is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 65 | 78 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.69 |
| HSL | 201.67º | 0.3% | 0.24% | - |
| HSV(B) | 201.67º | 0.46% | 0.31% | - |
| XYZ | 4.22 | 4.82 | 7.92 | - |
| YUV | 59.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 78 | 0.46 | 0.17 | 0 | 0.69 | 201.67 | 0.3 | 0.24 |
| Hex | 2A | 41 | 4E | 2E | 11 | 0 | 45 | CA | 1E | 18 |
| Octal | 52 | 101 | 116 | 56 | 21 | 0 | 105 | 312 | 36 | 30 |
| Binary | 101010 | 1000001 | 1001110 | 101110 | 10001 | 0 | 1000101 | 11001010 | 11110 | 11000 |
Color Harmonies of #2A414E
Complementary color
Monochromatic Colors of #2A414E
Black with #2A414E
Text Example
Text Example
White with #2A414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A414E; }
p { color: rgb(42,65,78); }
H1.HeaderClassName
{
color: #2A414E;
}
.AnyTagClassName
{
color: #2A414E;
}
</style>
background-color css
<style>
a { background-color: #2A414E; }
a { background-color: rgb(42,65,78); }
div.DivClassName
{
background-color: #2A414E;
}
.BgClassName
{
background-color: #2A414E;
}
</style>
border-color css
<style>
span { border-color: #2A414E; }
span { border-color: rgb(42,65,78); }
td.TdClassName
{
border-color: #2A414E;
}
.TagClassName
{
border-color: #2A414E;
}
</style>