Shades of Mariner #3C63B3
Tints of Mariner #3C63B3
RGB
CMYK
RGB Variations
Color information
#3C63B3 (or 0x3C63B3) is known color: Mariner. HEX triplet: 3C, 63 and B3. RGB value is (60,99,179). Sum of RGB (Red+Green+Blue) = 60+99+179=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C63B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C63B3 is #C39C4C. Grayscale: #606060. Windows color (decimal): -12819533 or 11756348. OLE color: 11756348.
HSL color Cylindrical-coordinate representation of color #3C63B3: hue angle of 220.34º 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 #3C63B3 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 99 | 179 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.30 |
| HSL | 220.34º | 0.5% | 0.47% | - |
| HSV(B) | 220.34º | 0.66% | 0.7% | - |
| XYZ | 14.46 | 13.14 | 44.42 | - |
| YUV | 96.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 179 | 0.66 | 0.45 | 0 | 0.30 | 220.34 | 0.5 | 0.47 |
| Hex | 3C | 63 | B3 | 42 | 2D | 0 | 1E | DC | 32 | 2F |
| Octal | 74 | 143 | 263 | 102 | 55 | 0 | 36 | 334 | 62 | 57 |
| Binary | 111100 | 1100011 | 10110011 | 1000010 | 101101 | 0 | 11110 | 11011100 | 110010 | 101111 |
Color Harmonies of #3C63B3
Complementary color
Monochromatic Colors of #3C63B3
Black with #3C63B3
Text Example
Text Example
White with #3C63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C63B3; }
p { color: rgb(60,99,179); }
H1.HeaderClassName
{
color: #3C63B3;
}
.AnyTagClassName
{
color: #3C63B3;
}
</style>
background-color css
<style>
a { background-color: #3C63B3; }
a { background-color: rgb(60,99,179); }
div.DivClassName
{
background-color: #3C63B3;
}
.BgClassName
{
background-color: #3C63B3;
}
</style>
border-color css
<style>
span { border-color: #3C63B3; }
span { border-color: rgb(60,99,179); }
td.TdClassName
{
border-color: #3C63B3;
}
.TagClassName
{
border-color: #3C63B3;
}
</style>