Shades of Viking #3FA4BC
Tints of Viking #3FA4BC
RGB
CMYK
RGB Variations
Color information
#3FA4BC (or 0x3FA4BC) is known color: Viking. HEX triplet: 3F, A4 and BC. RGB value is (63,164,188). Sum of RGB (Red+Green+Blue) = 63+164+188=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FA4BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA4BC is #C05B43. Grayscale: #888888. Windows color (decimal): -12606276 or 12362815. OLE color: 12362815.
HSL color Cylindrical-coordinate representation of color #3FA4BC: hue angle of 191.52º 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 #3FA4BC is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 164 | 188 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.26 |
| HSL | 191.52º | 0.5% | 0.49% | - |
| HSV(B) | 191.52º | 0.66% | 0.74% | - |
| XYZ | 24.4 | 31.24 | 52.32 | - |
| YUV | 136.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 188 | 0.66 | 0.13 | 0 | 0.26 | 191.52 | 0.5 | 0.49 |
| Hex | 3F | A4 | BC | 42 | D | 0 | 1A | C0 | 32 | 31 |
| Octal | 77 | 244 | 274 | 102 | 15 | 0 | 32 | 300 | 62 | 61 |
| Binary | 111111 | 10100100 | 10111100 | 1000010 | 1101 | 0 | 11010 | 11000000 | 110010 | 110001 |
Color Harmonies of #3FA4BC
Complementary color
Monochromatic Colors of #3FA4BC
Black with #3FA4BC
Text Example
Text Example
White with #3FA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA4BC; }
p { color: rgb(63,164,188); }
H1.HeaderClassName
{
color: #3FA4BC;
}
.AnyTagClassName
{
color: #3FA4BC;
}
</style>
background-color css
<style>
a { background-color: #3FA4BC; }
a { background-color: rgb(63,164,188); }
div.DivClassName
{
background-color: #3FA4BC;
}
.BgClassName
{
background-color: #3FA4BC;
}
</style>
border-color css
<style>
span { border-color: #3FA4BC; }
span { border-color: rgb(63,164,188); }
td.TdClassName
{
border-color: #3FA4BC;
}
.TagClassName
{
border-color: #3FA4BC;
}
</style>