Shades of Viking #3EBDCF
Tints of Viking #3EBDCF
RGB
CMYK
RGB Variations
Color information
#3EBDCF (or 0x3EBDCF) is known color: Viking. HEX triplet: 3E, BD and CF. RGB value is (62,189,207). Sum of RGB (Red+Green+Blue) = 62+189+207=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDCF is #C14230. Grayscale: #989898. Windows color (decimal): -12665393 or 13614398. OLE color: 13614398.
HSL color Cylindrical-coordinate representation of color #3EBDCF: hue angle of 187.45º 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 #3EBDCF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 189 | 207 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.19 |
| HSL | 187.45º | 0.6% | 0.53% | - |
| HSV(B) | 187.45º | 0.7% | 0.81% | - |
| XYZ | 31.45 | 41.92 | 65.47 | - |
| YUV | 153.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 207 | 0.70 | 0.09 | 0 | 0.19 | 187.45 | 0.6 | 0.53 |
| Hex | 3E | BD | CF | 46 | 9 | 0 | 13 | BB | 3C | 35 |
| Octal | 76 | 275 | 317 | 106 | 11 | 0 | 23 | 273 | 74 | 65 |
| Binary | 111110 | 10111101 | 11001111 | 1000110 | 1001 | 0 | 10011 | 10111011 | 111100 | 110101 |
Color Harmonies of #3EBDCF
Complementary color
Monochromatic Colors of #3EBDCF
Black with #3EBDCF
Text Example
Text Example
White with #3EBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDCF; }
p { color: rgb(62,189,207); }
H1.HeaderClassName
{
color: #3EBDCF;
}
.AnyTagClassName
{
color: #3EBDCF;
}
</style>
background-color css
<style>
a { background-color: #3EBDCF; }
a { background-color: rgb(62,189,207); }
div.DivClassName
{
background-color: #3EBDCF;
}
.BgClassName
{
background-color: #3EBDCF;
}
</style>
border-color css
<style>
span { border-color: #3EBDCF; }
span { border-color: rgb(62,189,207); }
td.TdClassName
{
border-color: #3EBDCF;
}
.TagClassName
{
border-color: #3EBDCF;
}
</style>