Shades of Nile Blue #273C4D
Tints of Nile Blue #273C4D
RGB
CMYK
RGB Variations
Color information
#273C4D (or 0x273C4D) is known color: Nile Blue. HEX triplet: 27, 3C and 4D. RGB value is (39,60,77). Sum of RGB (Red+Green+Blue) = 39+60+77=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #273C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C4D is #D8C3B2. Grayscale: #373737. Windows color (decimal): -14205875 or 5061671. OLE color: 5061671.
HSL color Cylindrical-coordinate representation of color #273C4D: hue angle of 206.84º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #273C4D is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 60 | 77 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.70 |
| HSL | 206.84º | 0.33% | 0.23% | - |
| HSV(B) | 206.84º | 0.49% | 0.3% | - |
| XYZ | 3.79 | 4.2 | 7.63 | - |
| YUV | 55.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 77 | 0.49 | 0.22 | 0 | 0.70 | 206.84 | 0.33 | 0.23 |
| Hex | 27 | 3C | 4D | 31 | 16 | 0 | 46 | CF | 21 | 17 |
| Octal | 47 | 74 | 115 | 61 | 26 | 0 | 106 | 317 | 41 | 27 |
| Binary | 100111 | 111100 | 1001101 | 110001 | 10110 | 0 | 1000110 | 11001111 | 100001 | 10111 |
Color Harmonies of #273C4D
Complementary color
Monochromatic Colors of #273C4D
Black with #273C4D
Text Example
Text Example
White with #273C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C4D; }
p { color: rgb(39,60,77); }
H1.HeaderClassName
{
color: #273C4D;
}
.AnyTagClassName
{
color: #273C4D;
}
</style>
background-color css
<style>
a { background-color: #273C4D; }
a { background-color: rgb(39,60,77); }
div.DivClassName
{
background-color: #273C4D;
}
.BgClassName
{
background-color: #273C4D;
}
</style>
border-color css
<style>
span { border-color: #273C4D; }
span { border-color: rgb(39,60,77); }
td.TdClassName
{
border-color: #273C4D;
}
.TagClassName
{
border-color: #273C4D;
}
</style>