Shades of Viking #3EBCCF
Tints of Viking #3EBCCF
RGB
CMYK
RGB Variations
Color information
#3EBCCF (or 0x3EBCCF) is known color: Viking. HEX triplet: 3E, BC and CF. RGB value is (62,188,207). Sum of RGB (Red+Green+Blue) = 62+188+207=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBCCF is #C14330. Grayscale: #989898. Windows color (decimal): -12665649 or 13614142. OLE color: 13614142.
HSL color Cylindrical-coordinate representation of color #3EBCCF: hue angle of 187.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBCCF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 188 | 207 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.19 |
| HSL | 187.86º | 0.6% | 0.53% | - |
| HSV(B) | 187.86º | 0.7% | 0.81% | - |
| XYZ | 31.23 | 41.5 | 65.39 | - |
| YUV | 152.49 | 158.76 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 207 | 0.70 | 0.09 | 0 | 0.19 | 187.86 | 0.6 | 0.53 |
| Hex | 3E | BC | CF | 46 | 9 | 0 | 13 | BC | 3C | 35 |
| Octal | 76 | 274 | 317 | 106 | 11 | 0 | 23 | 274 | 74 | 65 |
| Binary | 111110 | 10111100 | 11001111 | 1000110 | 1001 | 0 | 10011 | 10111100 | 111100 | 110101 |
Color Harmonies of #3EBCCF
Complementary color
Monochromatic Colors of #3EBCCF
Black with #3EBCCF
Text Example
Text Example
White with #3EBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBCCF; }
p { color: rgb(62,188,207); }
H1.HeaderClassName
{
color: #3EBCCF;
}
.AnyTagClassName
{
color: #3EBCCF;
}
</style>
background-color css
<style>
a { background-color: #3EBCCF; }
a { background-color: rgb(62,188,207); }
div.DivClassName
{
background-color: #3EBCCF;
}
.BgClassName
{
background-color: #3EBCCF;
}
</style>
border-color css
<style>
span { border-color: #3EBCCF; }
span { border-color: rgb(62,188,207); }
td.TdClassName
{
border-color: #3EBCCF;
}
.TagClassName
{
border-color: #3EBCCF;
}
</style>