Shades of Nile Blue #273F4D
Tints of Nile Blue #273F4D
RGB
CMYK
RGB Variations
Color information
#273F4D (or 0x273F4D) is known color: Nile Blue. HEX triplet: 27, 3F and 4D. RGB value is (39,63,77). Sum of RGB (Red+Green+Blue) = 39+63+77=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #273F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F4D is #D8C0B2. Grayscale: #393939. Windows color (decimal): -14205107 or 5062439. OLE color: 5062439.
HSL color Cylindrical-coordinate representation of color #273F4D: hue angle of 202.11º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #273F4D is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 63 | 77 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.70 |
| HSL | 202.11º | 0.33% | 0.23% | - |
| HSV(B) | 202.11º | 0.49% | 0.3% | - |
| XYZ | 3.95 | 4.52 | 7.69 | - |
| YUV | 57.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 77 | 0.49 | 0.18 | 0 | 0.70 | 202.11 | 0.33 | 0.23 |
| Hex | 27 | 3F | 4D | 31 | 12 | 0 | 46 | CA | 21 | 17 |
| Octal | 47 | 77 | 115 | 61 | 22 | 0 | 106 | 312 | 41 | 27 |
| Binary | 100111 | 111111 | 1001101 | 110001 | 10010 | 0 | 1000110 | 11001010 | 100001 | 10111 |
Color Harmonies of #273F4D
Complementary color
Monochromatic Colors of #273F4D
Black with #273F4D
Text Example
Text Example
White with #273F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F4D; }
p { color: rgb(39,63,77); }
H1.HeaderClassName
{
color: #273F4D;
}
.AnyTagClassName
{
color: #273F4D;
}
</style>
background-color css
<style>
a { background-color: #273F4D; }
a { background-color: rgb(39,63,77); }
div.DivClassName
{
background-color: #273F4D;
}
.BgClassName
{
background-color: #273F4D;
}
</style>
border-color css
<style>
span { border-color: #273F4D; }
span { border-color: rgb(39,63,77); }
td.TdClassName
{
border-color: #273F4D;
}
.TagClassName
{
border-color: #273F4D;
}
</style>