Shades of Biscay #344157
Tints of Biscay #344157
RGB
CMYK
RGB Variations
Color information
#344157 (or 0x344157) is known color: Biscay. HEX triplet: 34, 41 and 57. RGB value is (52,65,87). Sum of RGB (Red+Green+Blue) = 52+65+87=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #344157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344157 is #CBBEA8. Grayscale: #3F3F3F. Windows color (decimal): -13352617 or 5718324. OLE color: 5718324.
HSL color Cylindrical-coordinate representation of color #344157: hue angle of 217.71º 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 #344157 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 65 | 87 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.66 |
| HSL | 217.71º | 0.25% | 0.27% | - |
| HSV(B) | 217.71º | 0.4% | 0.34% | - |
| XYZ | 5.03 | 5.2 | 9.76 | - |
| YUV | 63.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 87 | 0.40 | 0.25 | 0 | 0.66 | 217.71 | 0.25 | 0.27 |
| Hex | 34 | 41 | 57 | 28 | 19 | 0 | 42 | DA | 19 | 1B |
| Octal | 64 | 101 | 127 | 50 | 31 | 0 | 102 | 332 | 31 | 33 |
| Binary | 110100 | 1000001 | 1010111 | 101000 | 11001 | 0 | 1000010 | 11011010 | 11001 | 11011 |
Color Harmonies of #344157
Complementary color
Monochromatic Colors of #344157
Black with #344157
Text Example
Text Example
White with #344157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344157; }
p { color: rgb(52,65,87); }
H1.HeaderClassName
{
color: #344157;
}
.AnyTagClassName
{
color: #344157;
}
</style>
background-color css
<style>
a { background-color: #344157; }
a { background-color: rgb(52,65,87); }
div.DivClassName
{
background-color: #344157;
}
.BgClassName
{
background-color: #344157;
}
</style>
border-color css
<style>
span { border-color: #344157; }
span { border-color: rgb(52,65,87); }
td.TdClassName
{
border-color: #344157;
}
.TagClassName
{
border-color: #344157;
}
</style>