Shades of Viking #3EA3BD
Tints of Viking #3EA3BD
RGB
CMYK
RGB Variations
Color information
#3EA3BD (or 0x3EA3BD) is known color: Viking. HEX triplet: 3E, A3 and BD. RGB value is (62,163,189). Sum of RGB (Red+Green+Blue) = 62+163+189=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #3EA3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA3BD is #C15C42. Grayscale: #878787. Windows color (decimal): -12672067 or 12428094. OLE color: 12428094.
HSL color Cylindrical-coordinate representation of color #3EA3BD: hue angle of 192.28º 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 #3EA3BD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 163 | 189 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.26 |
| HSL | 192.28º | 0.51% | 0.49% | - |
| HSV(B) | 192.28º | 0.67% | 0.74% | - |
| XYZ | 24.27 | 30.89 | 52.83 | - |
| YUV | 135.77 | 158.04 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 163 | 189 | 0.67 | 0.14 | 0 | 0.26 | 192.28 | 0.51 | 0.49 |
| Hex | 3E | A3 | BD | 43 | E | 0 | 1A | C0 | 33 | 31 |
| Octal | 76 | 243 | 275 | 103 | 16 | 0 | 32 | 300 | 63 | 61 |
| Binary | 111110 | 10100011 | 10111101 | 1000011 | 1110 | 0 | 11010 | 11000000 | 110011 | 110001 |
Color Harmonies of #3EA3BD
Complementary color
Monochromatic Colors of #3EA3BD
Black with #3EA3BD
Text Example
Text Example
White with #3EA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA3BD; }
p { color: rgb(62,163,189); }
H1.HeaderClassName
{
color: #3EA3BD;
}
.AnyTagClassName
{
color: #3EA3BD;
}
</style>
background-color css
<style>
a { background-color: #3EA3BD; }
a { background-color: rgb(62,163,189); }
div.DivClassName
{
background-color: #3EA3BD;
}
.BgClassName
{
background-color: #3EA3BD;
}
</style>
border-color css
<style>
span { border-color: #3EA3BD; }
span { border-color: rgb(62,163,189); }
td.TdClassName
{
border-color: #3EA3BD;
}
.TagClassName
{
border-color: #3EA3BD;
}
</style>