Shades of Viking #3EAEBE
Tints of Viking #3EAEBE
RGB
CMYK
RGB Variations
Color information
#3EAEBE (or 0x3EAEBE) is known color: Viking. HEX triplet: 3E, AE and BE. RGB value is (62,174,190). Sum of RGB (Red+Green+Blue) = 62+174+190=426 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.55% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAEBE is #C15141. Grayscale: #8E8E8E. Windows color (decimal): -12669250 or 12496446. OLE color: 12496446.
HSL color Cylindrical-coordinate representation of color #3EAEBE: hue angle of 187.5º 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 #3EAEBE is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 174 | 190 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.25 |
| HSL | 187.5º | 0.51% | 0.49% | - |
| HSV(B) | 187.5º | 0.67% | 0.75% | - |
| XYZ | 26.42 | 35.01 | 54.08 | - |
| YUV | 142.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 174 | 190 | 0.67 | 0.08 | 0 | 0.25 | 187.5 | 0.51 | 0.49 |
| Hex | 3E | AE | BE | 43 | 8 | 0 | 19 | BC | 33 | 31 |
| Octal | 76 | 256 | 276 | 103 | 10 | 0 | 31 | 274 | 63 | 61 |
| Binary | 111110 | 10101110 | 10111110 | 1000011 | 1000 | 0 | 11001 | 10111100 | 110011 | 110001 |
Color Harmonies of #3EAEBE
Complementary color
Monochromatic Colors of #3EAEBE
Black with #3EAEBE
Text Example
Text Example
White with #3EAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAEBE; }
p { color: rgb(62,174,190); }
H1.HeaderClassName
{
color: #3EAEBE;
}
.AnyTagClassName
{
color: #3EAEBE;
}
</style>
background-color css
<style>
a { background-color: #3EAEBE; }
a { background-color: rgb(62,174,190); }
div.DivClassName
{
background-color: #3EAEBE;
}
.BgClassName
{
background-color: #3EAEBE;
}
</style>
border-color css
<style>
span { border-color: #3EAEBE; }
span { border-color: rgb(62,174,190); }
td.TdClassName
{
border-color: #3EAEBE;
}
.TagClassName
{
border-color: #3EAEBE;
}
</style>