Shades of Viking #3FAAAE
Tints of Viking #3FAAAE
RGB
CMYK
RGB Variations
Color information
#3FAAAE (or 0x3FAAAE) is known color: Viking. HEX triplet: 3F, AA and AE. RGB value is (63,170,174). Sum of RGB (Red+Green+Blue) = 63+170+174=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAAE is #C05551. Grayscale: #8A8A8A. Windows color (decimal): -12604754 or 11446847. OLE color: 11446847.
HSL color Cylindrical-coordinate representation of color #3FAAAE: hue angle of 182.16º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAAAE is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 170 | 174 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.32 |
| HSL | 182.16º | 0.47% | 0.46% | - |
| HSV(B) | 182.16º | 0.64% | 0.68% | - |
| XYZ | 24.06 | 32.86 | 45.12 | - |
| YUV | 138.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 174 | 0.64 | 0.02 | 0 | 0.32 | 182.16 | 0.47 | 0.46 |
| Hex | 3F | AA | AE | 40 | 2 | 0 | 20 | B6 | 2F | 2E |
| Octal | 77 | 252 | 256 | 100 | 2 | 0 | 40 | 266 | 57 | 56 |
| Binary | 111111 | 10101010 | 10101110 | 1000000 | 10 | 0 | 100000 | 10110110 | 101111 | 101110 |
Color Harmonies of #3FAAAE
Complementary color
Monochromatic Colors of #3FAAAE
Black with #3FAAAE
Text Example
Text Example
White with #3FAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAAE; }
p { color: rgb(63,170,174); }
H1.HeaderClassName
{
color: #3FAAAE;
}
.AnyTagClassName
{
color: #3FAAAE;
}
</style>
background-color css
<style>
a { background-color: #3FAAAE; }
a { background-color: rgb(63,170,174); }
div.DivClassName
{
background-color: #3FAAAE;
}
.BgClassName
{
background-color: #3FAAAE;
}
</style>
border-color css
<style>
span { border-color: #3FAAAE; }
span { border-color: rgb(63,170,174); }
td.TdClassName
{
border-color: #3FAAAE;
}
.TagClassName
{
border-color: #3FAAAE;
}
</style>