Shades of Viking #3EADCD
Tints of Viking #3EADCD
RGB
CMYK
RGB Variations
Color information
#3EADCD (or 0x3EADCD) is known color: Viking. HEX triplet: 3E, AD and CD. RGB value is (62,173,205). Sum of RGB (Red+Green+Blue) = 62+173+205=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #3EADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADCD is #C15232. Grayscale: #8F8F8F. Windows color (decimal): -12669491 or 13479230. OLE color: 13479230.
HSL color Cylindrical-coordinate representation of color #3EADCD: hue angle of 193.43º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EADCD is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 173 | 205 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.20 |
| HSL | 193.43º | 0.59% | 0.52% | - |
| HSV(B) | 193.43º | 0.7% | 0.8% | - |
| XYZ | 27.95 | 35.32 | 63.1 | - |
| YUV | 143.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 205 | 0.70 | 0.16 | 0 | 0.20 | 193.43 | 0.59 | 0.52 |
| Hex | 3E | AD | CD | 46 | 10 | 0 | 14 | C1 | 3B | 34 |
| Octal | 76 | 255 | 315 | 106 | 20 | 0 | 24 | 301 | 73 | 64 |
| Binary | 111110 | 10101101 | 11001101 | 1000110 | 10000 | 0 | 10100 | 11000001 | 111011 | 110100 |
Color Harmonies of #3EADCD
Complementary color
Monochromatic Colors of #3EADCD
Black with #3EADCD
Text Example
Text Example
White with #3EADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADCD; }
p { color: rgb(62,173,205); }
H1.HeaderClassName
{
color: #3EADCD;
}
.AnyTagClassName
{
color: #3EADCD;
}
</style>
background-color css
<style>
a { background-color: #3EADCD; }
a { background-color: rgb(62,173,205); }
div.DivClassName
{
background-color: #3EADCD;
}
.BgClassName
{
background-color: #3EADCD;
}
</style>
border-color css
<style>
span { border-color: #3EADCD; }
span { border-color: rgb(62,173,205); }
td.TdClassName
{
border-color: #3EADCD;
}
.TagClassName
{
border-color: #3EADCD;
}
</style>