Shades of Viking #3EBACF
Tints of Viking #3EBACF
RGB
CMYK
RGB Variations
Color information
#3EBACF (or 0x3EBACF) is known color: Viking. HEX triplet: 3E, BA and CF. RGB value is (62,186,207). Sum of RGB (Red+Green+Blue) = 62+186+207=455 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.63% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EBACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBACF is #C14530. Grayscale: #979797. Windows color (decimal): -12666161 or 13613630. OLE color: 13613630.
HSL color Cylindrical-coordinate representation of color #3EBACF: hue angle of 188.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBACF is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 186 | 207 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.19 |
| HSL | 188.69º | 0.6% | 0.53% | - |
| HSV(B) | 188.69º | 0.7% | 0.81% | - |
| XYZ | 30.81 | 40.65 | 65.25 | - |
| YUV | 151.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 207 | 0.70 | 0.10 | 0 | 0.19 | 188.69 | 0.6 | 0.53 |
| Hex | 3E | BA | CF | 46 | A | 0 | 13 | BD | 3C | 35 |
| Octal | 76 | 272 | 317 | 106 | 12 | 0 | 23 | 275 | 74 | 65 |
| Binary | 111110 | 10111010 | 11001111 | 1000110 | 1010 | 0 | 10011 | 10111101 | 111100 | 110101 |
Color Harmonies of #3EBACF
Complementary color
Monochromatic Colors of #3EBACF
Black with #3EBACF
Text Example
Text Example
White with #3EBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBACF; }
p { color: rgb(62,186,207); }
H1.HeaderClassName
{
color: #3EBACF;
}
.AnyTagClassName
{
color: #3EBACF;
}
</style>
background-color css
<style>
a { background-color: #3EBACF; }
a { background-color: rgb(62,186,207); }
div.DivClassName
{
background-color: #3EBACF;
}
.BgClassName
{
background-color: #3EBACF;
}
</style>
border-color css
<style>
span { border-color: #3EBACF; }
span { border-color: rgb(62,186,207); }
td.TdClassName
{
border-color: #3EBACF;
}
.TagClassName
{
border-color: #3EBACF;
}
</style>