Shades of Nile Blue #273F52
Tints of Nile Blue #273F52
RGB
CMYK
RGB Variations
Color information
#273F52 (or 0x273F52) is known color: Nile Blue. HEX triplet: 27, 3F and 52. RGB value is (39,63,82). Sum of RGB (Red+Green+Blue) = 39+63+82=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #273F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F52 is #D8C0AD. Grayscale: #393939. Windows color (decimal): -14205102 or 5390119. OLE color: 5390119.
HSL color Cylindrical-coordinate representation of color #273F52: hue angle of 206.51º degrees, saturation: 0.36, 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 #273F52 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 63 | 82 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.68 |
| HSL | 206.51º | 0.36% | 0.24% | - |
| HSV(B) | 206.51º | 0.52% | 0.32% | - |
| XYZ | 4.14 | 4.6 | 8.65 | - |
| YUV | 57.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 82 | 0.52 | 0.23 | 0 | 0.68 | 206.51 | 0.36 | 0.24 |
| Hex | 27 | 3F | 52 | 34 | 17 | 0 | 44 | CF | 24 | 18 |
| Octal | 47 | 77 | 122 | 64 | 27 | 0 | 104 | 317 | 44 | 30 |
| Binary | 100111 | 111111 | 1010010 | 110100 | 10111 | 0 | 1000100 | 11001111 | 100100 | 11000 |
Color Harmonies of #273F52
Complementary color
Monochromatic Colors of #273F52
Black with #273F52
Text Example
Text Example
White with #273F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F52; }
p { color: rgb(39,63,82); }
H1.HeaderClassName
{
color: #273F52;
}
.AnyTagClassName
{
color: #273F52;
}
</style>
background-color css
<style>
a { background-color: #273F52; }
a { background-color: rgb(39,63,82); }
div.DivClassName
{
background-color: #273F52;
}
.BgClassName
{
background-color: #273F52;
}
</style>
border-color css
<style>
span { border-color: #273F52; }
span { border-color: rgb(39,63,82); }
td.TdClassName
{
border-color: #273F52;
}
.TagClassName
{
border-color: #273F52;
}
</style>