Shades of Biscay #2D3951
Tints of Biscay #2D3951
RGB
CMYK
RGB Variations
Color information
#2D3951 (or 0x2D3951) is known color: Biscay. HEX triplet: 2D, 39 and 51. RGB value is (45,57,81). Sum of RGB (Red+Green+Blue) = 45+57+81=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #2D3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3951 is #D2C6AE. Grayscale: #383838. Windows color (decimal): -13813423 or 5323053. OLE color: 5323053.
HSL color Cylindrical-coordinate representation of color #2D3951: hue angle of 220º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D3951 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 57 | 81 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.68 |
| HSL | 220º | 0.29% | 0.25% | - |
| HSV(B) | 220º | 0.44% | 0.32% | - |
| XYZ | 4.03 | 4.08 | 8.36 | - |
| YUV | 56.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 81 | 0.44 | 0.30 | 0 | 0.68 | 220 | 0.29 | 0.25 |
| Hex | 2D | 39 | 51 | 2C | 1E | 0 | 44 | DC | 1D | 19 |
| Octal | 55 | 71 | 121 | 54 | 36 | 0 | 104 | 334 | 35 | 31 |
| Binary | 101101 | 111001 | 1010001 | 101100 | 11110 | 0 | 1000100 | 11011100 | 11101 | 11001 |
Color Harmonies of #2D3951
Complementary color
Monochromatic Colors of #2D3951
Black with #2D3951
Text Example
Text Example
White with #2D3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3951; }
p { color: rgb(45,57,81); }
H1.HeaderClassName
{
color: #2D3951;
}
.AnyTagClassName
{
color: #2D3951;
}
</style>
background-color css
<style>
a { background-color: #2D3951; }
a { background-color: rgb(45,57,81); }
div.DivClassName
{
background-color: #2D3951;
}
.BgClassName
{
background-color: #2D3951;
}
</style>
border-color css
<style>
span { border-color: #2D3951; }
span { border-color: rgb(45,57,81); }
td.TdClassName
{
border-color: #2D3951;
}
.TagClassName
{
border-color: #2D3951;
}
</style>