Shades of Nile Blue #2B4352
Tints of Nile Blue #2B4352
RGB
CMYK
RGB Variations
Color information
#2B4352 (or 0x2B4352) is known color: Nile Blue. HEX triplet: 2B, 43 and 52. RGB value is (43,67,82). Sum of RGB (Red+Green+Blue) = 43+67+82=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B4352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4352 is #D4BCAD. Grayscale: #3D3D3D. Windows color (decimal): -13941934 or 5391147. OLE color: 5391147.
HSL color Cylindrical-coordinate representation of color #2B4352: hue angle of 203.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4352 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 67 | 82 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.68 |
| HSL | 203.08º | 0.31% | 0.25% | - |
| HSV(B) | 203.08º | 0.48% | 0.32% | - |
| XYZ | 4.53 | 5.14 | 8.74 | - |
| YUV | 61.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 82 | 0.48 | 0.18 | 0 | 0.68 | 203.08 | 0.31 | 0.25 |
| Hex | 2B | 43 | 52 | 30 | 12 | 0 | 44 | CB | 1F | 19 |
| Octal | 53 | 103 | 122 | 60 | 22 | 0 | 104 | 313 | 37 | 31 |
| Binary | 101011 | 1000011 | 1010010 | 110000 | 10010 | 0 | 1000100 | 11001011 | 11111 | 11001 |
Color Harmonies of #2B4352
Complementary color
Monochromatic Colors of #2B4352
Black with #2B4352
Text Example
Text Example
White with #2B4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4352; }
p { color: rgb(43,67,82); }
H1.HeaderClassName
{
color: #2B4352;
}
.AnyTagClassName
{
color: #2B4352;
}
</style>
background-color css
<style>
a { background-color: #2B4352; }
a { background-color: rgb(43,67,82); }
div.DivClassName
{
background-color: #2B4352;
}
.BgClassName
{
background-color: #2B4352;
}
</style>
border-color css
<style>
span { border-color: #2B4352; }
span { border-color: rgb(43,67,82); }
td.TdClassName
{
border-color: #2B4352;
}
.TagClassName
{
border-color: #2B4352;
}
</style>