Shades of Mariner #3D5BAA
Tints of Mariner #3D5BAA
RGB
CMYK
RGB Variations
Color information
#3D5BAA (or 0x3D5BAA) is known color: Mariner. HEX triplet: 3D, 5B and AA. RGB value is (61,91,170). Sum of RGB (Red+Green+Blue) = 61+91+170=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5BAA is #C2A455. Grayscale: #5A5A5A. Windows color (decimal): -12756054 or 11164477. OLE color: 11164477.
HSL color Cylindrical-coordinate representation of color #3D5BAA: hue angle of 223.49º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D5BAA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 91 | 170 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.33 |
| HSL | 223.49º | 0.47% | 0.45% | - |
| HSV(B) | 223.49º | 0.64% | 0.67% | - |
| XYZ | 12.92 | 11.38 | 39.55 | - |
| YUV | 91.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 170 | 0.64 | 0.46 | 0 | 0.33 | 223.49 | 0.47 | 0.45 |
| Hex | 3D | 5B | AA | 40 | 2E | 0 | 21 | DF | 2F | 2D |
| Octal | 75 | 133 | 252 | 100 | 56 | 0 | 41 | 337 | 57 | 55 |
| Binary | 111101 | 1011011 | 10101010 | 1000000 | 101110 | 0 | 100001 | 11011111 | 101111 | 101101 |
Color Harmonies of #3D5BAA
Complementary color
Monochromatic Colors of #3D5BAA
Black with #3D5BAA
Text Example
Text Example
White with #3D5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5BAA; }
p { color: rgb(61,91,170); }
H1.HeaderClassName
{
color: #3D5BAA;
}
.AnyTagClassName
{
color: #3D5BAA;
}
</style>
background-color css
<style>
a { background-color: #3D5BAA; }
a { background-color: rgb(61,91,170); }
div.DivClassName
{
background-color: #3D5BAA;
}
.BgClassName
{
background-color: #3D5BAA;
}
</style>
border-color css
<style>
span { border-color: #3D5BAA; }
span { border-color: rgb(61,91,170); }
td.TdClassName
{
border-color: #3D5BAA;
}
.TagClassName
{
border-color: #3D5BAA;
}
</style>