Shades of Viking #3FAFCF
Tints of Viking #3FAFCF
RGB
CMYK
RGB Variations
Color information
#3FAFCF (or 0x3FAFCF) is known color: Viking. HEX triplet: 3F, AF and CF. RGB value is (63,175,207). Sum of RGB (Red+Green+Blue) = 63+175+207=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FAFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFCF is #C05030. Grayscale: #909090. Windows color (decimal): -12603441 or 13610815. OLE color: 13610815.
HSL color Cylindrical-coordinate representation of color #3FAFCF: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FAFCF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 175 | 207 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.19 |
| HSL | 193.33º | 0.6% | 0.53% | - |
| HSV(B) | 193.33º | 0.7% | 0.81% | - |
| XYZ | 28.64 | 36.22 | 64.51 | - |
| YUV | 145.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 207 | 0.70 | 0.15 | 0 | 0.19 | 193.33 | 0.6 | 0.53 |
| Hex | 3F | AF | CF | 46 | F | 0 | 13 | C1 | 3C | 35 |
| Octal | 77 | 257 | 317 | 106 | 17 | 0 | 23 | 301 | 74 | 65 |
| Binary | 111111 | 10101111 | 11001111 | 1000110 | 1111 | 0 | 10011 | 11000001 | 111100 | 110101 |
Color Harmonies of #3FAFCF
Complementary color
Monochromatic Colors of #3FAFCF
Black with #3FAFCF
Text Example
Text Example
White with #3FAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFCF; }
p { color: rgb(63,175,207); }
H1.HeaderClassName
{
color: #3FAFCF;
}
.AnyTagClassName
{
color: #3FAFCF;
}
</style>
background-color css
<style>
a { background-color: #3FAFCF; }
a { background-color: rgb(63,175,207); }
div.DivClassName
{
background-color: #3FAFCF;
}
.BgClassName
{
background-color: #3FAFCF;
}
</style>
border-color css
<style>
span { border-color: #3FAFCF; }
span { border-color: rgb(63,175,207); }
td.TdClassName
{
border-color: #3FAFCF;
}
.TagClassName
{
border-color: #3FAFCF;
}
</style>