Shades of Viking #3EA1BC
Tints of Viking #3EA1BC
RGB
CMYK
RGB Variations
Color information
#3EA1BC (or 0x3EA1BC) is known color: Viking. HEX triplet: 3E, A1 and BC. RGB value is (62,161,188). Sum of RGB (Red+Green+Blue) = 62+161+188=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EA1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA1BC is #C15E43. Grayscale: #868686. Windows color (decimal): -12672580 or 12362046. OLE color: 12362046.
HSL color Cylindrical-coordinate representation of color #3EA1BC: hue angle of 192.86º 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 #3EA1BC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 161 | 188 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.26 |
| HSL | 192.86º | 0.5% | 0.49% | - |
| HSV(B) | 192.86º | 0.67% | 0.74% | - |
| XYZ | 23.81 | 30.14 | 52.14 | - |
| YUV | 134.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 161 | 188 | 0.67 | 0.14 | 0 | 0.26 | 192.86 | 0.5 | 0.49 |
| Hex | 3E | A1 | BC | 43 | E | 0 | 1A | C1 | 32 | 31 |
| Octal | 76 | 241 | 274 | 103 | 16 | 0 | 32 | 301 | 62 | 61 |
| Binary | 111110 | 10100001 | 10111100 | 1000011 | 1110 | 0 | 11010 | 11000001 | 110010 | 110001 |
Color Harmonies of #3EA1BC
Complementary color
Monochromatic Colors of #3EA1BC
Black with #3EA1BC
Text Example
Text Example
White with #3EA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA1BC; }
p { color: rgb(62,161,188); }
H1.HeaderClassName
{
color: #3EA1BC;
}
.AnyTagClassName
{
color: #3EA1BC;
}
</style>
background-color css
<style>
a { background-color: #3EA1BC; }
a { background-color: rgb(62,161,188); }
div.DivClassName
{
background-color: #3EA1BC;
}
.BgClassName
{
background-color: #3EA1BC;
}
</style>
border-color css
<style>
span { border-color: #3EA1BC; }
span { border-color: rgb(62,161,188); }
td.TdClassName
{
border-color: #3EA1BC;
}
.TagClassName
{
border-color: #3EA1BC;
}
</style>