Shades of Viking #3FAFC9
Tints of Viking #3FAFC9
RGB
CMYK
RGB Variations
Color information
#3FAFC9 (or 0x3FAFC9) is known color: Viking. HEX triplet: 3F, AF and C9. RGB value is (63,175,201). Sum of RGB (Red+Green+Blue) = 63+175+201=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #3FAFC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFC9 is #C05036. Grayscale: #909090. Windows color (decimal): -12603447 or 13217599. OLE color: 13217599.
HSL color Cylindrical-coordinate representation of color #3FAFC9: hue angle of 191.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAFC9 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 175 | 201 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.21 |
| HSL | 191.3º | 0.56% | 0.52% | - |
| HSV(B) | 191.3º | 0.69% | 0.79% | - |
| XYZ | 27.92 | 35.93 | 60.72 | - |
| YUV | 144.48 | 159.89 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 201 | 0.69 | 0.13 | 0 | 0.21 | 191.3 | 0.56 | 0.52 |
| Hex | 3F | AF | C9 | 45 | D | 0 | 15 | BF | 38 | 34 |
| Octal | 77 | 257 | 311 | 105 | 15 | 0 | 25 | 277 | 70 | 64 |
| Binary | 111111 | 10101111 | 11001001 | 1000101 | 1101 | 0 | 10101 | 10111111 | 111000 | 110100 |
Color Harmonies of #3FAFC9
Complementary color
Monochromatic Colors of #3FAFC9
Black with #3FAFC9
Text Example
Text Example
White with #3FAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFC9; }
p { color: rgb(63,175,201); }
H1.HeaderClassName
{
color: #3FAFC9;
}
.AnyTagClassName
{
color: #3FAFC9;
}
</style>
background-color css
<style>
a { background-color: #3FAFC9; }
a { background-color: rgb(63,175,201); }
div.DivClassName
{
background-color: #3FAFC9;
}
.BgClassName
{
background-color: #3FAFC9;
}
</style>
border-color css
<style>
span { border-color: #3FAFC9; }
span { border-color: rgb(63,175,201); }
td.TdClassName
{
border-color: #3FAFC9;
}
.TagClassName
{
border-color: #3FAFC9;
}
</style>