Shades of Viking #3FAEBD
Tints of Viking #3FAEBD
RGB
CMYK
RGB Variations
Color information
#3FAEBD (or 0x3FAEBD) is known color: Viking. HEX triplet: 3F, AE and BD. RGB value is (63,174,189). Sum of RGB (Red+Green+Blue) = 63+174+189=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAEBD is #C05142. Grayscale: #8E8E8E. Windows color (decimal): -12603715 or 12430911. OLE color: 12430911.
HSL color Cylindrical-coordinate representation of color #3FAEBD: hue angle of 187.14º 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 #3FAEBD is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 174 | 189 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.26 |
| HSL | 187.14º | 0.5% | 0.49% | - |
| HSV(B) | 187.14º | 0.67% | 0.74% | - |
| XYZ | 26.37 | 35 | 53.51 | - |
| YUV | 142.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 189 | 0.67 | 0.08 | 0 | 0.26 | 187.14 | 0.5 | 0.49 |
| Hex | 3F | AE | BD | 43 | 8 | 0 | 1A | BB | 32 | 31 |
| Octal | 77 | 256 | 275 | 103 | 10 | 0 | 32 | 273 | 62 | 61 |
| Binary | 111111 | 10101110 | 10111101 | 1000011 | 1000 | 0 | 11010 | 10111011 | 110010 | 110001 |
Color Harmonies of #3FAEBD
Complementary color
Monochromatic Colors of #3FAEBD
Black with #3FAEBD
Text Example
Text Example
White with #3FAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEBD; }
p { color: rgb(63,174,189); }
H1.HeaderClassName
{
color: #3FAEBD;
}
.AnyTagClassName
{
color: #3FAEBD;
}
</style>
background-color css
<style>
a { background-color: #3FAEBD; }
a { background-color: rgb(63,174,189); }
div.DivClassName
{
background-color: #3FAEBD;
}
.BgClassName
{
background-color: #3FAEBD;
}
</style>
border-color css
<style>
span { border-color: #3FAEBD; }
span { border-color: rgb(63,174,189); }
td.TdClassName
{
border-color: #3FAEBD;
}
.TagClassName
{
border-color: #3FAEBD;
}
</style>