Shades of Mariner #3C62B3
Tints of Mariner #3C62B3
RGB
CMYK
RGB Variations
Color information
#3C62B3 (or 0x3C62B3) is known color: Mariner. HEX triplet: 3C, 62 and B3. RGB value is (60,98,179). Sum of RGB (Red+Green+Blue) = 60+98+179=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C62B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62B3 is #C39D4C. Grayscale: #5F5F5F. Windows color (decimal): -12819789 or 11756092. OLE color: 11756092.
HSL color Cylindrical-coordinate representation of color #3C62B3: hue angle of 220.84º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C62B3 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 98 | 179 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.30 |
| HSL | 220.84º | 0.5% | 0.47% | - |
| HSV(B) | 220.84º | 0.66% | 0.7% | - |
| XYZ | 14.37 | 12.95 | 44.39 | - |
| YUV | 95.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 179 | 0.66 | 0.45 | 0 | 0.30 | 220.84 | 0.5 | 0.47 |
| Hex | 3C | 62 | B3 | 42 | 2D | 0 | 1E | DD | 32 | 2F |
| Octal | 74 | 142 | 263 | 102 | 55 | 0 | 36 | 335 | 62 | 57 |
| Binary | 111100 | 1100010 | 10110011 | 1000010 | 101101 | 0 | 11110 | 11011101 | 110010 | 101111 |
Color Harmonies of #3C62B3
Complementary color
Monochromatic Colors of #3C62B3
Black with #3C62B3
Text Example
Text Example
White with #3C62B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C62B3; }
p { color: rgb(60,98,179); }
H1.HeaderClassName
{
color: #3C62B3;
}
.AnyTagClassName
{
color: #3C62B3;
}
</style>
background-color css
<style>
a { background-color: #3C62B3; }
a { background-color: rgb(60,98,179); }
div.DivClassName
{
background-color: #3C62B3;
}
.BgClassName
{
background-color: #3C62B3;
}
</style>
border-color css
<style>
span { border-color: #3C62B3; }
span { border-color: rgb(60,98,179); }
td.TdClassName
{
border-color: #3C62B3;
}
.TagClassName
{
border-color: #3C62B3;
}
</style>