Shades of Viking #3EADCA
Tints of Viking #3EADCA
RGB
CMYK
RGB Variations
Color information
#3EADCA (or 0x3EADCA) is known color: Viking. HEX triplet: 3E, AD and CA. RGB value is (62,173,202). Sum of RGB (Red+Green+Blue) = 62+173+202=437 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.19% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADCA is #C15235. Grayscale: #8E8E8E. Windows color (decimal): -12669494 or 13282622. OLE color: 13282622.
HSL color Cylindrical-coordinate representation of color #3EADCA: hue angle of 192.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EADCA is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 173 | 202 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.21 |
| HSL | 192.43º | 0.57% | 0.52% | - |
| HSV(B) | 192.43º | 0.69% | 0.79% | - |
| XYZ | 27.59 | 35.18 | 61.21 | - |
| YUV | 143.12 | 161.23 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 202 | 0.69 | 0.14 | 0 | 0.21 | 192.43 | 0.57 | 0.52 |
| Hex | 3E | AD | CA | 45 | E | 0 | 15 | C0 | 39 | 34 |
| Octal | 76 | 255 | 312 | 105 | 16 | 0 | 25 | 300 | 71 | 64 |
| Binary | 111110 | 10101101 | 11001010 | 1000101 | 1110 | 0 | 10101 | 11000000 | 111001 | 110100 |
Color Harmonies of #3EADCA
Complementary color
Monochromatic Colors of #3EADCA
Black with #3EADCA
Text Example
Text Example
White with #3EADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADCA; }
p { color: rgb(62,173,202); }
H1.HeaderClassName
{
color: #3EADCA;
}
.AnyTagClassName
{
color: #3EADCA;
}
</style>
background-color css
<style>
a { background-color: #3EADCA; }
a { background-color: rgb(62,173,202); }
div.DivClassName
{
background-color: #3EADCA;
}
.BgClassName
{
background-color: #3EADCA;
}
</style>
border-color css
<style>
span { border-color: #3EADCA; }
span { border-color: rgb(62,173,202); }
td.TdClassName
{
border-color: #3EADCA;
}
.TagClassName
{
border-color: #3EADCA;
}
</style>