Shades of Viking #3FA3BC
Tints of Viking #3FA3BC
RGB
CMYK
RGB Variations
Color information
#3FA3BC (or 0x3FA3BC) is known color: Viking. HEX triplet: 3F, A3 and BC. RGB value is (63,163,188). Sum of RGB (Red+Green+Blue) = 63+163+188=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FA3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA3BC is #C05C43. Grayscale: #878787. Windows color (decimal): -12606532 or 12362559. OLE color: 12362559.
HSL color Cylindrical-coordinate representation of color #3FA3BC: hue angle of 192º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FA3BC is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 163 | 188 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.26 |
| HSL | 192º | 0.5% | 0.49% | - |
| HSV(B) | 192º | 0.66% | 0.74% | - |
| XYZ | 24.22 | 30.88 | 52.26 | - |
| YUV | 135.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 188 | 0.66 | 0.13 | 0 | 0.26 | 192 | 0.5 | 0.49 |
| Hex | 3F | A3 | BC | 42 | D | 0 | 1A | C0 | 32 | 31 |
| Octal | 77 | 243 | 274 | 102 | 15 | 0 | 32 | 300 | 62 | 61 |
| Binary | 111111 | 10100011 | 10111100 | 1000010 | 1101 | 0 | 11010 | 11000000 | 110010 | 110001 |
Color Harmonies of #3FA3BC
Complementary color
Monochromatic Colors of #3FA3BC
Black with #3FA3BC
Text Example
Text Example
White with #3FA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA3BC; }
p { color: rgb(63,163,188); }
H1.HeaderClassName
{
color: #3FA3BC;
}
.AnyTagClassName
{
color: #3FA3BC;
}
</style>
background-color css
<style>
a { background-color: #3FA3BC; }
a { background-color: rgb(63,163,188); }
div.DivClassName
{
background-color: #3FA3BC;
}
.BgClassName
{
background-color: #3FA3BC;
}
</style>
border-color css
<style>
span { border-color: #3FA3BC; }
span { border-color: rgb(63,163,188); }
td.TdClassName
{
border-color: #3FA3BC;
}
.TagClassName
{
border-color: #3FA3BC;
}
</style>