Shades of Biscay #2F3B4E
Tints of Biscay #2F3B4E
RGB
CMYK
RGB Variations
Color information
#2F3B4E (or 0x2F3B4E) is known color: Biscay. HEX triplet: 2F, 3B and 4E. RGB value is (47,59,78). Sum of RGB (Red+Green+Blue) = 47+59+78=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F3B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3B4E is #D0C4B1. Grayscale: #393939. Windows color (decimal): -13681842 or 5126959. OLE color: 5126959.
HSL color Cylindrical-coordinate representation of color #2F3B4E: hue angle of 216.77º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F3B4E is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 59 | 78 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.69 |
| HSL | 216.77º | 0.25% | 0.25% | - |
| HSV(B) | 216.77º | 0.4% | 0.31% | - |
| XYZ | 4.11 | 4.28 | 7.82 | - |
| YUV | 57.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 78 | 0.40 | 0.24 | 0 | 0.69 | 216.77 | 0.25 | 0.25 |
| Hex | 2F | 3B | 4E | 28 | 18 | 0 | 45 | D9 | 19 | 19 |
| Octal | 57 | 73 | 116 | 50 | 30 | 0 | 105 | 331 | 31 | 31 |
| Binary | 101111 | 111011 | 1001110 | 101000 | 11000 | 0 | 1000101 | 11011001 | 11001 | 11001 |
Color Harmonies of #2F3B4E
Complementary color
Monochromatic Colors of #2F3B4E
Black with #2F3B4E
Text Example
Text Example
White with #2F3B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B4E; }
p { color: rgb(47,59,78); }
H1.HeaderClassName
{
color: #2F3B4E;
}
.AnyTagClassName
{
color: #2F3B4E;
}
</style>
background-color css
<style>
a { background-color: #2F3B4E; }
a { background-color: rgb(47,59,78); }
div.DivClassName
{
background-color: #2F3B4E;
}
.BgClassName
{
background-color: #2F3B4E;
}
</style>
border-color css
<style>
span { border-color: #2F3B4E; }
span { border-color: rgb(47,59,78); }
td.TdClassName
{
border-color: #2F3B4E;
}
.TagClassName
{
border-color: #2F3B4E;
}
</style>