Shades of Viking #3EAFBA
Tints of Viking #3EAFBA
RGB
CMYK
RGB Variations
Color information
#3EAFBA (or 0x3EAFBA) is known color: Viking. HEX triplet: 3E, AF and BA. RGB value is (62,175,186). Sum of RGB (Red+Green+Blue) = 62+175+186=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFBA is #C15045. Grayscale: #8E8E8E. Windows color (decimal): -12668998 or 12234558. OLE color: 12234558.
HSL color Cylindrical-coordinate representation of color #3EAFBA: hue angle of 185.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EAFBA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 175 | 186 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.27 |
| HSL | 185.32º | 0.5% | 0.49% | - |
| HSV(B) | 185.32º | 0.67% | 0.73% | - |
| XYZ | 26.18 | 35.23 | 51.87 | - |
| YUV | 142.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 175 | 186 | 0.67 | 0.06 | 0 | 0.27 | 185.32 | 0.5 | 0.49 |
| Hex | 3E | AF | BA | 43 | 6 | 0 | 1B | B9 | 32 | 31 |
| Octal | 76 | 257 | 272 | 103 | 6 | 0 | 33 | 271 | 62 | 61 |
| Binary | 111110 | 10101111 | 10111010 | 1000011 | 110 | 0 | 11011 | 10111001 | 110010 | 110001 |
Color Harmonies of #3EAFBA
Complementary color
Monochromatic Colors of #3EAFBA
Black with #3EAFBA
Text Example
Text Example
White with #3EAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAFBA; }
p { color: rgb(62,175,186); }
H1.HeaderClassName
{
color: #3EAFBA;
}
.AnyTagClassName
{
color: #3EAFBA;
}
</style>
background-color css
<style>
a { background-color: #3EAFBA; }
a { background-color: rgb(62,175,186); }
div.DivClassName
{
background-color: #3EAFBA;
}
.BgClassName
{
background-color: #3EAFBA;
}
</style>
border-color css
<style>
span { border-color: #3EAFBA; }
span { border-color: rgb(62,175,186); }
td.TdClassName
{
border-color: #3EAFBA;
}
.TagClassName
{
border-color: #3EAFBA;
}
</style>