Shades of Viking #3EACB1
Tints of Viking #3EACB1
RGB
CMYK
RGB Variations
Color information
#3EACB1 (or 0x3EACB1) is known color: Viking. HEX triplet: 3E, AC and B1. RGB value is (62,172,177). Sum of RGB (Red+Green+Blue) = 62+172+177=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #3EACB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EACB1 is #C1534E. Grayscale: #8B8B8B. Windows color (decimal): -12669775 or 11643966. OLE color: 11643966.
HSL color Cylindrical-coordinate representation of color #3EACB1: hue angle of 182.61º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EACB1 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 172 | 177 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.31 |
| HSL | 182.61º | 0.48% | 0.47% | - |
| HSV(B) | 182.61º | 0.65% | 0.69% | - |
| XYZ | 24.67 | 33.7 | 46.8 | - |
| YUV | 139.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 172 | 177 | 0.65 | 0.03 | 0 | 0.31 | 182.61 | 0.48 | 0.47 |
| Hex | 3E | AC | B1 | 41 | 3 | 0 | 1F | B7 | 30 | 2F |
| Octal | 76 | 254 | 261 | 101 | 3 | 0 | 37 | 267 | 60 | 57 |
| Binary | 111110 | 10101100 | 10110001 | 1000001 | 11 | 0 | 11111 | 10110111 | 110000 | 101111 |
Color Harmonies of #3EACB1
Complementary color
Monochromatic Colors of #3EACB1
Black with #3EACB1
Text Example
Text Example
White with #3EACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EACB1; }
p { color: rgb(62,172,177); }
H1.HeaderClassName
{
color: #3EACB1;
}
.AnyTagClassName
{
color: #3EACB1;
}
</style>
background-color css
<style>
a { background-color: #3EACB1; }
a { background-color: rgb(62,172,177); }
div.DivClassName
{
background-color: #3EACB1;
}
.BgClassName
{
background-color: #3EACB1;
}
</style>
border-color css
<style>
span { border-color: #3EACB1; }
span { border-color: rgb(62,172,177); }
td.TdClassName
{
border-color: #3EACB1;
}
.TagClassName
{
border-color: #3EACB1;
}
</style>