Shades of Biscay #2A3653
Tints of Biscay #2A3653
RGB
CMYK
RGB Variations
Color information
#2A3653 (or 0x2A3653) is known color: Biscay. HEX triplet: 2A, 36 and 53. RGB value is (42,54,83). Sum of RGB (Red+Green+Blue) = 42+54+83=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3653 is #D5C9AC. Grayscale: #353535. Windows color (decimal): -14010797 or 5453354. OLE color: 5453354.
HSL color Cylindrical-coordinate representation of color #2A3653: hue angle of 222.44º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3653 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 54 | 83 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.67 |
| HSL | 222.44º | 0.33% | 0.25% | - |
| HSV(B) | 222.44º | 0.49% | 0.33% | - |
| XYZ | 3.84 | 3.76 | 8.71 | - |
| YUV | 53.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 83 | 0.49 | 0.35 | 0 | 0.67 | 222.44 | 0.33 | 0.25 |
| Hex | 2A | 36 | 53 | 31 | 23 | 0 | 43 | DE | 21 | 19 |
| Octal | 52 | 66 | 123 | 61 | 43 | 0 | 103 | 336 | 41 | 31 |
| Binary | 101010 | 110110 | 1010011 | 110001 | 100011 | 0 | 1000011 | 11011110 | 100001 | 11001 |
Color Harmonies of #2A3653
Complementary color
Monochromatic Colors of #2A3653
Black with #2A3653
Text Example
Text Example
White with #2A3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3653; }
p { color: rgb(42,54,83); }
H1.HeaderClassName
{
color: #2A3653;
}
.AnyTagClassName
{
color: #2A3653;
}
</style>
background-color css
<style>
a { background-color: #2A3653; }
a { background-color: rgb(42,54,83); }
div.DivClassName
{
background-color: #2A3653;
}
.BgClassName
{
background-color: #2A3653;
}
</style>
border-color css
<style>
span { border-color: #2A3653; }
span { border-color: rgb(42,54,83); }
td.TdClassName
{
border-color: #2A3653;
}
.TagClassName
{
border-color: #2A3653;
}
</style>