Shades of Viking #3FB0CF
Tints of Viking #3FB0CF
RGB
CMYK
RGB Variations
Color information
#3FB0CF (or 0x3FB0CF) is known color: Viking. HEX triplet: 3F, B0 and CF. RGB value is (63,176,207). Sum of RGB (Red+Green+Blue) = 63+176+207=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB0CF is #C04F30. Grayscale: #919191. Windows color (decimal): -12603185 or 13611071. OLE color: 13611071.
HSL color Cylindrical-coordinate representation of color #3FB0CF: hue angle of 192.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB0CF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 176 | 207 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.19 |
| HSL | 192.92º | 0.6% | 0.53% | - |
| HSV(B) | 192.92º | 0.7% | 0.81% | - |
| XYZ | 28.84 | 36.61 | 64.58 | - |
| YUV | 145.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 207 | 0.70 | 0.15 | 0 | 0.19 | 192.92 | 0.6 | 0.53 |
| Hex | 3F | B0 | CF | 46 | F | 0 | 13 | C1 | 3C | 35 |
| Octal | 77 | 260 | 317 | 106 | 17 | 0 | 23 | 301 | 74 | 65 |
| Binary | 111111 | 10110000 | 11001111 | 1000110 | 1111 | 0 | 10011 | 11000001 | 111100 | 110101 |
Color Harmonies of #3FB0CF
Complementary color
Monochromatic Colors of #3FB0CF
Black with #3FB0CF
Text Example
Text Example
White with #3FB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB0CF; }
p { color: rgb(63,176,207); }
H1.HeaderClassName
{
color: #3FB0CF;
}
.AnyTagClassName
{
color: #3FB0CF;
}
</style>
background-color css
<style>
a { background-color: #3FB0CF; }
a { background-color: rgb(63,176,207); }
div.DivClassName
{
background-color: #3FB0CF;
}
.BgClassName
{
background-color: #3FB0CF;
}
</style>
border-color css
<style>
span { border-color: #3FB0CF; }
span { border-color: rgb(63,176,207); }
td.TdClassName
{
border-color: #3FB0CF;
}
.TagClassName
{
border-color: #3FB0CF;
}
</style>