Shades of Viking #3EBDC2
Tints of Viking #3EBDC2
RGB
CMYK
RGB Variations
Color information
#3EBDC2 (or 0x3EBDC2) is known color: Viking. HEX triplet: 3E, BD and C2. RGB value is (62,189,194). Sum of RGB (Red+Green+Blue) = 62+189+194=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #3EBDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDC2 is #C1423D. Grayscale: #979797. Windows color (decimal): -12665406 or 12762430. OLE color: 12762430.
HSL color Cylindrical-coordinate representation of color #3EBDC2: hue angle of 182.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EBDC2 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 189 | 194 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.24 |
| HSL | 182.27º | 0.52% | 0.5% | - |
| HSV(B) | 182.27º | 0.68% | 0.76% | - |
| XYZ | 29.92 | 41.31 | 57.44 | - |
| YUV | 151.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 194 | 0.68 | 0.03 | 0 | 0.24 | 182.27 | 0.52 | 0.5 |
| Hex | 3E | BD | C2 | 44 | 3 | 0 | 18 | B6 | 34 | 32 |
| Octal | 76 | 275 | 302 | 104 | 3 | 0 | 30 | 266 | 64 | 62 |
| Binary | 111110 | 10111101 | 11000010 | 1000100 | 11 | 0 | 11000 | 10110110 | 110100 | 110010 |
Color Harmonies of #3EBDC2
Complementary color
Monochromatic Colors of #3EBDC2
Black with #3EBDC2
Text Example
Text Example
White with #3EBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDC2; }
p { color: rgb(62,189,194); }
H1.HeaderClassName
{
color: #3EBDC2;
}
.AnyTagClassName
{
color: #3EBDC2;
}
</style>
background-color css
<style>
a { background-color: #3EBDC2; }
a { background-color: rgb(62,189,194); }
div.DivClassName
{
background-color: #3EBDC2;
}
.BgClassName
{
background-color: #3EBDC2;
}
</style>
border-color css
<style>
span { border-color: #3EBDC2; }
span { border-color: rgb(62,189,194); }
td.TdClassName
{
border-color: #3EBDC2;
}
.TagClassName
{
border-color: #3EBDC2;
}
</style>