Shades of Viking #3FAFCE
Tints of Viking #3FAFCE
RGB
CMYK
RGB Variations
Color information
#3FAFCE (or 0x3FAFCE) is known color: Viking. HEX triplet: 3F, AF and CE. RGB value is (63,175,206). Sum of RGB (Red+Green+Blue) = 63+175+206=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FAFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFCE is #C05031. Grayscale: #909090. Windows color (decimal): -12603442 or 13545279. OLE color: 13545279.
HSL color Cylindrical-coordinate representation of color #3FAFCE: hue angle of 193.01º 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 #3FAFCE is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 175 | 206 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.19 |
| HSL | 193.01º | 0.59% | 0.53% | - |
| HSV(B) | 193.01º | 0.69% | 0.81% | - |
| XYZ | 28.52 | 36.17 | 63.87 | - |
| YUV | 145.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 206 | 0.69 | 0.15 | 0 | 0.19 | 193.01 | 0.59 | 0.53 |
| Hex | 3F | AF | CE | 45 | F | 0 | 13 | C1 | 3B | 35 |
| Octal | 77 | 257 | 316 | 105 | 17 | 0 | 23 | 301 | 73 | 65 |
| Binary | 111111 | 10101111 | 11001110 | 1000101 | 1111 | 0 | 10011 | 11000001 | 111011 | 110101 |
Color Harmonies of #3FAFCE
Complementary color
Monochromatic Colors of #3FAFCE
Black with #3FAFCE
Text Example
Text Example
White with #3FAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFCE; }
p { color: rgb(63,175,206); }
H1.HeaderClassName
{
color: #3FAFCE;
}
.AnyTagClassName
{
color: #3FAFCE;
}
</style>
background-color css
<style>
a { background-color: #3FAFCE; }
a { background-color: rgb(63,175,206); }
div.DivClassName
{
background-color: #3FAFCE;
}
.BgClassName
{
background-color: #3FAFCE;
}
</style>
border-color css
<style>
span { border-color: #3FAFCE; }
span { border-color: rgb(63,175,206); }
td.TdClassName
{
border-color: #3FAFCE;
}
.TagClassName
{
border-color: #3FAFCE;
}
</style>