Shades of Nile Blue #273C4B
Tints of Nile Blue #273C4B
RGB
CMYK
RGB Variations
Color information
#273C4B (or 0x273C4B) is known color: Nile Blue. HEX triplet: 27, 3C and 4B. RGB value is (39,60,75). Sum of RGB (Red+Green+Blue) = 39+60+75=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #273C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C4B is #D8C3B4. Grayscale: #373737. Windows color (decimal): -14205877 or 4930599. OLE color: 4930599.
HSL color Cylindrical-coordinate representation of color #273C4B: hue angle of 205º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #273C4B is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 60 | 75 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.71 |
| HSL | 205º | 0.32% | 0.22% | - |
| HSV(B) | 205º | 0.48% | 0.29% | - |
| XYZ | 3.72 | 4.17 | 7.27 | - |
| YUV | 55.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 75 | 0.48 | 0.20 | 0 | 0.71 | 205 | 0.32 | 0.22 |
| Hex | 27 | 3C | 4B | 30 | 14 | 0 | 47 | CD | 20 | 16 |
| Octal | 47 | 74 | 113 | 60 | 24 | 0 | 107 | 315 | 40 | 26 |
| Binary | 100111 | 111100 | 1001011 | 110000 | 10100 | 0 | 1000111 | 11001101 | 100000 | 10110 |
Color Harmonies of #273C4B
Complementary color
Monochromatic Colors of #273C4B
Black with #273C4B
Text Example
Text Example
White with #273C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C4B; }
p { color: rgb(39,60,75); }
H1.HeaderClassName
{
color: #273C4B;
}
.AnyTagClassName
{
color: #273C4B;
}
</style>
background-color css
<style>
a { background-color: #273C4B; }
a { background-color: rgb(39,60,75); }
div.DivClassName
{
background-color: #273C4B;
}
.BgClassName
{
background-color: #273C4B;
}
</style>
border-color css
<style>
span { border-color: #273C4B; }
span { border-color: rgb(39,60,75); }
td.TdClassName
{
border-color: #273C4B;
}
.TagClassName
{
border-color: #273C4B;
}
</style>