Shades of Viking #3FA5BC
Tints of Viking #3FA5BC
RGB
CMYK
RGB Variations
Color information
#3FA5BC (or 0x3FA5BC) is known color: Viking. HEX triplet: 3F, A5 and BC. RGB value is (63,165,188). Sum of RGB (Red+Green+Blue) = 63+165+188=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FA5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5BC is #C05A43. Grayscale: #888888. Windows color (decimal): -12606020 or 12363071. OLE color: 12363071.
HSL color Cylindrical-coordinate representation of color #3FA5BC: hue angle of 191.04º 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 #3FA5BC is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 165 | 188 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.26 |
| HSL | 191.04º | 0.5% | 0.49% | - |
| HSV(B) | 191.04º | 0.66% | 0.74% | - |
| XYZ | 24.58 | 31.6 | 52.38 | - |
| YUV | 137.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 188 | 0.66 | 0.12 | 0 | 0.26 | 191.04 | 0.5 | 0.49 |
| Hex | 3F | A5 | BC | 42 | C | 0 | 1A | BF | 32 | 31 |
| Octal | 77 | 245 | 274 | 102 | 14 | 0 | 32 | 277 | 62 | 61 |
| Binary | 111111 | 10100101 | 10111100 | 1000010 | 1100 | 0 | 11010 | 10111111 | 110010 | 110001 |
Color Harmonies of #3FA5BC
Complementary color
Monochromatic Colors of #3FA5BC
Black with #3FA5BC
Text Example
Text Example
White with #3FA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA5BC; }
p { color: rgb(63,165,188); }
H1.HeaderClassName
{
color: #3FA5BC;
}
.AnyTagClassName
{
color: #3FA5BC;
}
</style>
background-color css
<style>
a { background-color: #3FA5BC; }
a { background-color: rgb(63,165,188); }
div.DivClassName
{
background-color: #3FA5BC;
}
.BgClassName
{
background-color: #3FA5BC;
}
</style>
border-color css
<style>
span { border-color: #3FA5BC; }
span { border-color: rgb(63,165,188); }
td.TdClassName
{
border-color: #3FA5BC;
}
.TagClassName
{
border-color: #3FA5BC;
}
</style>