Shades of Biscay #2A3753
Tints of Biscay #2A3753
RGB
CMYK
RGB Variations
Color information
#2A3753 (or 0x2A3753) is known color: Biscay. HEX triplet: 2A, 37 and 53. RGB value is (42,55,83). Sum of RGB (Red+Green+Blue) = 42+55+83=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3753 is #D5C8AC. Grayscale: #363636. Windows color (decimal): -14010541 or 5453610. OLE color: 5453610.
HSL color Cylindrical-coordinate representation of color #2A3753: hue angle of 220.98º 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 #2A3753 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 55 | 83 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.67 |
| HSL | 220.98º | 0.33% | 0.25% | - |
| HSV(B) | 220.98º | 0.49% | 0.33% | - |
| XYZ | 3.88 | 3.85 | 8.72 | - |
| YUV | 54.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 83 | 0.49 | 0.34 | 0 | 0.67 | 220.98 | 0.33 | 0.25 |
| Hex | 2A | 37 | 53 | 31 | 22 | 0 | 43 | DD | 21 | 19 |
| Octal | 52 | 67 | 123 | 61 | 42 | 0 | 103 | 335 | 41 | 31 |
| Binary | 101010 | 110111 | 1010011 | 110001 | 100010 | 0 | 1000011 | 11011101 | 100001 | 11001 |
Color Harmonies of #2A3753
Complementary color
Monochromatic Colors of #2A3753
Black with #2A3753
Text Example
Text Example
White with #2A3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3753; }
p { color: rgb(42,55,83); }
H1.HeaderClassName
{
color: #2A3753;
}
.AnyTagClassName
{
color: #2A3753;
}
</style>
background-color css
<style>
a { background-color: #2A3753; }
a { background-color: rgb(42,55,83); }
div.DivClassName
{
background-color: #2A3753;
}
.BgClassName
{
background-color: #2A3753;
}
</style>
border-color css
<style>
span { border-color: #2A3753; }
span { border-color: rgb(42,55,83); }
td.TdClassName
{
border-color: #2A3753;
}
.TagClassName
{
border-color: #2A3753;
}
</style>