Shades of Viking #3EACBD
Tints of Viking #3EACBD
RGB
CMYK
RGB Variations
Color information
#3EACBD (or 0x3EACBD) is known color: Viking. HEX triplet: 3E, AC and BD. RGB value is (62,172,189). Sum of RGB (Red+Green+Blue) = 62+172+189=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #3EACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EACBD is #C15342. Grayscale: #8C8C8C. Windows color (decimal): -12669763 or 12430398. OLE color: 12430398.
HSL color Cylindrical-coordinate representation of color #3EACBD: hue angle of 188.03º degrees, saturation: 0.51, 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 #3EACBD is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 172 | 189 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.26 |
| HSL | 188.03º | 0.51% | 0.49% | - |
| HSV(B) | 188.03º | 0.67% | 0.74% | - |
| XYZ | 25.92 | 34.2 | 53.38 | - |
| YUV | 141.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 172 | 189 | 0.67 | 0.09 | 0 | 0.26 | 188.03 | 0.51 | 0.49 |
| Hex | 3E | AC | BD | 43 | 9 | 0 | 1A | BC | 33 | 31 |
| Octal | 76 | 254 | 275 | 103 | 11 | 0 | 32 | 274 | 63 | 61 |
| Binary | 111110 | 10101100 | 10111101 | 1000011 | 1001 | 0 | 11010 | 10111100 | 110011 | 110001 |
Color Harmonies of #3EACBD
Complementary color
Monochromatic Colors of #3EACBD
Black with #3EACBD
Text Example
Text Example
White with #3EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EACBD; }
p { color: rgb(62,172,189); }
H1.HeaderClassName
{
color: #3EACBD;
}
.AnyTagClassName
{
color: #3EACBD;
}
</style>
background-color css
<style>
a { background-color: #3EACBD; }
a { background-color: rgb(62,172,189); }
div.DivClassName
{
background-color: #3EACBD;
}
.BgClassName
{
background-color: #3EACBD;
}
</style>
border-color css
<style>
span { border-color: #3EACBD; }
span { border-color: rgb(62,172,189); }
td.TdClassName
{
border-color: #3EACBD;
}
.TagClassName
{
border-color: #3EACBD;
}
</style>