Shades of Biscay #2A3558
Tints of Biscay #2A3558
RGB
CMYK
RGB Variations
Color information
#2A3558 (or 0x2A3558) is known color: Biscay. HEX triplet: 2A, 35 and 58. RGB value is (42,53,88). Sum of RGB (Red+Green+Blue) = 42+53+88=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3558 is #D5CAA7. Grayscale: #353535. Windows color (decimal): -14011048 or 5780778. OLE color: 5780778.
HSL color Cylindrical-coordinate representation of color #2A3558: hue angle of 225.65º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A3558 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 53 | 88 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.65 |
| HSL | 225.65º | 0.35% | 0.25% | - |
| HSV(B) | 225.65º | 0.52% | 0.35% | - |
| XYZ | 3.99 | 3.74 | 9.74 | - |
| YUV | 53.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 88 | 0.52 | 0.40 | 0 | 0.65 | 225.65 | 0.35 | 0.25 |
| Hex | 2A | 35 | 58 | 34 | 28 | 0 | 41 | E2 | 23 | 19 |
| Octal | 52 | 65 | 130 | 64 | 50 | 0 | 101 | 342 | 43 | 31 |
| Binary | 101010 | 110101 | 1011000 | 110100 | 101000 | 0 | 1000001 | 11100010 | 100011 | 11001 |
Color Harmonies of #2A3558
Complementary color
Monochromatic Colors of #2A3558
Black with #2A3558
Text Example
Text Example
White with #2A3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3558; }
p { color: rgb(42,53,88); }
H1.HeaderClassName
{
color: #2A3558;
}
.AnyTagClassName
{
color: #2A3558;
}
</style>
background-color css
<style>
a { background-color: #2A3558; }
a { background-color: rgb(42,53,88); }
div.DivClassName
{
background-color: #2A3558;
}
.BgClassName
{
background-color: #2A3558;
}
</style>
border-color css
<style>
span { border-color: #2A3558; }
span { border-color: rgb(42,53,88); }
td.TdClassName
{
border-color: #2A3558;
}
.TagClassName
{
border-color: #2A3558;
}
</style>