Shades of Viking #3BA2BE
Tints of Viking #3BA2BE
RGB
CMYK
RGB Variations
Color information
#3BA2BE (or 0x3BA2BE) is known color: Viking. HEX triplet: 3B, A2 and BE. RGB value is (59,162,190). Sum of RGB (Red+Green+Blue) = 59+162+190=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BA2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2BE is #C45D41. Grayscale: #868686. Windows color (decimal): -12868930 or 12493371. OLE color: 12493371.
HSL color Cylindrical-coordinate representation of color #3BA2BE: hue angle of 192.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BA2BE is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 162 | 190 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.25 |
| HSL | 192.82º | 0.53% | 0.49% | - |
| HSV(B) | 192.82º | 0.69% | 0.75% | - |
| XYZ | 24.02 | 30.49 | 53.33 | - |
| YUV | 134.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 190 | 0.69 | 0.15 | 0 | 0.25 | 192.82 | 0.53 | 0.49 |
| Hex | 3B | A2 | BE | 45 | F | 0 | 19 | C1 | 35 | 31 |
| Octal | 73 | 242 | 276 | 105 | 17 | 0 | 31 | 301 | 65 | 61 |
| Binary | 111011 | 10100010 | 10111110 | 1000101 | 1111 | 0 | 11001 | 11000001 | 110101 | 110001 |
Color Harmonies of #3BA2BE
Complementary color
Monochromatic Colors of #3BA2BE
Black with #3BA2BE
Text Example
Text Example
White with #3BA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2BE; }
p { color: rgb(59,162,190); }
H1.HeaderClassName
{
color: #3BA2BE;
}
.AnyTagClassName
{
color: #3BA2BE;
}
</style>
background-color css
<style>
a { background-color: #3BA2BE; }
a { background-color: rgb(59,162,190); }
div.DivClassName
{
background-color: #3BA2BE;
}
.BgClassName
{
background-color: #3BA2BE;
}
</style>
border-color css
<style>
span { border-color: #3BA2BE; }
span { border-color: rgb(59,162,190); }
td.TdClassName
{
border-color: #3BA2BE;
}
.TagClassName
{
border-color: #3BA2BE;
}
</style>