Shades of Biscay #344155
Tints of Biscay #344155
RGB
CMYK
RGB Variations
Color information
#344155 (or 0x344155) is known color: Biscay. HEX triplet: 34, 41 and 55. RGB value is (52,65,85). Sum of RGB (Red+Green+Blue) = 52+65+85=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #344155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344155 is #CBBEAA. Grayscale: #3F3F3F. Windows color (decimal): -13352619 or 5587252. OLE color: 5587252.
HSL color Cylindrical-coordinate representation of color #344155: hue angle of 216.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344155 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 65 | 85 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.67 |
| HSL | 216.36º | 0.24% | 0.27% | - |
| HSV(B) | 216.36º | 0.39% | 0.33% | - |
| XYZ | 4.95 | 5.17 | 9.33 | - |
| YUV | 63.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 85 | 0.39 | 0.24 | 0 | 0.67 | 216.36 | 0.24 | 0.27 |
| Hex | 34 | 41 | 55 | 27 | 18 | 0 | 43 | D8 | 18 | 1B |
| Octal | 64 | 101 | 125 | 47 | 30 | 0 | 103 | 330 | 30 | 33 |
| Binary | 110100 | 1000001 | 1010101 | 100111 | 11000 | 0 | 1000011 | 11011000 | 11000 | 11011 |
Color Harmonies of #344155
Complementary color
Monochromatic Colors of #344155
Black with #344155
Text Example
Text Example
White with #344155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344155; }
p { color: rgb(52,65,85); }
H1.HeaderClassName
{
color: #344155;
}
.AnyTagClassName
{
color: #344155;
}
</style>
background-color css
<style>
a { background-color: #344155; }
a { background-color: rgb(52,65,85); }
div.DivClassName
{
background-color: #344155;
}
.BgClassName
{
background-color: #344155;
}
</style>
border-color css
<style>
span { border-color: #344155; }
span { border-color: rgb(52,65,85); }
td.TdClassName
{
border-color: #344155;
}
.TagClassName
{
border-color: #344155;
}
</style>