Shades of Viking #3FA3BD
Tints of Viking #3FA3BD
RGB
CMYK
RGB Variations
Color information
#3FA3BD (or 0x3FA3BD) is known color: Viking. HEX triplet: 3F, A3 and BD. RGB value is (63,163,189). Sum of RGB (Red+Green+Blue) = 63+163+189=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FA3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA3BD is #C05C42. Grayscale: #878787. Windows color (decimal): -12606531 or 12428095. OLE color: 12428095.
HSL color Cylindrical-coordinate representation of color #3FA3BD: hue angle of 192.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FA3BD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 163 | 189 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.26 |
| HSL | 192.38º | 0.5% | 0.49% | - |
| HSV(B) | 192.38º | 0.67% | 0.74% | - |
| XYZ | 24.33 | 30.93 | 52.83 | - |
| YUV | 136.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 189 | 0.67 | 0.14 | 0 | 0.26 | 192.38 | 0.5 | 0.49 |
| Hex | 3F | A3 | BD | 43 | E | 0 | 1A | C0 | 32 | 31 |
| Octal | 77 | 243 | 275 | 103 | 16 | 0 | 32 | 300 | 62 | 61 |
| Binary | 111111 | 10100011 | 10111101 | 1000011 | 1110 | 0 | 11010 | 11000000 | 110010 | 110001 |
Color Harmonies of #3FA3BD
Complementary color
Monochromatic Colors of #3FA3BD
Black with #3FA3BD
Text Example
Text Example
White with #3FA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA3BD; }
p { color: rgb(63,163,189); }
H1.HeaderClassName
{
color: #3FA3BD;
}
.AnyTagClassName
{
color: #3FA3BD;
}
</style>
background-color css
<style>
a { background-color: #3FA3BD; }
a { background-color: rgb(63,163,189); }
div.DivClassName
{
background-color: #3FA3BD;
}
.BgClassName
{
background-color: #3FA3BD;
}
</style>
border-color css
<style>
span { border-color: #3FA3BD; }
span { border-color: rgb(63,163,189); }
td.TdClassName
{
border-color: #3FA3BD;
}
.TagClassName
{
border-color: #3FA3BD;
}
</style>