Shades of Viking #3EB0C6
Tints of Viking #3EB0C6
RGB
CMYK
RGB Variations
Color information
#3EB0C6 (or 0x3EB0C6) is known color: Viking. HEX triplet: 3E, B0 and C6. RGB value is (62,176,198). Sum of RGB (Red+Green+Blue) = 62+176+198=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #3EB0C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB0C6 is #C14F39. Grayscale: #909090. Windows color (decimal): -12668730 or 13021246. OLE color: 13021246.
HSL color Cylindrical-coordinate representation of color #3EB0C6: hue angle of 189.71º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EB0C6 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 176 | 198 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.22 |
| HSL | 189.71º | 0.54% | 0.51% | - |
| HSV(B) | 189.71º | 0.69% | 0.78% | - |
| XYZ | 27.7 | 36.15 | 58.94 | - |
| YUV | 144.42 | 158.23 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 176 | 198 | 0.69 | 0.11 | 0 | 0.22 | 189.71 | 0.54 | 0.51 |
| Hex | 3E | B0 | C6 | 45 | B | 0 | 16 | BE | 36 | 33 |
| Octal | 76 | 260 | 306 | 105 | 13 | 0 | 26 | 276 | 66 | 63 |
| Binary | 111110 | 10110000 | 11000110 | 1000101 | 1011 | 0 | 10110 | 10111110 | 110110 | 110011 |
Color Harmonies of #3EB0C6
Complementary color
Monochromatic Colors of #3EB0C6
Black with #3EB0C6
Text Example
Text Example
White with #3EB0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB0C6; }
p { color: rgb(62,176,198); }
H1.HeaderClassName
{
color: #3EB0C6;
}
.AnyTagClassName
{
color: #3EB0C6;
}
</style>
background-color css
<style>
a { background-color: #3EB0C6; }
a { background-color: rgb(62,176,198); }
div.DivClassName
{
background-color: #3EB0C6;
}
.BgClassName
{
background-color: #3EB0C6;
}
</style>
border-color css
<style>
span { border-color: #3EB0C6; }
span { border-color: rgb(62,176,198); }
td.TdClassName
{
border-color: #3EB0C6;
}
.TagClassName
{
border-color: #3EB0C6;
}
</style>