Shades of Viking #3FAAC8
Tints of Viking #3FAAC8
RGB
CMYK
RGB Variations
Color information
#3FAAC8 (or 0x3FAAC8) is known color: Viking. HEX triplet: 3F, AA and C8. RGB value is (63,170,200). Sum of RGB (Red+Green+Blue) = 63+170+200=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #3FAAC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAAC8 is #C05537. Grayscale: #8D8D8D. Windows color (decimal): -12604728 or 13150783. OLE color: 13150783.
HSL color Cylindrical-coordinate representation of color #3FAAC8: hue angle of 193.14º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAAC8 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 170 | 200 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.22 |
| HSL | 193.14º | 0.55% | 0.52% | - |
| HSV(B) | 193.14º | 0.69% | 0.78% | - |
| XYZ | 26.85 | 33.98 | 59.79 | - |
| YUV | 141.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 200 | 0.68 | 0.15 | 0 | 0.22 | 193.14 | 0.55 | 0.52 |
| Hex | 3F | AA | C8 | 44 | F | 0 | 16 | C1 | 37 | 34 |
| Octal | 77 | 252 | 310 | 104 | 17 | 0 | 26 | 301 | 67 | 64 |
| Binary | 111111 | 10101010 | 11001000 | 1000100 | 1111 | 0 | 10110 | 11000001 | 110111 | 110100 |
Color Harmonies of #3FAAC8
Complementary color
Monochromatic Colors of #3FAAC8
Black with #3FAAC8
Text Example
Text Example
White with #3FAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAC8; }
p { color: rgb(63,170,200); }
H1.HeaderClassName
{
color: #3FAAC8;
}
.AnyTagClassName
{
color: #3FAAC8;
}
</style>
background-color css
<style>
a { background-color: #3FAAC8; }
a { background-color: rgb(63,170,200); }
div.DivClassName
{
background-color: #3FAAC8;
}
.BgClassName
{
background-color: #3FAAC8;
}
</style>
border-color css
<style>
span { border-color: #3FAAC8; }
span { border-color: rgb(63,170,200); }
td.TdClassName
{
border-color: #3FAAC8;
}
.TagClassName
{
border-color: #3FAAC8;
}
</style>