Shades of Viking #3CA3BC
Tints of Viking #3CA3BC
RGB
CMYK
RGB Variations
Color information
#3CA3BC (or 0x3CA3BC) is known color: Viking. HEX triplet: 3C, A3 and BC. RGB value is (60,163,188). Sum of RGB (Red+Green+Blue) = 60+163+188=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CA3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA3BC is #C35C43. Grayscale: #868686. Windows color (decimal): -12803140 or 12362556. OLE color: 12362556.
HSL color Cylindrical-coordinate representation of color #3CA3BC: hue angle of 191.72º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CA3BC is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 163 | 188 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.26 |
| HSL | 191.72º | 0.52% | 0.49% | - |
| HSV(B) | 191.72º | 0.68% | 0.74% | - |
| XYZ | 24.04 | 30.79 | 52.25 | - |
| YUV | 135.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 188 | 0.68 | 0.13 | 0 | 0.26 | 191.72 | 0.52 | 0.49 |
| Hex | 3C | A3 | BC | 44 | D | 0 | 1A | C0 | 34 | 31 |
| Octal | 74 | 243 | 274 | 104 | 15 | 0 | 32 | 300 | 64 | 61 |
| Binary | 111100 | 10100011 | 10111100 | 1000100 | 1101 | 0 | 11010 | 11000000 | 110100 | 110001 |
Color Harmonies of #3CA3BC
Complementary color
Monochromatic Colors of #3CA3BC
Black with #3CA3BC
Text Example
Text Example
White with #3CA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA3BC; }
p { color: rgb(60,163,188); }
H1.HeaderClassName
{
color: #3CA3BC;
}
.AnyTagClassName
{
color: #3CA3BC;
}
</style>
background-color css
<style>
a { background-color: #3CA3BC; }
a { background-color: rgb(60,163,188); }
div.DivClassName
{
background-color: #3CA3BC;
}
.BgClassName
{
background-color: #3CA3BC;
}
</style>
border-color css
<style>
span { border-color: #3CA3BC; }
span { border-color: rgb(60,163,188); }
td.TdClassName
{
border-color: #3CA3BC;
}
.TagClassName
{
border-color: #3CA3BC;
}
</style>