Shades of Viking #3FADB7
Tints of Viking #3FADB7
RGB
CMYK
RGB Variations
Color information
#3FADB7 (or 0x3FADB7) is known color: Viking. HEX triplet: 3F, AD and B7. RGB value is (63,173,183). Sum of RGB (Red+Green+Blue) = 63+173+183=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #3FADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADB7 is #C05248. Grayscale: #8D8D8D. Windows color (decimal): -12603977 or 12037439. OLE color: 12037439.
HSL color Cylindrical-coordinate representation of color #3FADB7: hue angle of 185º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FADB7 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 173 | 183 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.28 |
| HSL | 185º | 0.49% | 0.48% | - |
| HSV(B) | 185º | 0.66% | 0.72% | - |
| XYZ | 25.54 | 34.36 | 50.09 | - |
| YUV | 141.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 183 | 0.66 | 0.05 | 0 | 0.28 | 185 | 0.49 | 0.48 |
| Hex | 3F | AD | B7 | 42 | 5 | 0 | 1C | B9 | 31 | 30 |
| Octal | 77 | 255 | 267 | 102 | 5 | 0 | 34 | 271 | 61 | 60 |
| Binary | 111111 | 10101101 | 10110111 | 1000010 | 101 | 0 | 11100 | 10111001 | 110001 | 110000 |
Color Harmonies of #3FADB7
Complementary color
Monochromatic Colors of #3FADB7
Black with #3FADB7
Text Example
Text Example
White with #3FADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADB7; }
p { color: rgb(63,173,183); }
H1.HeaderClassName
{
color: #3FADB7;
}
.AnyTagClassName
{
color: #3FADB7;
}
</style>
background-color css
<style>
a { background-color: #3FADB7; }
a { background-color: rgb(63,173,183); }
div.DivClassName
{
background-color: #3FADB7;
}
.BgClassName
{
background-color: #3FADB7;
}
</style>
border-color css
<style>
span { border-color: #3FADB7; }
span { border-color: rgb(63,173,183); }
td.TdClassName
{
border-color: #3FADB7;
}
.TagClassName
{
border-color: #3FADB7;
}
</style>