Shades of Biscay #2D3754
Tints of Biscay #2D3754
RGB
CMYK
RGB Variations
Color information
#2D3754 (or 0x2D3754) is known color: Biscay. HEX triplet: 2D, 37 and 54. RGB value is (45,55,84). Sum of RGB (Red+Green+Blue) = 45+55+84=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D3754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3754 is #D2C8AB. Grayscale: #373737. Windows color (decimal): -13813932 or 5519149. OLE color: 5519149.
HSL color Cylindrical-coordinate representation of color #2D3754: hue angle of 224.62º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D3754 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 55 | 84 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.67 |
| HSL | 224.62º | 0.3% | 0.25% | - |
| HSV(B) | 224.62º | 0.46% | 0.33% | - |
| XYZ | 4.05 | 3.93 | 8.93 | - |
| YUV | 55.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 84 | 0.46 | 0.35 | 0 | 0.67 | 224.62 | 0.3 | 0.25 |
| Hex | 2D | 37 | 54 | 2E | 23 | 0 | 43 | E1 | 1E | 19 |
| Octal | 55 | 67 | 124 | 56 | 43 | 0 | 103 | 341 | 36 | 31 |
| Binary | 101101 | 110111 | 1010100 | 101110 | 100011 | 0 | 1000011 | 11100001 | 11110 | 11001 |
Color Harmonies of #2D3754
Complementary color
Monochromatic Colors of #2D3754
Black with #2D3754
Text Example
Text Example
White with #2D3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3754; }
p { color: rgb(45,55,84); }
H1.HeaderClassName
{
color: #2D3754;
}
.AnyTagClassName
{
color: #2D3754;
}
</style>
background-color css
<style>
a { background-color: #2D3754; }
a { background-color: rgb(45,55,84); }
div.DivClassName
{
background-color: #2D3754;
}
.BgClassName
{
background-color: #2D3754;
}
</style>
border-color css
<style>
span { border-color: #2D3754; }
span { border-color: rgb(45,55,84); }
td.TdClassName
{
border-color: #2D3754;
}
.TagClassName
{
border-color: #2D3754;
}
</style>