Shades of Nile Blue #273D50
Tints of Nile Blue #273D50
RGB
CMYK
RGB Variations
Color information
#273D50 (or 0x273D50) is known color: Nile Blue. HEX triplet: 27, 3D and 50. RGB value is (39,61,80). Sum of RGB (Red+Green+Blue) = 39+61+80=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #273D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D50 is #D8C2AF. Grayscale: #383838. Windows color (decimal): -14205616 or 5258535. OLE color: 5258535.
HSL color Cylindrical-coordinate representation of color #273D50: hue angle of 207.8º 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 #273D50 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 61 | 80 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.69 |
| HSL | 207.8º | 0.34% | 0.23% | - |
| HSV(B) | 207.8º | 0.51% | 0.31% | - |
| XYZ | 3.95 | 4.35 | 8.22 | - |
| YUV | 56.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 80 | 0.51 | 0.24 | 0 | 0.69 | 207.8 | 0.34 | 0.23 |
| Hex | 27 | 3D | 50 | 33 | 18 | 0 | 45 | D0 | 22 | 17 |
| Octal | 47 | 75 | 120 | 63 | 30 | 0 | 105 | 320 | 42 | 27 |
| Binary | 100111 | 111101 | 1010000 | 110011 | 11000 | 0 | 1000101 | 11010000 | 100010 | 10111 |
Color Harmonies of #273D50
Complementary color
Monochromatic Colors of #273D50
Black with #273D50
Text Example
Text Example
White with #273D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D50; }
p { color: rgb(39,61,80); }
H1.HeaderClassName
{
color: #273D50;
}
.AnyTagClassName
{
color: #273D50;
}
</style>
background-color css
<style>
a { background-color: #273D50; }
a { background-color: rgb(39,61,80); }
div.DivClassName
{
background-color: #273D50;
}
.BgClassName
{
background-color: #273D50;
}
</style>
border-color css
<style>
span { border-color: #273D50; }
span { border-color: rgb(39,61,80); }
td.TdClassName
{
border-color: #273D50;
}
.TagClassName
{
border-color: #273D50;
}
</style>