Shades of Viking #3BABB6
Tints of Viking #3BABB6
RGB
CMYK
RGB Variations
Color information
#3BABB6 (or 0x3BABB6) is known color: Viking. HEX triplet: 3B, AB and B6. RGB value is (59,171,182). Sum of RGB (Red+Green+Blue) = 59+171+182=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #3BABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BABB6 is #C45449. Grayscale: #8A8A8A. Windows color (decimal): -12866634 or 11971387. OLE color: 11971387.
HSL color Cylindrical-coordinate representation of color #3BABB6: hue angle of 185.37º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BABB6 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 171 | 182 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.29 |
| HSL | 185.37º | 0.51% | 0.47% | - |
| HSV(B) | 185.37º | 0.68% | 0.71% | - |
| XYZ | 24.81 | 33.43 | 49.4 | - |
| YUV | 138.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 182 | 0.68 | 0.06 | 0 | 0.29 | 185.37 | 0.51 | 0.47 |
| Hex | 3B | AB | B6 | 44 | 6 | 0 | 1D | B9 | 33 | 2F |
| Octal | 73 | 253 | 266 | 104 | 6 | 0 | 35 | 271 | 63 | 57 |
| Binary | 111011 | 10101011 | 10110110 | 1000100 | 110 | 0 | 11101 | 10111001 | 110011 | 101111 |
Color Harmonies of #3BABB6
Complementary color
Monochromatic Colors of #3BABB6
Black with #3BABB6
Text Example
Text Example
White with #3BABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BABB6; }
p { color: rgb(59,171,182); }
H1.HeaderClassName
{
color: #3BABB6;
}
.AnyTagClassName
{
color: #3BABB6;
}
</style>
background-color css
<style>
a { background-color: #3BABB6; }
a { background-color: rgb(59,171,182); }
div.DivClassName
{
background-color: #3BABB6;
}
.BgClassName
{
background-color: #3BABB6;
}
</style>
border-color css
<style>
span { border-color: #3BABB6; }
span { border-color: rgb(59,171,182); }
td.TdClassName
{
border-color: #3BABB6;
}
.TagClassName
{
border-color: #3BABB6;
}
</style>