Shades of Mariner #3967B4
Tints of Mariner #3967B4
RGB
CMYK
RGB Variations
Color information
#3967B4 (or 0x3967B4) is known color: Mariner. HEX triplet: 39, 67 and B4. RGB value is (57,103,180). Sum of RGB (Red+Green+Blue) = 57+103+180=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #3967B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3967B4 is #C6984B. Grayscale: #616161. Windows color (decimal): -13015116 or 11822905. OLE color: 11822905.
HSL color Cylindrical-coordinate representation of color #3967B4: hue angle of 217.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3967B4 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 103 | 180 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.29 |
| HSL | 217.56º | 0.52% | 0.46% | - |
| HSV(B) | 217.56º | 0.68% | 0.71% | - |
| XYZ | 14.78 | 13.87 | 45.08 | - |
| YUV | 98.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 180 | 0.68 | 0.43 | 0 | 0.29 | 217.56 | 0.52 | 0.46 |
| Hex | 39 | 67 | B4 | 44 | 2B | 0 | 1D | DA | 34 | 2E |
| Octal | 71 | 147 | 264 | 104 | 53 | 0 | 35 | 332 | 64 | 56 |
| Binary | 111001 | 1100111 | 10110100 | 1000100 | 101011 | 0 | 11101 | 11011010 | 110100 | 101110 |
Color Harmonies of #3967B4
Complementary color
Monochromatic Colors of #3967B4
Black with #3967B4
Text Example
Text Example
White with #3967B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3967B4; }
p { color: rgb(57,103,180); }
H1.HeaderClassName
{
color: #3967B4;
}
.AnyTagClassName
{
color: #3967B4;
}
</style>
background-color css
<style>
a { background-color: #3967B4; }
a { background-color: rgb(57,103,180); }
div.DivClassName
{
background-color: #3967B4;
}
.BgClassName
{
background-color: #3967B4;
}
</style>
border-color css
<style>
span { border-color: #3967B4; }
span { border-color: rgb(57,103,180); }
td.TdClassName
{
border-color: #3967B4;
}
.TagClassName
{
border-color: #3967B4;
}
</style>