Shades of Viking #3EADB4
Tints of Viking #3EADB4
RGB
CMYK
RGB Variations
Color information
#3EADB4 (or 0x3EADB4) is known color: Viking. HEX triplet: 3E, AD and B4. RGB value is (62,173,180). Sum of RGB (Red+Green+Blue) = 62+173+180=415 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.94% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #3EADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADB4 is #C1524B. Grayscale: #8C8C8C. Windows color (decimal): -12669516 or 11840830. OLE color: 11840830.
HSL color Cylindrical-coordinate representation of color #3EADB4: hue angle of 183.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EADB4 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 173 | 180 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.29 |
| HSL | 183.56º | 0.49% | 0.47% | - |
| HSV(B) | 183.56º | 0.66% | 0.71% | - |
| XYZ | 25.17 | 34.21 | 48.46 | - |
| YUV | 140.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 180 | 0.66 | 0.04 | 0 | 0.29 | 183.56 | 0.49 | 0.47 |
| Hex | 3E | AD | B4 | 42 | 4 | 0 | 1D | B8 | 31 | 2F |
| Octal | 76 | 255 | 264 | 102 | 4 | 0 | 35 | 270 | 61 | 57 |
| Binary | 111110 | 10101101 | 10110100 | 1000010 | 100 | 0 | 11101 | 10111000 | 110001 | 101111 |
Color Harmonies of #3EADB4
Complementary color
Monochromatic Colors of #3EADB4
Black with #3EADB4
Text Example
Text Example
White with #3EADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADB4; }
p { color: rgb(62,173,180); }
H1.HeaderClassName
{
color: #3EADB4;
}
.AnyTagClassName
{
color: #3EADB4;
}
</style>
background-color css
<style>
a { background-color: #3EADB4; }
a { background-color: rgb(62,173,180); }
div.DivClassName
{
background-color: #3EADB4;
}
.BgClassName
{
background-color: #3EADB4;
}
</style>
border-color css
<style>
span { border-color: #3EADB4; }
span { border-color: rgb(62,173,180); }
td.TdClassName
{
border-color: #3EADB4;
}
.TagClassName
{
border-color: #3EADB4;
}
</style>