Shades of Viking #3EBCCD
Tints of Viking #3EBCCD
RGB
CMYK
RGB Variations
Color information
#3EBCCD (or 0x3EBCCD) is known color: Viking. HEX triplet: 3E, BC and CD. RGB value is (62,188,205). Sum of RGB (Red+Green+Blue) = 62+188+205=455 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.63% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #3EBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBCCD is #C14332. Grayscale: #989898. Windows color (decimal): -12665651 or 13483070. OLE color: 13483070.
HSL color Cylindrical-coordinate representation of color #3EBCCD: hue angle of 187.13º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBCCD is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 188 | 205 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.20 |
| HSL | 187.13º | 0.59% | 0.52% | - |
| HSV(B) | 187.13º | 0.7% | 0.8% | - |
| XYZ | 30.99 | 41.4 | 64.11 | - |
| YUV | 152.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 205 | 0.70 | 0.08 | 0 | 0.20 | 187.13 | 0.59 | 0.52 |
| Hex | 3E | BC | CD | 46 | 8 | 0 | 14 | BB | 3B | 34 |
| Octal | 76 | 274 | 315 | 106 | 10 | 0 | 24 | 273 | 73 | 64 |
| Binary | 111110 | 10111100 | 11001101 | 1000110 | 1000 | 0 | 10100 | 10111011 | 111011 | 110100 |
Color Harmonies of #3EBCCD
Complementary color
Monochromatic Colors of #3EBCCD
Black with #3EBCCD
Text Example
Text Example
White with #3EBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBCCD; }
p { color: rgb(62,188,205); }
H1.HeaderClassName
{
color: #3EBCCD;
}
.AnyTagClassName
{
color: #3EBCCD;
}
</style>
background-color css
<style>
a { background-color: #3EBCCD; }
a { background-color: rgb(62,188,205); }
div.DivClassName
{
background-color: #3EBCCD;
}
.BgClassName
{
background-color: #3EBCCD;
}
</style>
border-color css
<style>
span { border-color: #3EBCCD; }
span { border-color: rgb(62,188,205); }
td.TdClassName
{
border-color: #3EBCCD;
}
.TagClassName
{
border-color: #3EBCCD;
}
</style>