Shades of Viking #3FA7B1
Tints of Viking #3FA7B1
RGB
CMYK
RGB Variations
Color information
#3FA7B1 (or 0x3FA7B1) is known color: Viking. HEX triplet: 3F, A7 and B1. RGB value is (63,167,177). Sum of RGB (Red+Green+Blue) = 63+167+177=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #3FA7B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA7B1 is #C0584E. Grayscale: #888888. Windows color (decimal): -12605519 or 11642687. OLE color: 11642687.
HSL color Cylindrical-coordinate representation of color #3FA7B1: hue angle of 185.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FA7B1 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 167 | 177 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.31 |
| HSL | 185.26º | 0.48% | 0.47% | - |
| HSV(B) | 185.26º | 0.64% | 0.69% | - |
| XYZ | 23.8 | 31.87 | 46.49 | - |
| YUV | 137.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 177 | 0.64 | 0.06 | 0 | 0.31 | 185.26 | 0.48 | 0.47 |
| Hex | 3F | A7 | B1 | 40 | 6 | 0 | 1F | B9 | 30 | 2F |
| Octal | 77 | 247 | 261 | 100 | 6 | 0 | 37 | 271 | 60 | 57 |
| Binary | 111111 | 10100111 | 10110001 | 1000000 | 110 | 0 | 11111 | 10111001 | 110000 | 101111 |
Color Harmonies of #3FA7B1
Complementary color
Monochromatic Colors of #3FA7B1
Black with #3FA7B1
Text Example
Text Example
White with #3FA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA7B1; }
p { color: rgb(63,167,177); }
H1.HeaderClassName
{
color: #3FA7B1;
}
.AnyTagClassName
{
color: #3FA7B1;
}
</style>
background-color css
<style>
a { background-color: #3FA7B1; }
a { background-color: rgb(63,167,177); }
div.DivClassName
{
background-color: #3FA7B1;
}
.BgClassName
{
background-color: #3FA7B1;
}
</style>
border-color css
<style>
span { border-color: #3FA7B1; }
span { border-color: rgb(63,167,177); }
td.TdClassName
{
border-color: #3FA7B1;
}
.TagClassName
{
border-color: #3FA7B1;
}
</style>