Shades of Viking #3FA1BF
Tints of Viking #3FA1BF
RGB
CMYK
RGB Variations
Color information
#3FA1BF (or 0x3FA1BF) is known color: Viking. HEX triplet: 3F, A1 and BF. RGB value is (63,161,191). Sum of RGB (Red+Green+Blue) = 63+161+191=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FA1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA1BF is #C05E40. Grayscale: #868686. Windows color (decimal): -12607041 or 12558655. OLE color: 12558655.
HSL color Cylindrical-coordinate representation of color #3FA1BF: hue angle of 194.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FA1BF is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 161 | 191 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.25 |
| HSL | 194.06º | 0.5% | 0.5% | - |
| HSV(B) | 194.06º | 0.67% | 0.75% | - |
| XYZ | 24.2 | 30.31 | 53.86 | - |
| YUV | 135.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 191 | 0.67 | 0.16 | 0 | 0.25 | 194.06 | 0.5 | 0.5 |
| Hex | 3F | A1 | BF | 43 | 10 | 0 | 19 | C2 | 32 | 32 |
| Octal | 77 | 241 | 277 | 103 | 20 | 0 | 31 | 302 | 62 | 62 |
| Binary | 111111 | 10100001 | 10111111 | 1000011 | 10000 | 0 | 11001 | 11000010 | 110010 | 110010 |
Color Harmonies of #3FA1BF
Complementary color
Monochromatic Colors of #3FA1BF
Black with #3FA1BF
Text Example
Text Example
White with #3FA1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA1BF; }
p { color: rgb(63,161,191); }
H1.HeaderClassName
{
color: #3FA1BF;
}
.AnyTagClassName
{
color: #3FA1BF;
}
</style>
background-color css
<style>
a { background-color: #3FA1BF; }
a { background-color: rgb(63,161,191); }
div.DivClassName
{
background-color: #3FA1BF;
}
.BgClassName
{
background-color: #3FA1BF;
}
</style>
border-color css
<style>
span { border-color: #3FA1BF; }
span { border-color: rgb(63,161,191); }
td.TdClassName
{
border-color: #3FA1BF;
}
.TagClassName
{
border-color: #3FA1BF;
}
</style>