Shades of Nile Blue #273F4B
Tints of Nile Blue #273F4B
RGB
CMYK
RGB Variations
Color information
#273F4B (or 0x273F4B) is known color: Nile Blue. HEX triplet: 27, 3F and 4B. RGB value is (39,63,75). Sum of RGB (Red+Green+Blue) = 39+63+75=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #273F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F4B is #D8C0B4. Grayscale: #393939. Windows color (decimal): -14205109 or 4931367. OLE color: 4931367.
HSL color Cylindrical-coordinate representation of color #273F4B: hue angle of 200º 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 #273F4B is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 63 | 75 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.71 |
| HSL | 200º | 0.32% | 0.22% | - |
| HSV(B) | 200º | 0.48% | 0.29% | - |
| XYZ | 3.88 | 4.49 | 7.32 | - |
| YUV | 57.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 75 | 0.48 | 0.16 | 0 | 0.71 | 200 | 0.32 | 0.22 |
| Hex | 27 | 3F | 4B | 30 | 10 | 0 | 47 | C8 | 20 | 16 |
| Octal | 47 | 77 | 113 | 60 | 20 | 0 | 107 | 310 | 40 | 26 |
| Binary | 100111 | 111111 | 1001011 | 110000 | 10000 | 0 | 1000111 | 11001000 | 100000 | 10110 |
Color Harmonies of #273F4B
Complementary color
Monochromatic Colors of #273F4B
Black with #273F4B
Text Example
Text Example
White with #273F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F4B; }
p { color: rgb(39,63,75); }
H1.HeaderClassName
{
color: #273F4B;
}
.AnyTagClassName
{
color: #273F4B;
}
</style>
background-color css
<style>
a { background-color: #273F4B; }
a { background-color: rgb(39,63,75); }
div.DivClassName
{
background-color: #273F4B;
}
.BgClassName
{
background-color: #273F4B;
}
</style>
border-color css
<style>
span { border-color: #273F4B; }
span { border-color: rgb(39,63,75); }
td.TdClassName
{
border-color: #273F4B;
}
.TagClassName
{
border-color: #273F4B;
}
</style>