Shades of Viking #3FAFC1
Tints of Viking #3FAFC1
RGB
CMYK
RGB Variations
Color information
#3FAFC1 (or 0x3FAFC1) is known color: Viking. HEX triplet: 3F, AF and C1. RGB value is (63,175,193). Sum of RGB (Red+Green+Blue) = 63+175+193=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #3FAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFC1 is #C0503E. Grayscale: #8F8F8F. Windows color (decimal): -12603455 or 12693311. OLE color: 12693311.
HSL color Cylindrical-coordinate representation of color #3FAFC1: hue angle of 188.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FAFC1 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 175 | 193 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.24 |
| HSL | 188.31º | 0.51% | 0.5% | - |
| HSV(B) | 188.31º | 0.67% | 0.76% | - |
| XYZ | 27.01 | 35.57 | 55.89 | - |
| YUV | 143.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 193 | 0.67 | 0.09 | 0 | 0.24 | 188.31 | 0.51 | 0.5 |
| Hex | 3F | AF | C1 | 43 | 9 | 0 | 18 | BC | 33 | 32 |
| Octal | 77 | 257 | 301 | 103 | 11 | 0 | 30 | 274 | 63 | 62 |
| Binary | 111111 | 10101111 | 11000001 | 1000011 | 1001 | 0 | 11000 | 10111100 | 110011 | 110010 |
Color Harmonies of #3FAFC1
Complementary color
Monochromatic Colors of #3FAFC1
Black with #3FAFC1
Text Example
Text Example
White with #3FAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFC1; }
p { color: rgb(63,175,193); }
H1.HeaderClassName
{
color: #3FAFC1;
}
.AnyTagClassName
{
color: #3FAFC1;
}
</style>
background-color css
<style>
a { background-color: #3FAFC1; }
a { background-color: rgb(63,175,193); }
div.DivClassName
{
background-color: #3FAFC1;
}
.BgClassName
{
background-color: #3FAFC1;
}
</style>
border-color css
<style>
span { border-color: #3FAFC1; }
span { border-color: rgb(63,175,193); }
td.TdClassName
{
border-color: #3FAFC1;
}
.TagClassName
{
border-color: #3FAFC1;
}
</style>