Shades of Viking #3FAEBC
Tints of Viking #3FAEBC
RGB
CMYK
RGB Variations
Color information
#3FAEBC (or 0x3FAEBC) is known color: Viking. HEX triplet: 3F, AE and BC. RGB value is (63,174,188). Sum of RGB (Red+Green+Blue) = 63+174+188=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAEBC is #C05143. Grayscale: #8E8E8E. Windows color (decimal): -12603716 or 12365375. OLE color: 12365375.
HSL color Cylindrical-coordinate representation of color #3FAEBC: hue angle of 186.72º 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 #3FAEBC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 174 | 188 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.26 |
| HSL | 186.72º | 0.5% | 0.49% | - |
| HSV(B) | 186.72º | 0.66% | 0.74% | - |
| XYZ | 26.26 | 34.96 | 52.94 | - |
| YUV | 142.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 188 | 0.66 | 0.07 | 0 | 0.26 | 186.72 | 0.5 | 0.49 |
| Hex | 3F | AE | BC | 42 | 7 | 0 | 1A | BB | 32 | 31 |
| Octal | 77 | 256 | 274 | 102 | 7 | 0 | 32 | 273 | 62 | 61 |
| Binary | 111111 | 10101110 | 10111100 | 1000010 | 111 | 0 | 11010 | 10111011 | 110010 | 110001 |
Color Harmonies of #3FAEBC
Complementary color
Monochromatic Colors of #3FAEBC
Black with #3FAEBC
Text Example
Text Example
White with #3FAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEBC; }
p { color: rgb(63,174,188); }
H1.HeaderClassName
{
color: #3FAEBC;
}
.AnyTagClassName
{
color: #3FAEBC;
}
</style>
background-color css
<style>
a { background-color: #3FAEBC; }
a { background-color: rgb(63,174,188); }
div.DivClassName
{
background-color: #3FAEBC;
}
.BgClassName
{
background-color: #3FAEBC;
}
</style>
border-color css
<style>
span { border-color: #3FAEBC; }
span { border-color: rgb(63,174,188); }
td.TdClassName
{
border-color: #3FAEBC;
}
.TagClassName
{
border-color: #3FAEBC;
}
</style>