Shades of Viking #3EA8BE
Tints of Viking #3EA8BE
RGB
CMYK
RGB Variations
Color information
#3EA8BE (or 0x3EA8BE) is known color: Viking. HEX triplet: 3E, A8 and BE. RGB value is (62,168,190). Sum of RGB (Red+Green+Blue) = 62+168+190=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EA8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA8BE is #C15741. Grayscale: #8A8A8A. Windows color (decimal): -12670786 or 12494910. OLE color: 12494910.
HSL color Cylindrical-coordinate representation of color #3EA8BE: hue angle of 190.31º 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 #3EA8BE is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 168 | 190 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.25 |
| HSL | 190.31º | 0.51% | 0.49% | - |
| HSV(B) | 190.31º | 0.67% | 0.75% | - |
| XYZ | 25.28 | 32.75 | 53.7 | - |
| YUV | 138.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 168 | 190 | 0.67 | 0.12 | 0 | 0.25 | 190.31 | 0.51 | 0.49 |
| Hex | 3E | A8 | BE | 43 | C | 0 | 19 | BE | 33 | 31 |
| Octal | 76 | 250 | 276 | 103 | 14 | 0 | 31 | 276 | 63 | 61 |
| Binary | 111110 | 10101000 | 10111110 | 1000011 | 1100 | 0 | 11001 | 10111110 | 110011 | 110001 |
Color Harmonies of #3EA8BE
Complementary color
Monochromatic Colors of #3EA8BE
Black with #3EA8BE
Text Example
Text Example
White with #3EA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA8BE; }
p { color: rgb(62,168,190); }
H1.HeaderClassName
{
color: #3EA8BE;
}
.AnyTagClassName
{
color: #3EA8BE;
}
</style>
background-color css
<style>
a { background-color: #3EA8BE; }
a { background-color: rgb(62,168,190); }
div.DivClassName
{
background-color: #3EA8BE;
}
.BgClassName
{
background-color: #3EA8BE;
}
</style>
border-color css
<style>
span { border-color: #3EA8BE; }
span { border-color: rgb(62,168,190); }
td.TdClassName
{
border-color: #3EA8BE;
}
.TagClassName
{
border-color: #3EA8BE;
}
</style>