Shades of Viking #3FABCD
Tints of Viking #3FABCD
RGB
CMYK
RGB Variations
Color information
#3FABCD (or 0x3FABCD) is known color: Viking. HEX triplet: 3F, AB and CD. RGB value is (63,171,205). Sum of RGB (Red+Green+Blue) = 63+171+205=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABCD is #C05432. Grayscale: #8E8E8E. Windows color (decimal): -12604467 or 13478719. OLE color: 13478719.
HSL color Cylindrical-coordinate representation of color #3FABCD: hue angle of 194.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FABCD is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 171 | 205 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.20 |
| HSL | 194.37º | 0.59% | 0.53% | - |
| HSV(B) | 194.37º | 0.69% | 0.8% | - |
| XYZ | 27.63 | 34.59 | 62.98 | - |
| YUV | 142.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 205 | 0.69 | 0.17 | 0 | 0.20 | 194.37 | 0.59 | 0.53 |
| Hex | 3F | AB | CD | 45 | 11 | 0 | 14 | C2 | 3B | 35 |
| Octal | 77 | 253 | 315 | 105 | 21 | 0 | 24 | 302 | 73 | 65 |
| Binary | 111111 | 10101011 | 11001101 | 1000101 | 10001 | 0 | 10100 | 11000010 | 111011 | 110101 |
Color Harmonies of #3FABCD
Complementary color
Monochromatic Colors of #3FABCD
Black with #3FABCD
Text Example
Text Example
White with #3FABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABCD; }
p { color: rgb(63,171,205); }
H1.HeaderClassName
{
color: #3FABCD;
}
.AnyTagClassName
{
color: #3FABCD;
}
</style>
background-color css
<style>
a { background-color: #3FABCD; }
a { background-color: rgb(63,171,205); }
div.DivClassName
{
background-color: #3FABCD;
}
.BgClassName
{
background-color: #3FABCD;
}
</style>
border-color css
<style>
span { border-color: #3FABCD; }
span { border-color: rgb(63,171,205); }
td.TdClassName
{
border-color: #3FABCD;
}
.TagClassName
{
border-color: #3FABCD;
}
</style>