Shades of Viking #3EBECF
Tints of Viking #3EBECF
RGB
CMYK
RGB Variations
Color information
#3EBECF (or 0x3EBECF) is known color: Viking. HEX triplet: 3E, BE and CF. RGB value is (62,190,207). Sum of RGB (Red+Green+Blue) = 62+190+207=459 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.51% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBECF is #C14130. Grayscale: #999999. Windows color (decimal): -12665137 or 13614654. OLE color: 13614654.
HSL color Cylindrical-coordinate representation of color #3EBECF: hue angle of 187.03º 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 #3EBECF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 190 | 207 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.19 |
| HSL | 187.03º | 0.6% | 0.53% | - |
| HSV(B) | 187.03º | 0.7% | 0.81% | - |
| XYZ | 31.66 | 42.36 | 65.54 | - |
| YUV | 153.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 190 | 207 | 0.70 | 0.08 | 0 | 0.19 | 187.03 | 0.6 | 0.53 |
| Hex | 3E | BE | CF | 46 | 8 | 0 | 13 | BB | 3C | 35 |
| Octal | 76 | 276 | 317 | 106 | 10 | 0 | 23 | 273 | 74 | 65 |
| Binary | 111110 | 10111110 | 11001111 | 1000110 | 1000 | 0 | 10011 | 10111011 | 111100 | 110101 |
Color Harmonies of #3EBECF
Complementary color
Monochromatic Colors of #3EBECF
Black with #3EBECF
Text Example
Text Example
White with #3EBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBECF; }
p { color: rgb(62,190,207); }
H1.HeaderClassName
{
color: #3EBECF;
}
.AnyTagClassName
{
color: #3EBECF;
}
</style>
background-color css
<style>
a { background-color: #3EBECF; }
a { background-color: rgb(62,190,207); }
div.DivClassName
{
background-color: #3EBECF;
}
.BgClassName
{
background-color: #3EBECF;
}
</style>
border-color css
<style>
span { border-color: #3EBECF; }
span { border-color: rgb(62,190,207); }
td.TdClassName
{
border-color: #3EBECF;
}
.TagClassName
{
border-color: #3EBECF;
}
</style>