Shades of Viking #3FAABE
Tints of Viking #3FAABE
RGB
CMYK
RGB Variations
Color information
#3FAABE (or 0x3FAABE) is known color: Viking. HEX triplet: 3F, AA and BE. RGB value is (63,170,190). Sum of RGB (Red+Green+Blue) = 63+170+190=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FAABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAABE is #C05541. Grayscale: #8C8C8C. Windows color (decimal): -12604738 or 12495423. OLE color: 12495423.
HSL color Cylindrical-coordinate representation of color #3FAABE: hue angle of 189.45º 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 #3FAABE is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 170 | 190 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.25 |
| HSL | 189.45º | 0.5% | 0.5% | - |
| HSV(B) | 189.45º | 0.67% | 0.75% | - |
| XYZ | 25.72 | 33.52 | 53.83 | - |
| YUV | 140.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 190 | 0.67 | 0.11 | 0 | 0.25 | 189.45 | 0.5 | 0.5 |
| Hex | 3F | AA | BE | 43 | B | 0 | 19 | BD | 32 | 32 |
| Octal | 77 | 252 | 276 | 103 | 13 | 0 | 31 | 275 | 62 | 62 |
| Binary | 111111 | 10101010 | 10111110 | 1000011 | 1011 | 0 | 11001 | 10111101 | 110010 | 110010 |
Color Harmonies of #3FAABE
Complementary color
Monochromatic Colors of #3FAABE
Black with #3FAABE
Text Example
Text Example
White with #3FAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAABE; }
p { color: rgb(63,170,190); }
H1.HeaderClassName
{
color: #3FAABE;
}
.AnyTagClassName
{
color: #3FAABE;
}
</style>
background-color css
<style>
a { background-color: #3FAABE; }
a { background-color: rgb(63,170,190); }
div.DivClassName
{
background-color: #3FAABE;
}
.BgClassName
{
background-color: #3FAABE;
}
</style>
border-color css
<style>
span { border-color: #3FAABE; }
span { border-color: rgb(63,170,190); }
td.TdClassName
{
border-color: #3FAABE;
}
.TagClassName
{
border-color: #3FAABE;
}
</style>