Shades of Viking #3CACC9
Tints of Viking #3CACC9
RGB
CMYK
RGB Variations
Color information
#3CACC9 (or 0x3CACC9) is known color: Viking. HEX triplet: 3C, AC and C9. RGB value is (60,172,201). Sum of RGB (Red+Green+Blue) = 60+172+201=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #3CACC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACC9 is #C35336. Grayscale: #8D8D8D. Windows color (decimal): -12800823 or 13216828. OLE color: 13216828.
HSL color Cylindrical-coordinate representation of color #3CACC9: hue angle of 192.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CACC9 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 172 | 201 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.21 |
| HSL | 192.34º | 0.57% | 0.51% | - |
| HSV(B) | 192.34º | 0.7% | 0.79% | - |
| XYZ | 27.16 | 34.68 | 60.52 | - |
| YUV | 141.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 201 | 0.70 | 0.14 | 0 | 0.21 | 192.34 | 0.57 | 0.51 |
| Hex | 3C | AC | C9 | 46 | E | 0 | 15 | C0 | 39 | 33 |
| Octal | 74 | 254 | 311 | 106 | 16 | 0 | 25 | 300 | 71 | 63 |
| Binary | 111100 | 10101100 | 11001001 | 1000110 | 1110 | 0 | 10101 | 11000000 | 111001 | 110011 |
Color Harmonies of #3CACC9
Complementary color
Monochromatic Colors of #3CACC9
Black with #3CACC9
Text Example
Text Example
White with #3CACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACC9; }
p { color: rgb(60,172,201); }
H1.HeaderClassName
{
color: #3CACC9;
}
.AnyTagClassName
{
color: #3CACC9;
}
</style>
background-color css
<style>
a { background-color: #3CACC9; }
a { background-color: rgb(60,172,201); }
div.DivClassName
{
background-color: #3CACC9;
}
.BgClassName
{
background-color: #3CACC9;
}
</style>
border-color css
<style>
span { border-color: #3CACC9; }
span { border-color: rgb(60,172,201); }
td.TdClassName
{
border-color: #3CACC9;
}
.TagClassName
{
border-color: #3CACC9;
}
</style>