Shades of Viking #3FA9B5
Tints of Viking #3FA9B5
RGB
CMYK
RGB Variations
Color information
#3FA9B5 (or 0x3FA9B5) is known color: Viking. HEX triplet: 3F, A9 and B5. RGB value is (63,169,181). Sum of RGB (Red+Green+Blue) = 63+169+181=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #3FA9B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA9B5 is #C0564A. Grayscale: #8A8A8A. Windows color (decimal): -12605003 or 11905343. OLE color: 11905343.
HSL color Cylindrical-coordinate representation of color #3FA9B5: hue angle of 186.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA9B5 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 169 | 181 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.29 |
| HSL | 186.1º | 0.48% | 0.48% | - |
| HSV(B) | 186.1º | 0.65% | 0.71% | - |
| XYZ | 24.58 | 32.77 | 48.75 | - |
| YUV | 138.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 181 | 0.65 | 0.07 | 0 | 0.29 | 186.1 | 0.48 | 0.48 |
| Hex | 3F | A9 | B5 | 41 | 7 | 0 | 1D | BA | 30 | 30 |
| Octal | 77 | 251 | 265 | 101 | 7 | 0 | 35 | 272 | 60 | 60 |
| Binary | 111111 | 10101001 | 10110101 | 1000001 | 111 | 0 | 11101 | 10111010 | 110000 | 110000 |
Color Harmonies of #3FA9B5
Complementary color
Monochromatic Colors of #3FA9B5
Black with #3FA9B5
Text Example
Text Example
White with #3FA9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA9B5; }
p { color: rgb(63,169,181); }
H1.HeaderClassName
{
color: #3FA9B5;
}
.AnyTagClassName
{
color: #3FA9B5;
}
</style>
background-color css
<style>
a { background-color: #3FA9B5; }
a { background-color: rgb(63,169,181); }
div.DivClassName
{
background-color: #3FA9B5;
}
.BgClassName
{
background-color: #3FA9B5;
}
</style>
border-color css
<style>
span { border-color: #3FA9B5; }
span { border-color: rgb(63,169,181); }
td.TdClassName
{
border-color: #3FA9B5;
}
.TagClassName
{
border-color: #3FA9B5;
}
</style>