Shades of Viking #3FA5BE
Tints of Viking #3FA5BE
RGB
CMYK
RGB Variations
Color information
#3FA5BE (or 0x3FA5BE) is known color: Viking. HEX triplet: 3F, A5 and BE. RGB value is (63,165,190). Sum of RGB (Red+Green+Blue) = 63+165+190=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FA5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5BE is #C05A41. Grayscale: #898989. Windows color (decimal): -12606018 or 12494143. OLE color: 12494143.
HSL color Cylindrical-coordinate representation of color #3FA5BE: hue angle of 191.81º 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 #3FA5BE is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 165 | 190 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.25 |
| HSL | 191.81º | 0.5% | 0.5% | - |
| HSV(B) | 191.81º | 0.67% | 0.75% | - |
| XYZ | 24.8 | 31.68 | 53.52 | - |
| YUV | 137.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 190 | 0.67 | 0.13 | 0 | 0.25 | 191.81 | 0.5 | 0.5 |
| Hex | 3F | A5 | BE | 43 | D | 0 | 19 | C0 | 32 | 32 |
| Octal | 77 | 245 | 276 | 103 | 15 | 0 | 31 | 300 | 62 | 62 |
| Binary | 111111 | 10100101 | 10111110 | 1000011 | 1101 | 0 | 11001 | 11000000 | 110010 | 110010 |
Color Harmonies of #3FA5BE
Complementary color
Monochromatic Colors of #3FA5BE
Black with #3FA5BE
Text Example
Text Example
White with #3FA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA5BE; }
p { color: rgb(63,165,190); }
H1.HeaderClassName
{
color: #3FA5BE;
}
.AnyTagClassName
{
color: #3FA5BE;
}
</style>
background-color css
<style>
a { background-color: #3FA5BE; }
a { background-color: rgb(63,165,190); }
div.DivClassName
{
background-color: #3FA5BE;
}
.BgClassName
{
background-color: #3FA5BE;
}
</style>
border-color css
<style>
span { border-color: #3FA5BE; }
span { border-color: rgb(63,165,190); }
td.TdClassName
{
border-color: #3FA5BE;
}
.TagClassName
{
border-color: #3FA5BE;
}
</style>