Shades of Biscay #2C3758
Tints of Biscay #2C3758
RGB
CMYK
RGB Variations
Color information
#2C3758 (or 0x2C3758) is known color: Biscay. HEX triplet: 2C, 37 and 58. RGB value is (44,55,88). Sum of RGB (Red+Green+Blue) = 44+55+88=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C3758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3758 is #D3C8A7. Grayscale: #373737. Windows color (decimal): -13879464 or 5781292. OLE color: 5781292.
HSL color Cylindrical-coordinate representation of color #2C3758: hue angle of 225º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C3758 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 55 | 88 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.65 |
| HSL | 225º | 0.33% | 0.26% | - |
| HSV(B) | 225º | 0.5% | 0.35% | - |
| XYZ | 4.17 | 3.97 | 9.78 | - |
| YUV | 55.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 88 | 0.5 | 0.38 | 0 | 0.65 | 225 | 0.33 | 0.26 |
| Hex | 2C | 37 | 58 | 32 | 26 | 0 | 41 | E1 | 21 | 1A |
| Octal | 54 | 67 | 130 | 62 | 46 | 0 | 101 | 341 | 41 | 32 |
| Binary | 101100 | 110111 | 1011000 | 110010 | 100110 | 0 | 1000001 | 11100001 | 100001 | 11010 |
Color Harmonies of #2C3758
Complementary color
Monochromatic Colors of #2C3758
Black with #2C3758
Text Example
Text Example
White with #2C3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3758; }
p { color: rgb(44,55,88); }
H1.HeaderClassName
{
color: #2C3758;
}
.AnyTagClassName
{
color: #2C3758;
}
</style>
background-color css
<style>
a { background-color: #2C3758; }
a { background-color: rgb(44,55,88); }
div.DivClassName
{
background-color: #2C3758;
}
.BgClassName
{
background-color: #2C3758;
}
</style>
border-color css
<style>
span { border-color: #2C3758; }
span { border-color: rgb(44,55,88); }
td.TdClassName
{
border-color: #2C3758;
}
.TagClassName
{
border-color: #2C3758;
}
</style>