Shades of Viking #3FACC5
Tints of Viking #3FACC5
RGB
CMYK
RGB Variations
Color information
#3FACC5 (or 0x3FACC5) is known color: Viking. HEX triplet: 3F, AC and C5. RGB value is (63,172,197). Sum of RGB (Red+Green+Blue) = 63+172+197=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #3FACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACC5 is #C0533A. Grayscale: #8E8E8E. Windows color (decimal): -12604219 or 12954687. OLE color: 12954687.
HSL color Cylindrical-coordinate representation of color #3FACC5: hue angle of 191.19º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FACC5 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 172 | 197 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.23 |
| HSL | 191.19º | 0.54% | 0.51% | - |
| HSV(B) | 191.19º | 0.68% | 0.77% | - |
| XYZ | 26.88 | 34.59 | 58.08 | - |
| YUV | 142.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 197 | 0.68 | 0.13 | 0 | 0.23 | 191.19 | 0.54 | 0.51 |
| Hex | 3F | AC | C5 | 44 | D | 0 | 17 | BF | 36 | 33 |
| Octal | 77 | 254 | 305 | 104 | 15 | 0 | 27 | 277 | 66 | 63 |
| Binary | 111111 | 10101100 | 11000101 | 1000100 | 1101 | 0 | 10111 | 10111111 | 110110 | 110011 |
Color Harmonies of #3FACC5
Complementary color
Monochromatic Colors of #3FACC5
Black with #3FACC5
Text Example
Text Example
White with #3FACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACC5; }
p { color: rgb(63,172,197); }
H1.HeaderClassName
{
color: #3FACC5;
}
.AnyTagClassName
{
color: #3FACC5;
}
</style>
background-color css
<style>
a { background-color: #3FACC5; }
a { background-color: rgb(63,172,197); }
div.DivClassName
{
background-color: #3FACC5;
}
.BgClassName
{
background-color: #3FACC5;
}
</style>
border-color css
<style>
span { border-color: #3FACC5; }
span { border-color: rgb(63,172,197); }
td.TdClassName
{
border-color: #3FACC5;
}
.TagClassName
{
border-color: #3FACC5;
}
</style>