Shades of Viking #3BA6BF
Tints of Viking #3BA6BF
RGB
CMYK
RGB Variations
Color information
#3BA6BF (or 0x3BA6BF) is known color: Viking. HEX triplet: 3B, A6 and BF. RGB value is (59,166,191). Sum of RGB (Red+Green+Blue) = 59+166+191=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #3BA6BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA6BF is #C45940. Grayscale: #888888. Windows color (decimal): -12867905 or 12559931. OLE color: 12559931.
HSL color Cylindrical-coordinate representation of color #3BA6BF: hue angle of 191.36º 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 #3BA6BF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 166 | 191 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.25 |
| HSL | 191.36º | 0.53% | 0.49% | - |
| HSV(B) | 191.36º | 0.69% | 0.75% | - |
| XYZ | 24.84 | 31.96 | 54.15 | - |
| YUV | 136.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 191 | 0.69 | 0.13 | 0 | 0.25 | 191.36 | 0.53 | 0.49 |
| Hex | 3B | A6 | BF | 45 | D | 0 | 19 | BF | 35 | 31 |
| Octal | 73 | 246 | 277 | 105 | 15 | 0 | 31 | 277 | 65 | 61 |
| Binary | 111011 | 10100110 | 10111111 | 1000101 | 1101 | 0 | 11001 | 10111111 | 110101 | 110001 |
Color Harmonies of #3BA6BF
Complementary color
Monochromatic Colors of #3BA6BF
Black with #3BA6BF
Text Example
Text Example
White with #3BA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA6BF; }
p { color: rgb(59,166,191); }
H1.HeaderClassName
{
color: #3BA6BF;
}
.AnyTagClassName
{
color: #3BA6BF;
}
</style>
background-color css
<style>
a { background-color: #3BA6BF; }
a { background-color: rgb(59,166,191); }
div.DivClassName
{
background-color: #3BA6BF;
}
.BgClassName
{
background-color: #3BA6BF;
}
</style>
border-color css
<style>
span { border-color: #3BA6BF; }
span { border-color: rgb(59,166,191); }
td.TdClassName
{
border-color: #3BA6BF;
}
.TagClassName
{
border-color: #3BA6BF;
}
</style>