Shades of Biscay #344256
Tints of Biscay #344256
RGB
CMYK
RGB Variations
Color information
#344256 (or 0x344256) is known color: Biscay. HEX triplet: 34, 42 and 56. RGB value is (52,66,86). Sum of RGB (Red+Green+Blue) = 52+66+86=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #344256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344256 is #CBBDA9. Grayscale: #404040. Windows color (decimal): -13352362 or 5653044. OLE color: 5653044.
HSL color Cylindrical-coordinate representation of color #344256: hue angle of 215.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344256 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 66 | 86 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.66 |
| HSL | 215.29º | 0.25% | 0.27% | - |
| HSV(B) | 215.29º | 0.4% | 0.34% | - |
| XYZ | 5.04 | 5.3 | 9.56 | - |
| YUV | 64.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 86 | 0.40 | 0.23 | 0 | 0.66 | 215.29 | 0.25 | 0.27 |
| Hex | 34 | 42 | 56 | 28 | 17 | 0 | 42 | D7 | 19 | 1B |
| Octal | 64 | 102 | 126 | 50 | 27 | 0 | 102 | 327 | 31 | 33 |
| Binary | 110100 | 1000010 | 1010110 | 101000 | 10111 | 0 | 1000010 | 11010111 | 11001 | 11011 |
Color Harmonies of #344256
Complementary color
Monochromatic Colors of #344256
Black with #344256
Text Example
Text Example
White with #344256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344256; }
p { color: rgb(52,66,86); }
H1.HeaderClassName
{
color: #344256;
}
.AnyTagClassName
{
color: #344256;
}
</style>
background-color css
<style>
a { background-color: #344256; }
a { background-color: rgb(52,66,86); }
div.DivClassName
{
background-color: #344256;
}
.BgClassName
{
background-color: #344256;
}
</style>
border-color css
<style>
span { border-color: #344256; }
span { border-color: rgb(52,66,86); }
td.TdClassName
{
border-color: #344256;
}
.TagClassName
{
border-color: #344256;
}
</style>