Shades of Nile Blue #2A4453
Tints of Nile Blue #2A4453
RGB
CMYK
RGB Variations
Color information
#2A4453 (or 0x2A4453) is known color: Nile Blue. HEX triplet: 2A, 44 and 53. RGB value is (42,68,83). Sum of RGB (Red+Green+Blue) = 42+68+83=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A4453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4453 is #D5BBAC. Grayscale: #3D3D3D. Windows color (decimal): -14007213 or 5456938. OLE color: 5456938.
HSL color Cylindrical-coordinate representation of color #2A4453: hue angle of 201.95º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A4453 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 68 | 83 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.67 |
| HSL | 201.95º | 0.33% | 0.25% | - |
| HSV(B) | 201.95º | 0.49% | 0.33% | - |
| XYZ | 4.58 | 5.25 | 8.96 | - |
| YUV | 61.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 83 | 0.49 | 0.18 | 0 | 0.67 | 201.95 | 0.33 | 0.25 |
| Hex | 2A | 44 | 53 | 31 | 12 | 0 | 43 | CA | 21 | 19 |
| Octal | 52 | 104 | 123 | 61 | 22 | 0 | 103 | 312 | 41 | 31 |
| Binary | 101010 | 1000100 | 1010011 | 110001 | 10010 | 0 | 1000011 | 11001010 | 100001 | 11001 |
Color Harmonies of #2A4453
Complementary color
Monochromatic Colors of #2A4453
Black with #2A4453
Text Example
Text Example
White with #2A4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4453; }
p { color: rgb(42,68,83); }
H1.HeaderClassName
{
color: #2A4453;
}
.AnyTagClassName
{
color: #2A4453;
}
</style>
background-color css
<style>
a { background-color: #2A4453; }
a { background-color: rgb(42,68,83); }
div.DivClassName
{
background-color: #2A4453;
}
.BgClassName
{
background-color: #2A4453;
}
</style>
border-color css
<style>
span { border-color: #2A4453; }
span { border-color: rgb(42,68,83); }
td.TdClassName
{
border-color: #2A4453;
}
.TagClassName
{
border-color: #2A4453;
}
</style>