Shades of Nile Blue #273A4B
Tints of Nile Blue #273A4B
RGB
CMYK
RGB Variations
Color information
#273A4B (or 0x273A4B) is known color: Nile Blue. HEX triplet: 27, 3A and 4B. RGB value is (39,58,75). Sum of RGB (Red+Green+Blue) = 39+58+75=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #273A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A4B is #D8C5B4. Grayscale: #363636. Windows color (decimal): -14206389 or 4930087. OLE color: 4930087.
HSL color Cylindrical-coordinate representation of color #273A4B: hue angle of 208.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #273A4B is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 58 | 75 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.71 |
| HSL | 208.33º | 0.32% | 0.22% | - |
| HSV(B) | 208.33º | 0.48% | 0.29% | - |
| XYZ | 3.62 | 3.97 | 7.23 | - |
| YUV | 54.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 75 | 0.48 | 0.23 | 0 | 0.71 | 208.33 | 0.32 | 0.22 |
| Hex | 27 | 3A | 4B | 30 | 17 | 0 | 47 | D0 | 20 | 16 |
| Octal | 47 | 72 | 113 | 60 | 27 | 0 | 107 | 320 | 40 | 26 |
| Binary | 100111 | 111010 | 1001011 | 110000 | 10111 | 0 | 1000111 | 11010000 | 100000 | 10110 |
Color Harmonies of #273A4B
Complementary color
Monochromatic Colors of #273A4B
Black with #273A4B
Text Example
Text Example
White with #273A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A4B; }
p { color: rgb(39,58,75); }
H1.HeaderClassName
{
color: #273A4B;
}
.AnyTagClassName
{
color: #273A4B;
}
</style>
background-color css
<style>
a { background-color: #273A4B; }
a { background-color: rgb(39,58,75); }
div.DivClassName
{
background-color: #273A4B;
}
.BgClassName
{
background-color: #273A4B;
}
</style>
border-color css
<style>
span { border-color: #273A4B; }
span { border-color: rgb(39,58,75); }
td.TdClassName
{
border-color: #273A4B;
}
.TagClassName
{
border-color: #273A4B;
}
</style>