Shades of Viking #3FB1BF
Tints of Viking #3FB1BF
RGB
CMYK
RGB Variations
Color information
#3FB1BF (or 0x3FB1BF) is known color: Viking. HEX triplet: 3F, B1 and BF. RGB value is (63,177,191). Sum of RGB (Red+Green+Blue) = 63+177+191=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FB1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB1BF is #C04E40. Grayscale: #909090. Windows color (decimal): -12602945 or 12562751. OLE color: 12562751.
HSL color Cylindrical-coordinate representation of color #3FB1BF: hue angle of 186.56º 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 #3FB1BF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 177 | 191 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.25 |
| HSL | 186.56º | 0.5% | 0.5% | - |
| HSV(B) | 186.56º | 0.67% | 0.75% | - |
| XYZ | 27.18 | 36.26 | 54.86 | - |
| YUV | 144.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 191 | 0.67 | 0.07 | 0 | 0.25 | 186.56 | 0.5 | 0.5 |
| Hex | 3F | B1 | BF | 43 | 7 | 0 | 19 | BB | 32 | 32 |
| Octal | 77 | 261 | 277 | 103 | 7 | 0 | 31 | 273 | 62 | 62 |
| Binary | 111111 | 10110001 | 10111111 | 1000011 | 111 | 0 | 11001 | 10111011 | 110010 | 110010 |
Color Harmonies of #3FB1BF
Complementary color
Monochromatic Colors of #3FB1BF
Black with #3FB1BF
Text Example
Text Example
White with #3FB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB1BF; }
p { color: rgb(63,177,191); }
H1.HeaderClassName
{
color: #3FB1BF;
}
.AnyTagClassName
{
color: #3FB1BF;
}
</style>
background-color css
<style>
a { background-color: #3FB1BF; }
a { background-color: rgb(63,177,191); }
div.DivClassName
{
background-color: #3FB1BF;
}
.BgClassName
{
background-color: #3FB1BF;
}
</style>
border-color css
<style>
span { border-color: #3FB1BF; }
span { border-color: rgb(63,177,191); }
td.TdClassName
{
border-color: #3FB1BF;
}
.TagClassName
{
border-color: #3FB1BF;
}
</style>