Shades of Viking #3FA9BE
Tints of Viking #3FA9BE
RGB
CMYK
RGB Variations
Color information
#3FA9BE (or 0x3FA9BE) is known color: Viking. HEX triplet: 3F, A9 and BE. RGB value is (63,169,190). Sum of RGB (Red+Green+Blue) = 63+169+190=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FA9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA9BE is #C05641. Grayscale: #8B8B8B. Windows color (decimal): -12604994 or 12495167. OLE color: 12495167.
HSL color Cylindrical-coordinate representation of color #3FA9BE: hue angle of 189.92º 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 #3FA9BE is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 169 | 190 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.25 |
| HSL | 189.92º | 0.5% | 0.5% | - |
| HSV(B) | 189.92º | 0.67% | 0.75% | - |
| XYZ | 25.53 | 33.15 | 53.77 | - |
| YUV | 139.7 | 156.38 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 190 | 0.67 | 0.11 | 0 | 0.25 | 189.92 | 0.5 | 0.5 |
| Hex | 3F | A9 | BE | 43 | B | 0 | 19 | BE | 32 | 32 |
| Octal | 77 | 251 | 276 | 103 | 13 | 0 | 31 | 276 | 62 | 62 |
| Binary | 111111 | 10101001 | 10111110 | 1000011 | 1011 | 0 | 11001 | 10111110 | 110010 | 110010 |
Color Harmonies of #3FA9BE
Complementary color
Monochromatic Colors of #3FA9BE
Black with #3FA9BE
Text Example
Text Example
White with #3FA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA9BE; }
p { color: rgb(63,169,190); }
H1.HeaderClassName
{
color: #3FA9BE;
}
.AnyTagClassName
{
color: #3FA9BE;
}
</style>
background-color css
<style>
a { background-color: #3FA9BE; }
a { background-color: rgb(63,169,190); }
div.DivClassName
{
background-color: #3FA9BE;
}
.BgClassName
{
background-color: #3FA9BE;
}
</style>
border-color css
<style>
span { border-color: #3FA9BE; }
span { border-color: rgb(63,169,190); }
td.TdClassName
{
border-color: #3FA9BE;
}
.TagClassName
{
border-color: #3FA9BE;
}
</style>