Shades of Biscay #2D394F
Tints of Biscay #2D394F
RGB
CMYK
RGB Variations
Color information
#2D394F (or 0x2D394F) is known color: Biscay. HEX triplet: 2D, 39 and 4F. RGB value is (45,57,79). Sum of RGB (Red+Green+Blue) = 45+57+79=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D394F is #D2C6B0. Grayscale: #373737. Windows color (decimal): -13813425 or 5191981. OLE color: 5191981.
HSL color Cylindrical-coordinate representation of color #2D394F: hue angle of 218.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D394F is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 57 | 79 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.69 |
| HSL | 218.82º | 0.27% | 0.24% | - |
| HSV(B) | 218.82º | 0.43% | 0.31% | - |
| XYZ | 3.96 | 4.05 | 7.97 | - |
| YUV | 55.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 79 | 0.43 | 0.28 | 0 | 0.69 | 218.82 | 0.27 | 0.24 |
| Hex | 2D | 39 | 4F | 2B | 1C | 0 | 45 | DB | 1B | 18 |
| Octal | 55 | 71 | 117 | 53 | 34 | 0 | 105 | 333 | 33 | 30 |
| Binary | 101101 | 111001 | 1001111 | 101011 | 11100 | 0 | 1000101 | 11011011 | 11011 | 11000 |
Color Harmonies of #2D394F
Complementary color
Monochromatic Colors of #2D394F
Black with #2D394F
Text Example
Text Example
White with #2D394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D394F; }
p { color: rgb(45,57,79); }
H1.HeaderClassName
{
color: #2D394F;
}
.AnyTagClassName
{
color: #2D394F;
}
</style>
background-color css
<style>
a { background-color: #2D394F; }
a { background-color: rgb(45,57,79); }
div.DivClassName
{
background-color: #2D394F;
}
.BgClassName
{
background-color: #2D394F;
}
</style>
border-color css
<style>
span { border-color: #2D394F; }
span { border-color: rgb(45,57,79); }
td.TdClassName
{
border-color: #2D394F;
}
.TagClassName
{
border-color: #2D394F;
}
</style>