Shades of Viking #3BACBB
Tints of Viking #3BACBB
RGB
CMYK
RGB Variations
Color information
#3BACBB (or 0x3BACBB) is known color: Viking. HEX triplet: 3B, AC and BB. RGB value is (59,172,187). Sum of RGB (Red+Green+Blue) = 59+172+187=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #3BACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACBB is #C45344. Grayscale: #8B8B8B. Windows color (decimal): -12866373 or 12299323. OLE color: 12299323.
HSL color Cylindrical-coordinate representation of color #3BACBB: hue angle of 187.03º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BACBB is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 172 | 187 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.27 |
| HSL | 187.03º | 0.52% | 0.48% | - |
| HSV(B) | 187.03º | 0.68% | 0.73% | - |
| XYZ | 25.53 | 34.02 | 52.24 | - |
| YUV | 139.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 187 | 0.68 | 0.08 | 0 | 0.27 | 187.03 | 0.52 | 0.48 |
| Hex | 3B | AC | BB | 44 | 8 | 0 | 1B | BB | 34 | 30 |
| Octal | 73 | 254 | 273 | 104 | 10 | 0 | 33 | 273 | 64 | 60 |
| Binary | 111011 | 10101100 | 10111011 | 1000100 | 1000 | 0 | 11011 | 10111011 | 110100 | 110000 |
Color Harmonies of #3BACBB
Complementary color
Monochromatic Colors of #3BACBB
Black with #3BACBB
Text Example
Text Example
White with #3BACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACBB; }
p { color: rgb(59,172,187); }
H1.HeaderClassName
{
color: #3BACBB;
}
.AnyTagClassName
{
color: #3BACBB;
}
</style>
background-color css
<style>
a { background-color: #3BACBB; }
a { background-color: rgb(59,172,187); }
div.DivClassName
{
background-color: #3BACBB;
}
.BgClassName
{
background-color: #3BACBB;
}
</style>
border-color css
<style>
span { border-color: #3BACBB; }
span { border-color: rgb(59,172,187); }
td.TdClassName
{
border-color: #3BACBB;
}
.TagClassName
{
border-color: #3BACBB;
}
</style>