Shades of Mariner #2D5AA2
Tints of Mariner #2D5AA2
RGB
CMYK
RGB Variations
Color information
#2D5AA2 (or 0x2D5AA2) is known color: Mariner. HEX triplet: 2D, 5A and A2. RGB value is (45,90,162). Sum of RGB (Red+Green+Blue) = 45+90+162=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #2D5AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5AA2 is #D2A55D. Grayscale: #545454. Windows color (decimal): -13804894 or 10639917. OLE color: 10639917.
HSL color Cylindrical-coordinate representation of color #2D5AA2: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D5AA2 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 90 | 162 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.36 |
| HSL | 216.92º | 0.57% | 0.41% | - |
| HSV(B) | 216.92º | 0.72% | 0.64% | - |
| XYZ | 11.26 | 10.48 | 35.61 | - |
| YUV | 84.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 162 | 0.72 | 0.44 | 0 | 0.36 | 216.92 | 0.57 | 0.41 |
| Hex | 2D | 5A | A2 | 48 | 2C | 0 | 24 | D9 | 39 | 29 |
| Octal | 55 | 132 | 242 | 110 | 54 | 0 | 44 | 331 | 71 | 51 |
| Binary | 101101 | 1011010 | 10100010 | 1001000 | 101100 | 0 | 100100 | 11011001 | 111001 | 101001 |
Color Harmonies of #2D5AA2
Complementary color
Monochromatic Colors of #2D5AA2
Black with #2D5AA2
Text Example
Text Example
White with #2D5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5AA2; }
p { color: rgb(45,90,162); }
H1.HeaderClassName
{
color: #2D5AA2;
}
.AnyTagClassName
{
color: #2D5AA2;
}
</style>
background-color css
<style>
a { background-color: #2D5AA2; }
a { background-color: rgb(45,90,162); }
div.DivClassName
{
background-color: #2D5AA2;
}
.BgClassName
{
background-color: #2D5AA2;
}
</style>
border-color css
<style>
span { border-color: #2D5AA2; }
span { border-color: rgb(45,90,162); }
td.TdClassName
{
border-color: #2D5AA2;
}
.TagClassName
{
border-color: #2D5AA2;
}
</style>