Shades of Nile Blue #273F50
Tints of Nile Blue #273F50
RGB
CMYK
RGB Variations
Color information
#273F50 (or 0x273F50) is known color: Nile Blue. HEX triplet: 27, 3F and 50. RGB value is (39,63,80). Sum of RGB (Red+Green+Blue) = 39+63+80=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #273F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F50 is #D8C0AF. Grayscale: #393939. Windows color (decimal): -14205104 or 5259047. OLE color: 5259047.
HSL color Cylindrical-coordinate representation of color #273F50: hue angle of 204.88º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #273F50 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 63 | 80 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.69 |
| HSL | 204.88º | 0.34% | 0.23% | - |
| HSV(B) | 204.88º | 0.51% | 0.31% | - |
| XYZ | 4.06 | 4.57 | 8.26 | - |
| YUV | 57.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 80 | 0.51 | 0.21 | 0 | 0.69 | 204.88 | 0.34 | 0.23 |
| Hex | 27 | 3F | 50 | 33 | 15 | 0 | 45 | CD | 22 | 17 |
| Octal | 47 | 77 | 120 | 63 | 25 | 0 | 105 | 315 | 42 | 27 |
| Binary | 100111 | 111111 | 1010000 | 110011 | 10101 | 0 | 1000101 | 11001101 | 100010 | 10111 |
Color Harmonies of #273F50
Complementary color
Monochromatic Colors of #273F50
Black with #273F50
Text Example
Text Example
White with #273F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F50; }
p { color: rgb(39,63,80); }
H1.HeaderClassName
{
color: #273F50;
}
.AnyTagClassName
{
color: #273F50;
}
</style>
background-color css
<style>
a { background-color: #273F50; }
a { background-color: rgb(39,63,80); }
div.DivClassName
{
background-color: #273F50;
}
.BgClassName
{
background-color: #273F50;
}
</style>
border-color css
<style>
span { border-color: #273F50; }
span { border-color: rgb(39,63,80); }
td.TdClassName
{
border-color: #273F50;
}
.TagClassName
{
border-color: #273F50;
}
</style>