Shades of Nile Blue #273F4E
Tints of Nile Blue #273F4E
RGB
CMYK
RGB Variations
Color information
#273F4E (or 0x273F4E) is known color: Nile Blue. HEX triplet: 27, 3F and 4E. RGB value is (39,63,78). Sum of RGB (Red+Green+Blue) = 39+63+78=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #273F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F4E is #D8C0B1. Grayscale: #393939. Windows color (decimal): -14205106 or 5127975. OLE color: 5127975.
HSL color Cylindrical-coordinate representation of color #273F4E: hue angle of 203.08º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #273F4E is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 63 | 78 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.69 |
| HSL | 203.08º | 0.33% | 0.23% | - |
| HSV(B) | 203.08º | 0.5% | 0.31% | - |
| XYZ | 3.99 | 4.54 | 7.87 | - |
| YUV | 57.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 78 | 0.50 | 0.19 | 0 | 0.69 | 203.08 | 0.33 | 0.23 |
| Hex | 27 | 3F | 4E | 32 | 13 | 0 | 45 | CB | 21 | 17 |
| Octal | 47 | 77 | 116 | 62 | 23 | 0 | 105 | 313 | 41 | 27 |
| Binary | 100111 | 111111 | 1001110 | 110010 | 10011 | 0 | 1000101 | 11001011 | 100001 | 10111 |
Color Harmonies of #273F4E
Complementary color
Monochromatic Colors of #273F4E
Black with #273F4E
Text Example
Text Example
White with #273F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F4E; }
p { color: rgb(39,63,78); }
H1.HeaderClassName
{
color: #273F4E;
}
.AnyTagClassName
{
color: #273F4E;
}
</style>
background-color css
<style>
a { background-color: #273F4E; }
a { background-color: rgb(39,63,78); }
div.DivClassName
{
background-color: #273F4E;
}
.BgClassName
{
background-color: #273F4E;
}
</style>
border-color css
<style>
span { border-color: #273F4E; }
span { border-color: rgb(39,63,78); }
td.TdClassName
{
border-color: #273F4E;
}
.TagClassName
{
border-color: #273F4E;
}
</style>