Shades of Viking #3CACC6
Tints of Viking #3CACC6
RGB
CMYK
RGB Variations
Color information
#3CACC6 (or 0x3CACC6) is known color: Viking. HEX triplet: 3C, AC and C6. RGB value is (60,172,198). Sum of RGB (Red+Green+Blue) = 60+172+198=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #3CACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACC6 is #C35339. Grayscale: #8D8D8D. Windows color (decimal): -12800826 or 13020220. OLE color: 13020220.
HSL color Cylindrical-coordinate representation of color #3CACC6: hue angle of 191.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CACC6 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 172 | 198 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.22 |
| HSL | 191.3º | 0.55% | 0.51% | - |
| HSV(B) | 191.3º | 0.7% | 0.78% | - |
| XYZ | 26.81 | 34.54 | 58.68 | - |
| YUV | 141.48 | 159.89 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 198 | 0.70 | 0.13 | 0 | 0.22 | 191.3 | 0.55 | 0.51 |
| Hex | 3C | AC | C6 | 46 | D | 0 | 16 | BF | 37 | 33 |
| Octal | 74 | 254 | 306 | 106 | 15 | 0 | 26 | 277 | 67 | 63 |
| Binary | 111100 | 10101100 | 11000110 | 1000110 | 1101 | 0 | 10110 | 10111111 | 110111 | 110011 |
Color Harmonies of #3CACC6
Complementary color
Monochromatic Colors of #3CACC6
Black with #3CACC6
Text Example
Text Example
White with #3CACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACC6; }
p { color: rgb(60,172,198); }
H1.HeaderClassName
{
color: #3CACC6;
}
.AnyTagClassName
{
color: #3CACC6;
}
</style>
background-color css
<style>
a { background-color: #3CACC6; }
a { background-color: rgb(60,172,198); }
div.DivClassName
{
background-color: #3CACC6;
}
.BgClassName
{
background-color: #3CACC6;
}
</style>
border-color css
<style>
span { border-color: #3CACC6; }
span { border-color: rgb(60,172,198); }
td.TdClassName
{
border-color: #3CACC6;
}
.TagClassName
{
border-color: #3CACC6;
}
</style>