Shades of Mariner #3C62B4
Tints of Mariner #3C62B4
RGB
CMYK
RGB Variations
Color information
#3C62B4 (or 0x3C62B4) is known color: Mariner. HEX triplet: 3C, 62 and B4. RGB value is (60,98,180). Sum of RGB (Red+Green+Blue) = 60+98+180=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C62B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62B4 is #C39D4B. Grayscale: #5F5F5F. Windows color (decimal): -12819788 or 11821628. OLE color: 11821628.
HSL color Cylindrical-coordinate representation of color #3C62B4: hue angle of 221º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C62B4 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 98 | 180 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.29 |
| HSL | 221º | 0.5% | 0.47% | - |
| HSV(B) | 221º | 0.67% | 0.71% | - |
| XYZ | 14.47 | 12.99 | 44.92 | - |
| YUV | 95.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 180 | 0.67 | 0.46 | 0 | 0.29 | 221 | 0.5 | 0.47 |
| Hex | 3C | 62 | B4 | 43 | 2E | 0 | 1D | DD | 32 | 2F |
| Octal | 74 | 142 | 264 | 103 | 56 | 0 | 35 | 335 | 62 | 57 |
| Binary | 111100 | 1100010 | 10110100 | 1000011 | 101110 | 0 | 11101 | 11011101 | 110010 | 101111 |
Color Harmonies of #3C62B4
Complementary color
Monochromatic Colors of #3C62B4
Black with #3C62B4
Text Example
Text Example
White with #3C62B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C62B4; }
p { color: rgb(60,98,180); }
H1.HeaderClassName
{
color: #3C62B4;
}
.AnyTagClassName
{
color: #3C62B4;
}
</style>
background-color css
<style>
a { background-color: #3C62B4; }
a { background-color: rgb(60,98,180); }
div.DivClassName
{
background-color: #3C62B4;
}
.BgClassName
{
background-color: #3C62B4;
}
</style>
border-color css
<style>
span { border-color: #3C62B4; }
span { border-color: rgb(60,98,180); }
td.TdClassName
{
border-color: #3C62B4;
}
.TagClassName
{
border-color: #3C62B4;
}
</style>