Shades of Viking #3BA4BF
Tints of Viking #3BA4BF
RGB
CMYK
RGB Variations
Color information
#3BA4BF (or 0x3BA4BF) is known color: Viking. HEX triplet: 3B, A4 and BF. RGB value is (59,164,191). Sum of RGB (Red+Green+Blue) = 59+164+191=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #3BA4BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4BF is #C45B40. Grayscale: #878787. Windows color (decimal): -12868417 or 12559419. OLE color: 12559419.
HSL color Cylindrical-coordinate representation of color #3BA4BF: hue angle of 192.27º 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 #3BA4BF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 164 | 191 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.25 |
| HSL | 192.27º | 0.53% | 0.49% | - |
| HSV(B) | 192.27º | 0.69% | 0.75% | - |
| XYZ | 24.48 | 31.24 | 54.03 | - |
| YUV | 135.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 191 | 0.69 | 0.14 | 0 | 0.25 | 192.27 | 0.53 | 0.49 |
| Hex | 3B | A4 | BF | 45 | E | 0 | 19 | C0 | 35 | 31 |
| Octal | 73 | 244 | 277 | 105 | 16 | 0 | 31 | 300 | 65 | 61 |
| Binary | 111011 | 10100100 | 10111111 | 1000101 | 1110 | 0 | 11001 | 11000000 | 110101 | 110001 |
Color Harmonies of #3BA4BF
Complementary color
Monochromatic Colors of #3BA4BF
Black with #3BA4BF
Text Example
Text Example
White with #3BA4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4BF; }
p { color: rgb(59,164,191); }
H1.HeaderClassName
{
color: #3BA4BF;
}
.AnyTagClassName
{
color: #3BA4BF;
}
</style>
background-color css
<style>
a { background-color: #3BA4BF; }
a { background-color: rgb(59,164,191); }
div.DivClassName
{
background-color: #3BA4BF;
}
.BgClassName
{
background-color: #3BA4BF;
}
</style>
border-color css
<style>
span { border-color: #3BA4BF; }
span { border-color: rgb(59,164,191); }
td.TdClassName
{
border-color: #3BA4BF;
}
.TagClassName
{
border-color: #3BA4BF;
}
</style>