Shades of Viking #3FACCE
Tints of Viking #3FACCE
RGB
CMYK
RGB Variations
Color information
#3FACCE (or 0x3FACCE) is known color: Viking. HEX triplet: 3F, AC and CE. RGB value is (63,172,206). Sum of RGB (Red+Green+Blue) = 63+172+206=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACCE is #C05331. Grayscale: #8F8F8F. Windows color (decimal): -12604210 or 13544511. OLE color: 13544511.
HSL color Cylindrical-coordinate representation of color #3FACCE: hue angle of 194.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FACCE is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 172 | 206 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.19 |
| HSL | 194.27º | 0.59% | 0.53% | - |
| HSV(B) | 194.27º | 0.69% | 0.81% | - |
| XYZ | 27.94 | 35.02 | 63.68 | - |
| YUV | 143.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 206 | 0.69 | 0.17 | 0 | 0.19 | 194.27 | 0.59 | 0.53 |
| Hex | 3F | AC | CE | 45 | 11 | 0 | 13 | C2 | 3B | 35 |
| Octal | 77 | 254 | 316 | 105 | 21 | 0 | 23 | 302 | 73 | 65 |
| Binary | 111111 | 10101100 | 11001110 | 1000101 | 10001 | 0 | 10011 | 11000010 | 111011 | 110101 |
Color Harmonies of #3FACCE
Complementary color
Monochromatic Colors of #3FACCE
Black with #3FACCE
Text Example
Text Example
White with #3FACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACCE; }
p { color: rgb(63,172,206); }
H1.HeaderClassName
{
color: #3FACCE;
}
.AnyTagClassName
{
color: #3FACCE;
}
</style>
background-color css
<style>
a { background-color: #3FACCE; }
a { background-color: rgb(63,172,206); }
div.DivClassName
{
background-color: #3FACCE;
}
.BgClassName
{
background-color: #3FACCE;
}
</style>
border-color css
<style>
span { border-color: #3FACCE; }
span { border-color: rgb(63,172,206); }
td.TdClassName
{
border-color: #3FACCE;
}
.TagClassName
{
border-color: #3FACCE;
}
</style>