Shades of Viking #3FAAC0
Tints of Viking #3FAAC0
RGB
CMYK
RGB Variations
Color information
#3FAAC0 (or 0x3FAAC0) is known color: Viking. HEX triplet: 3F, AA and C0. RGB value is (63,170,192). Sum of RGB (Red+Green+Blue) = 63+170+192=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #3FAAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAAC0 is #C0553F. Grayscale: #8C8C8C. Windows color (decimal): -12604736 or 12626495. OLE color: 12626495.
HSL color Cylindrical-coordinate representation of color #3FAAC0: hue angle of 190.23º degrees, saturation: 0.51, 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 #3FAAC0 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 170 | 192 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.25 |
| HSL | 190.23º | 0.51% | 0.5% | - |
| HSV(B) | 190.23º | 0.67% | 0.75% | - |
| XYZ | 25.94 | 33.61 | 54.99 | - |
| YUV | 140.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 192 | 0.67 | 0.11 | 0 | 0.25 | 190.23 | 0.51 | 0.5 |
| Hex | 3F | AA | C0 | 43 | B | 0 | 19 | BE | 33 | 32 |
| Octal | 77 | 252 | 300 | 103 | 13 | 0 | 31 | 276 | 63 | 62 |
| Binary | 111111 | 10101010 | 11000000 | 1000011 | 1011 | 0 | 11001 | 10111110 | 110011 | 110010 |
Color Harmonies of #3FAAC0
Complementary color
Monochromatic Colors of #3FAAC0
Black with #3FAAC0
Text Example
Text Example
White with #3FAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAC0; }
p { color: rgb(63,170,192); }
H1.HeaderClassName
{
color: #3FAAC0;
}
.AnyTagClassName
{
color: #3FAAC0;
}
</style>
background-color css
<style>
a { background-color: #3FAAC0; }
a { background-color: rgb(63,170,192); }
div.DivClassName
{
background-color: #3FAAC0;
}
.BgClassName
{
background-color: #3FAAC0;
}
</style>
border-color css
<style>
span { border-color: #3FAAC0; }
span { border-color: rgb(63,170,192); }
td.TdClassName
{
border-color: #3FAAC0;
}
.TagClassName
{
border-color: #3FAAC0;
}
</style>