Shades of Nile Blue #2A4350
Tints of Nile Blue #2A4350
RGB
CMYK
RGB Variations
Color information
#2A4350 (or 0x2A4350) is known color: Nile Blue. HEX triplet: 2A, 43 and 50. RGB value is (42,67,80). Sum of RGB (Red+Green+Blue) = 42+67+80=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4350 is #D5BCAF. Grayscale: #3C3C3C. Windows color (decimal): -14007472 or 5260074. OLE color: 5260074.
HSL color Cylindrical-coordinate representation of color #2A4350: hue angle of 200.53º 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 #2A4350 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 67 | 80 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.69 |
| HSL | 200.53º | 0.31% | 0.24% | - |
| HSV(B) | 200.53º | 0.48% | 0.31% | - |
| XYZ | 4.41 | 5.09 | 8.34 | - |
| YUV | 61.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 80 | 0.48 | 0.16 | 0 | 0.69 | 200.53 | 0.31 | 0.24 |
| Hex | 2A | 43 | 50 | 30 | 10 | 0 | 45 | C9 | 1F | 18 |
| Octal | 52 | 103 | 120 | 60 | 20 | 0 | 105 | 311 | 37 | 30 |
| Binary | 101010 | 1000011 | 1010000 | 110000 | 10000 | 0 | 1000101 | 11001001 | 11111 | 11000 |
Color Harmonies of #2A4350
Complementary color
Monochromatic Colors of #2A4350
Black with #2A4350
Text Example
Text Example
White with #2A4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4350; }
p { color: rgb(42,67,80); }
H1.HeaderClassName
{
color: #2A4350;
}
.AnyTagClassName
{
color: #2A4350;
}
</style>
background-color css
<style>
a { background-color: #2A4350; }
a { background-color: rgb(42,67,80); }
div.DivClassName
{
background-color: #2A4350;
}
.BgClassName
{
background-color: #2A4350;
}
</style>
border-color css
<style>
span { border-color: #2A4350; }
span { border-color: rgb(42,67,80); }
td.TdClassName
{
border-color: #2A4350;
}
.TagClassName
{
border-color: #2A4350;
}
</style>