Shades of Mariner #3D6BBA
Tints of Mariner #3D6BBA
RGB
CMYK
RGB Variations
Color information
#3D6BBA (or 0x3D6BBA) is known color: Mariner. HEX triplet: 3D, 6B and BA. RGB value is (61,107,186). Sum of RGB (Red+Green+Blue) = 61+107+186=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BBA is #C29445. Grayscale: #656565. Windows color (decimal): -12751942 or 12217149. OLE color: 12217149.
HSL color Cylindrical-coordinate representation of color #3D6BBA: hue angle of 217.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D6BBA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 107 | 186 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.27 |
| HSL | 217.92º | 0.51% | 0.48% | - |
| HSV(B) | 217.92º | 0.67% | 0.73% | - |
| XYZ | 16.05 | 15.05 | 48.51 | - |
| YUV | 102.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 186 | 0.67 | 0.42 | 0 | 0.27 | 217.92 | 0.51 | 0.48 |
| Hex | 3D | 6B | BA | 43 | 2A | 0 | 1B | DA | 33 | 30 |
| Octal | 75 | 153 | 272 | 103 | 52 | 0 | 33 | 332 | 63 | 60 |
| Binary | 111101 | 1101011 | 10111010 | 1000011 | 101010 | 0 | 11011 | 11011010 | 110011 | 110000 |
Color Harmonies of #3D6BBA
Complementary color
Monochromatic Colors of #3D6BBA
Black with #3D6BBA
Text Example
Text Example
White with #3D6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BBA; }
p { color: rgb(61,107,186); }
H1.HeaderClassName
{
color: #3D6BBA;
}
.AnyTagClassName
{
color: #3D6BBA;
}
</style>
background-color css
<style>
a { background-color: #3D6BBA; }
a { background-color: rgb(61,107,186); }
div.DivClassName
{
background-color: #3D6BBA;
}
.BgClassName
{
background-color: #3D6BBA;
}
</style>
border-color css
<style>
span { border-color: #3D6BBA; }
span { border-color: rgb(61,107,186); }
td.TdClassName
{
border-color: #3D6BBA;
}
.TagClassName
{
border-color: #3D6BBA;
}
</style>