Shades of Nile Blue #2A4355
Tints of Nile Blue #2A4355
RGB
CMYK
RGB Variations
Color information
#2A4355 (or 0x2A4355) is known color: Nile Blue. HEX triplet: 2A, 43 and 55. RGB value is (42,67,85). Sum of RGB (Red+Green+Blue) = 42+67+85=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A4355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4355 is #D5BCAA. Grayscale: #3D3D3D. Windows color (decimal): -14007467 or 5587754. OLE color: 5587754.
HSL color Cylindrical-coordinate representation of color #2A4355: hue angle of 205.12º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4355 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 67 | 85 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.67 |
| HSL | 205.12º | 0.34% | 0.25% | - |
| HSV(B) | 205.12º | 0.51% | 0.33% | - |
| XYZ | 4.6 | 5.16 | 9.35 | - |
| YUV | 61.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 85 | 0.51 | 0.21 | 0 | 0.67 | 205.12 | 0.34 | 0.25 |
| Hex | 2A | 43 | 55 | 33 | 15 | 0 | 43 | CD | 22 | 19 |
| Octal | 52 | 103 | 125 | 63 | 25 | 0 | 103 | 315 | 42 | 31 |
| Binary | 101010 | 1000011 | 1010101 | 110011 | 10101 | 0 | 1000011 | 11001101 | 100010 | 11001 |
Color Harmonies of #2A4355
Complementary color
Monochromatic Colors of #2A4355
Black with #2A4355
Text Example
Text Example
White with #2A4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4355; }
p { color: rgb(42,67,85); }
H1.HeaderClassName
{
color: #2A4355;
}
.AnyTagClassName
{
color: #2A4355;
}
</style>
background-color css
<style>
a { background-color: #2A4355; }
a { background-color: rgb(42,67,85); }
div.DivClassName
{
background-color: #2A4355;
}
.BgClassName
{
background-color: #2A4355;
}
</style>
border-color css
<style>
span { border-color: #2A4355; }
span { border-color: rgb(42,67,85); }
td.TdClassName
{
border-color: #2A4355;
}
.TagClassName
{
border-color: #2A4355;
}
</style>