Shades of Nile Blue #273D51
Tints of Nile Blue #273D51
RGB
CMYK
RGB Variations
Color information
#273D51 (or 0x273D51) is known color: Nile Blue. HEX triplet: 27, 3D and 51. RGB value is (39,61,81). Sum of RGB (Red+Green+Blue) = 39+61+81=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #273D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D51 is #D8C2AE. Grayscale: #383838. Windows color (decimal): -14205615 or 5324071. OLE color: 5324071.
HSL color Cylindrical-coordinate representation of color #273D51: hue angle of 208.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273D51 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 61 | 81 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.68 |
| HSL | 208.57º | 0.35% | 0.24% | - |
| HSV(B) | 208.57º | 0.52% | 0.32% | - |
| XYZ | 3.99 | 4.36 | 8.42 | - |
| YUV | 56.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 81 | 0.52 | 0.25 | 0 | 0.68 | 208.57 | 0.35 | 0.24 |
| Hex | 27 | 3D | 51 | 34 | 19 | 0 | 44 | D1 | 23 | 18 |
| Octal | 47 | 75 | 121 | 64 | 31 | 0 | 104 | 321 | 43 | 30 |
| Binary | 100111 | 111101 | 1010001 | 110100 | 11001 | 0 | 1000100 | 11010001 | 100011 | 11000 |
Color Harmonies of #273D51
Complementary color
Monochromatic Colors of #273D51
Black with #273D51
Text Example
Text Example
White with #273D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D51; }
p { color: rgb(39,61,81); }
H1.HeaderClassName
{
color: #273D51;
}
.AnyTagClassName
{
color: #273D51;
}
</style>
background-color css
<style>
a { background-color: #273D51; }
a { background-color: rgb(39,61,81); }
div.DivClassName
{
background-color: #273D51;
}
.BgClassName
{
background-color: #273D51;
}
</style>
border-color css
<style>
span { border-color: #273D51; }
span { border-color: rgb(39,61,81); }
td.TdClassName
{
border-color: #273D51;
}
.TagClassName
{
border-color: #273D51;
}
</style>