Shades of Viking #3EA6BE
Tints of Viking #3EA6BE
RGB
CMYK
RGB Variations
Color information
#3EA6BE (or 0x3EA6BE) is known color: Viking. HEX triplet: 3E, A6 and BE. RGB value is (62,166,190). Sum of RGB (Red+Green+Blue) = 62+166+190=418 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.83% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EA6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA6BE is #C15941. Grayscale: #898989. Windows color (decimal): -12671298 or 12494398. OLE color: 12494398.
HSL color Cylindrical-coordinate representation of color #3EA6BE: hue angle of 191.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EA6BE is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 166 | 190 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.25 |
| HSL | 191.25º | 0.51% | 0.49% | - |
| HSV(B) | 191.25º | 0.67% | 0.75% | - |
| XYZ | 24.92 | 32.01 | 53.58 | - |
| YUV | 137.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 166 | 190 | 0.67 | 0.13 | 0 | 0.25 | 191.25 | 0.51 | 0.49 |
| Hex | 3E | A6 | BE | 43 | D | 0 | 19 | BF | 33 | 31 |
| Octal | 76 | 246 | 276 | 103 | 15 | 0 | 31 | 277 | 63 | 61 |
| Binary | 111110 | 10100110 | 10111110 | 1000011 | 1101 | 0 | 11001 | 10111111 | 110011 | 110001 |
Color Harmonies of #3EA6BE
Complementary color
Monochromatic Colors of #3EA6BE
Black with #3EA6BE
Text Example
Text Example
White with #3EA6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA6BE; }
p { color: rgb(62,166,190); }
H1.HeaderClassName
{
color: #3EA6BE;
}
.AnyTagClassName
{
color: #3EA6BE;
}
</style>
background-color css
<style>
a { background-color: #3EA6BE; }
a { background-color: rgb(62,166,190); }
div.DivClassName
{
background-color: #3EA6BE;
}
.BgClassName
{
background-color: #3EA6BE;
}
</style>
border-color css
<style>
span { border-color: #3EA6BE; }
span { border-color: rgb(62,166,190); }
td.TdClassName
{
border-color: #3EA6BE;
}
.TagClassName
{
border-color: #3EA6BE;
}
</style>