Shades of Viking #3EABBC
Tints of Viking #3EABBC
RGB
CMYK
RGB Variations
Color information
#3EABBC (or 0x3EABBC) is known color: Viking. HEX triplet: 3E, AB and BC. RGB value is (62,171,188). Sum of RGB (Red+Green+Blue) = 62+171+188=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EABBC is #C15443. Grayscale: #8C8C8C. Windows color (decimal): -12670020 or 12364606. OLE color: 12364606.
HSL color Cylindrical-coordinate representation of color #3EABBC: hue angle of 188.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EABBC is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 171 | 188 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.26 |
| HSL | 188.1º | 0.5% | 0.49% | - |
| HSV(B) | 188.1º | 0.67% | 0.74% | - |
| XYZ | 25.63 | 33.78 | 52.75 | - |
| YUV | 140.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 171 | 188 | 0.67 | 0.09 | 0 | 0.26 | 188.1 | 0.5 | 0.49 |
| Hex | 3E | AB | BC | 43 | 9 | 0 | 1A | BC | 32 | 31 |
| Octal | 76 | 253 | 274 | 103 | 11 | 0 | 32 | 274 | 62 | 61 |
| Binary | 111110 | 10101011 | 10111100 | 1000011 | 1001 | 0 | 11010 | 10111100 | 110010 | 110001 |
Color Harmonies of #3EABBC
Complementary color
Monochromatic Colors of #3EABBC
Black with #3EABBC
Text Example
Text Example
White with #3EABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EABBC; }
p { color: rgb(62,171,188); }
H1.HeaderClassName
{
color: #3EABBC;
}
.AnyTagClassName
{
color: #3EABBC;
}
</style>
background-color css
<style>
a { background-color: #3EABBC; }
a { background-color: rgb(62,171,188); }
div.DivClassName
{
background-color: #3EABBC;
}
.BgClassName
{
background-color: #3EABBC;
}
</style>
border-color css
<style>
span { border-color: #3EABBC; }
span { border-color: rgb(62,171,188); }
td.TdClassName
{
border-color: #3EABBC;
}
.TagClassName
{
border-color: #3EABBC;
}
</style>