Shades of Biscay #2D3A58
Tints of Biscay #2D3A58
RGB
CMYK
RGB Variations
Color information
#2D3A58 (or 0x2D3A58) is known color: Biscay. HEX triplet: 2D, 3A and 58. RGB value is (45,58,88). Sum of RGB (Red+Green+Blue) = 45+58+88=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D3A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3A58 is #D2C5A7. Grayscale: #393939. Windows color (decimal): -13813160 or 5782061. OLE color: 5782061.
HSL color Cylindrical-coordinate representation of color #2D3A58: hue angle of 221.86º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D3A58 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 58 | 88 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.65 |
| HSL | 221.86º | 0.32% | 0.26% | - |
| HSV(B) | 221.86º | 0.49% | 0.35% | - |
| XYZ | 4.36 | 4.29 | 9.83 | - |
| YUV | 57.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 88 | 0.49 | 0.34 | 0 | 0.65 | 221.86 | 0.32 | 0.26 |
| Hex | 2D | 3A | 58 | 31 | 22 | 0 | 41 | DE | 20 | 1A |
| Octal | 55 | 72 | 130 | 61 | 42 | 0 | 101 | 336 | 40 | 32 |
| Binary | 101101 | 111010 | 1011000 | 110001 | 100010 | 0 | 1000001 | 11011110 | 100000 | 11010 |
Color Harmonies of #2D3A58
Complementary color
Monochromatic Colors of #2D3A58
Black with #2D3A58
Text Example
Text Example
White with #2D3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A58; }
p { color: rgb(45,58,88); }
H1.HeaderClassName
{
color: #2D3A58;
}
.AnyTagClassName
{
color: #2D3A58;
}
</style>
background-color css
<style>
a { background-color: #2D3A58; }
a { background-color: rgb(45,58,88); }
div.DivClassName
{
background-color: #2D3A58;
}
.BgClassName
{
background-color: #2D3A58;
}
</style>
border-color css
<style>
span { border-color: #2D3A58; }
span { border-color: rgb(45,58,88); }
td.TdClassName
{
border-color: #2D3A58;
}
.TagClassName
{
border-color: #2D3A58;
}
</style>