Shades of Mariner #3C5FB3
Tints of Mariner #3C5FB3
RGB
CMYK
RGB Variations
Color information
#3C5FB3 (or 0x3C5FB3) is known color: Mariner. HEX triplet: 3C, 5F and B3. RGB value is (60,95,179). Sum of RGB (Red+Green+Blue) = 60+95+179=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C5FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FB3 is #C3A04C. Grayscale: #5D5D5D. Windows color (decimal): -12820557 or 11755324. OLE color: 11755324.
HSL color Cylindrical-coordinate representation of color #3C5FB3: hue angle of 222.35º 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 #3C5FB3 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 95 | 179 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.30 |
| HSL | 222.35º | 0.5% | 0.47% | - |
| HSV(B) | 222.35º | 0.66% | 0.7% | - |
| XYZ | 14.09 | 12.4 | 44.3 | - |
| YUV | 94.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 179 | 0.66 | 0.47 | 0 | 0.30 | 222.35 | 0.5 | 0.47 |
| Hex | 3C | 5F | B3 | 42 | 2F | 0 | 1E | DE | 32 | 2F |
| Octal | 74 | 137 | 263 | 102 | 57 | 0 | 36 | 336 | 62 | 57 |
| Binary | 111100 | 1011111 | 10110011 | 1000010 | 101111 | 0 | 11110 | 11011110 | 110010 | 101111 |
Color Harmonies of #3C5FB3
Complementary color
Monochromatic Colors of #3C5FB3
Black with #3C5FB3
Text Example
Text Example
White with #3C5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FB3; }
p { color: rgb(60,95,179); }
H1.HeaderClassName
{
color: #3C5FB3;
}
.AnyTagClassName
{
color: #3C5FB3;
}
</style>
background-color css
<style>
a { background-color: #3C5FB3; }
a { background-color: rgb(60,95,179); }
div.DivClassName
{
background-color: #3C5FB3;
}
.BgClassName
{
background-color: #3C5FB3;
}
</style>
border-color css
<style>
span { border-color: #3C5FB3; }
span { border-color: rgb(60,95,179); }
td.TdClassName
{
border-color: #3C5FB3;
}
.TagClassName
{
border-color: #3C5FB3;
}
</style>