Shades of Viking #3CAACC
Tints of Viking #3CAACC
RGB
CMYK
RGB Variations
Color information
#3CAACC (or 0x3CAACC) is known color: Viking. HEX triplet: 3C, AA and CC. RGB value is (60,170,204). Sum of RGB (Red+Green+Blue) = 60+170+204=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAACC is #C35533. Grayscale: #8C8C8C. Windows color (decimal): -12801332 or 13412924. OLE color: 13412924.
HSL color Cylindrical-coordinate representation of color #3CAACC: hue angle of 194.17º 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 #3CAACC is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 170 | 204 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.2 |
| HSL | 194.17º | 0.59% | 0.52% | - |
| HSV(B) | 194.17º | 0.71% | 0.8% | - |
| XYZ | 27.14 | 34.07 | 62.27 | - |
| YUV | 140.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 204 | 0.71 | 0.17 | 0 | 0.2 | 194.17 | 0.59 | 0.52 |
| Hex | 3C | AA | CC | 47 | 11 | 0 | 14 | C2 | 3B | 34 |
| Octal | 74 | 252 | 314 | 107 | 21 | 0 | 24 | 302 | 73 | 64 |
| Binary | 111100 | 10101010 | 11001100 | 1000111 | 10001 | 0 | 10100 | 11000010 | 111011 | 110100 |
Color Harmonies of #3CAACC
Complementary color
Monochromatic Colors of #3CAACC
Black with #3CAACC
Text Example
Text Example
White with #3CAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAACC; }
p { color: rgb(60,170,204); }
H1.HeaderClassName
{
color: #3CAACC;
}
.AnyTagClassName
{
color: #3CAACC;
}
</style>
background-color css
<style>
a { background-color: #3CAACC; }
a { background-color: rgb(60,170,204); }
div.DivClassName
{
background-color: #3CAACC;
}
.BgClassName
{
background-color: #3CAACC;
}
</style>
border-color css
<style>
span { border-color: #3CAACC; }
span { border-color: rgb(60,170,204); }
td.TdClassName
{
border-color: #3CAACC;
}
.TagClassName
{
border-color: #3CAACC;
}
</style>