Shades of Viking #3EB2BD
Tints of Viking #3EB2BD
RGB
CMYK
RGB Variations
Color information
#3EB2BD (or 0x3EB2BD) is known color: Viking. HEX triplet: 3E, B2 and BD. RGB value is (62,178,189). Sum of RGB (Red+Green+Blue) = 62+178+189=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #3EB2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB2BD is #C14D42. Grayscale: #909090. Windows color (decimal): -12668227 or 12431934. OLE color: 12431934.
HSL color Cylindrical-coordinate representation of color #3EB2BD: hue angle of 185.2º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EB2BD is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 178 | 189 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.26 |
| HSL | 185.2º | 0.51% | 0.49% | - |
| HSV(B) | 185.2º | 0.67% | 0.74% | - |
| XYZ | 27.09 | 36.54 | 53.77 | - |
| YUV | 144.57 | 153.07 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 178 | 189 | 0.67 | 0.06 | 0 | 0.26 | 185.2 | 0.51 | 0.49 |
| Hex | 3E | B2 | BD | 43 | 6 | 0 | 1A | B9 | 33 | 31 |
| Octal | 76 | 262 | 275 | 103 | 6 | 0 | 32 | 271 | 63 | 61 |
| Binary | 111110 | 10110010 | 10111101 | 1000011 | 110 | 0 | 11010 | 10111001 | 110011 | 110001 |
Color Harmonies of #3EB2BD
Complementary color
Monochromatic Colors of #3EB2BD
Black with #3EB2BD
Text Example
Text Example
White with #3EB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB2BD; }
p { color: rgb(62,178,189); }
H1.HeaderClassName
{
color: #3EB2BD;
}
.AnyTagClassName
{
color: #3EB2BD;
}
</style>
background-color css
<style>
a { background-color: #3EB2BD; }
a { background-color: rgb(62,178,189); }
div.DivClassName
{
background-color: #3EB2BD;
}
.BgClassName
{
background-color: #3EB2BD;
}
</style>
border-color css
<style>
span { border-color: #3EB2BD; }
span { border-color: rgb(62,178,189); }
td.TdClassName
{
border-color: #3EB2BD;
}
.TagClassName
{
border-color: #3EB2BD;
}
</style>