Shades of Viking #3CADCC
Tints of Viking #3CADCC
RGB
CMYK
RGB Variations
Color information
#3CADCC (or 0x3CADCC) is known color: Viking. HEX triplet: 3C, AD and CC. RGB value is (60,173,204). Sum of RGB (Red+Green+Blue) = 60+173+204=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADCC is #C35233. Grayscale: #8E8E8E. Windows color (decimal): -12800564 or 13413692. OLE color: 13413692.
HSL color Cylindrical-coordinate representation of color #3CADCC: hue angle of 192.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CADCC is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 173 | 204 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.2 |
| HSL | 192.92º | 0.59% | 0.52% | - |
| HSV(B) | 192.92º | 0.71% | 0.8% | - |
| XYZ | 27.71 | 35.21 | 62.46 | - |
| YUV | 142.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 204 | 0.71 | 0.15 | 0 | 0.2 | 192.92 | 0.59 | 0.52 |
| Hex | 3C | AD | CC | 47 | F | 0 | 14 | C1 | 3B | 34 |
| Octal | 74 | 255 | 314 | 107 | 17 | 0 | 24 | 301 | 73 | 64 |
| Binary | 111100 | 10101101 | 11001100 | 1000111 | 1111 | 0 | 10100 | 11000001 | 111011 | 110100 |
Color Harmonies of #3CADCC
Complementary color
Monochromatic Colors of #3CADCC
Black with #3CADCC
Text Example
Text Example
White with #3CADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADCC; }
p { color: rgb(60,173,204); }
H1.HeaderClassName
{
color: #3CADCC;
}
.AnyTagClassName
{
color: #3CADCC;
}
</style>
background-color css
<style>
a { background-color: #3CADCC; }
a { background-color: rgb(60,173,204); }
div.DivClassName
{
background-color: #3CADCC;
}
.BgClassName
{
background-color: #3CADCC;
}
</style>
border-color css
<style>
span { border-color: #3CADCC; }
span { border-color: rgb(60,173,204); }
td.TdClassName
{
border-color: #3CADCC;
}
.TagClassName
{
border-color: #3CADCC;
}
</style>