Shades of Viking #3FABBE
Tints of Viking #3FABBE
RGB
CMYK
RGB Variations
Color information
#3FABBE (or 0x3FABBE) is known color: Viking. HEX triplet: 3F, AB and BE. RGB value is (63,171,190). Sum of RGB (Red+Green+Blue) = 63+171+190=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABBE is #C05441. Grayscale: #8C8C8C. Windows color (decimal): -12604482 or 12495679. OLE color: 12495679.
HSL color Cylindrical-coordinate representation of color #3FABBE: hue angle of 188.98º 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 #3FABBE is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 171 | 190 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.25 |
| HSL | 188.98º | 0.5% | 0.5% | - |
| HSV(B) | 188.98º | 0.67% | 0.75% | - |
| XYZ | 25.91 | 33.9 | 53.89 | - |
| YUV | 140.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 190 | 0.67 | 0.10 | 0 | 0.25 | 188.98 | 0.5 | 0.5 |
| Hex | 3F | AB | BE | 43 | A | 0 | 19 | BD | 32 | 32 |
| Octal | 77 | 253 | 276 | 103 | 12 | 0 | 31 | 275 | 62 | 62 |
| Binary | 111111 | 10101011 | 10111110 | 1000011 | 1010 | 0 | 11001 | 10111101 | 110010 | 110010 |
Color Harmonies of #3FABBE
Complementary color
Monochromatic Colors of #3FABBE
Black with #3FABBE
Text Example
Text Example
White with #3FABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABBE; }
p { color: rgb(63,171,190); }
H1.HeaderClassName
{
color: #3FABBE;
}
.AnyTagClassName
{
color: #3FABBE;
}
</style>
background-color css
<style>
a { background-color: #3FABBE; }
a { background-color: rgb(63,171,190); }
div.DivClassName
{
background-color: #3FABBE;
}
.BgClassName
{
background-color: #3FABBE;
}
</style>
border-color css
<style>
span { border-color: #3FABBE; }
span { border-color: rgb(63,171,190); }
td.TdClassName
{
border-color: #3FABBE;
}
.TagClassName
{
border-color: #3FABBE;
}
</style>