Shades of Biscay #29355A
Tints of Biscay #29355A
RGB
CMYK
RGB Variations
Color information
#29355A (or 0x29355A) is known color: Biscay. HEX triplet: 29, 35 and 5A. RGB value is (41,53,90). Sum of RGB (Red+Green+Blue) = 41+53+90=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #29355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29355A is #D6CAA5. Grayscale: #353535. Windows color (decimal): -14076582 or 5911849. OLE color: 5911849.
HSL color Cylindrical-coordinate representation of color #29355A: hue angle of 225.31º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29355A is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 53 | 90 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.65 |
| HSL | 225.31º | 0.37% | 0.26% | - |
| HSV(B) | 225.31º | 0.54% | 0.35% | - |
| XYZ | 4.03 | 3.76 | 10.19 | - |
| YUV | 53.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 90 | 0.54 | 0.41 | 0 | 0.65 | 225.31 | 0.37 | 0.26 |
| Hex | 29 | 35 | 5A | 36 | 29 | 0 | 41 | E1 | 25 | 1A |
| Octal | 51 | 65 | 132 | 66 | 51 | 0 | 101 | 341 | 45 | 32 |
| Binary | 101001 | 110101 | 1011010 | 110110 | 101001 | 0 | 1000001 | 11100001 | 100101 | 11010 |
Color Harmonies of #29355A
Complementary color
Monochromatic Colors of #29355A
Black with #29355A
Text Example
Text Example
White with #29355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29355A; }
p { color: rgb(41,53,90); }
H1.HeaderClassName
{
color: #29355A;
}
.AnyTagClassName
{
color: #29355A;
}
</style>
background-color css
<style>
a { background-color: #29355A; }
a { background-color: rgb(41,53,90); }
div.DivClassName
{
background-color: #29355A;
}
.BgClassName
{
background-color: #29355A;
}
</style>
border-color css
<style>
span { border-color: #29355A; }
span { border-color: rgb(41,53,90); }
td.TdClassName
{
border-color: #29355A;
}
.TagClassName
{
border-color: #29355A;
}
</style>