Shades of Viking #3FAACC
Tints of Viking #3FAACC
RGB
CMYK
RGB Variations
Color information
#3FAACC (or 0x3FAACC) is known color: Viking. HEX triplet: 3F, AA and CC. RGB value is (63,170,204). Sum of RGB (Red+Green+Blue) = 63+170+204=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 170 (66.80% from 255 or 38.90% 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 #3FAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAACC is #C05533. Grayscale: #8D8D8D. Windows color (decimal): -12604724 or 13412927. OLE color: 13412927.
HSL color Cylindrical-coordinate representation of color #3FAACC: hue angle of 194.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAACC is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 170 | 204 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.2 |
| HSL | 194.47º | 0.58% | 0.52% | - |
| HSV(B) | 194.47º | 0.69% | 0.8% | - |
| XYZ | 27.32 | 34.17 | 62.28 | - |
| YUV | 141.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 204 | 0.69 | 0.17 | 0 | 0.2 | 194.47 | 0.58 | 0.52 |
| Hex | 3F | AA | CC | 45 | 11 | 0 | 14 | C2 | 3A | 34 |
| Octal | 77 | 252 | 314 | 105 | 21 | 0 | 24 | 302 | 72 | 64 |
| Binary | 111111 | 10101010 | 11001100 | 1000101 | 10001 | 0 | 10100 | 11000010 | 111010 | 110100 |
Color Harmonies of #3FAACC
Complementary color
Monochromatic Colors of #3FAACC
Black with #3FAACC
Text Example
Text Example
White with #3FAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAACC; }
p { color: rgb(63,170,204); }
H1.HeaderClassName
{
color: #3FAACC;
}
.AnyTagClassName
{
color: #3FAACC;
}
</style>
background-color css
<style>
a { background-color: #3FAACC; }
a { background-color: rgb(63,170,204); }
div.DivClassName
{
background-color: #3FAACC;
}
.BgClassName
{
background-color: #3FAACC;
}
</style>
border-color css
<style>
span { border-color: #3FAACC; }
span { border-color: rgb(63,170,204); }
td.TdClassName
{
border-color: #3FAACC;
}
.TagClassName
{
border-color: #3FAACC;
}
</style>