Shades of Viking #3BB3BC
Tints of Viking #3BB3BC
RGB
CMYK
RGB Variations
Color information
#3BB3BC (or 0x3BB3BC) is known color: Viking. HEX triplet: 3B, B3 and BC. RGB value is (59,179,188). Sum of RGB (Red+Green+Blue) = 59+179+188=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB3BC is #C44C43. Grayscale: #8F8F8F. Windows color (decimal): -12864580 or 12366651. OLE color: 12366651.
HSL color Cylindrical-coordinate representation of color #3BB3BC: hue angle of 184.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BB3BC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 179 | 188 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.26 |
| HSL | 184.19º | 0.52% | 0.48% | - |
| HSV(B) | 184.19º | 0.69% | 0.74% | - |
| XYZ | 27 | 36.8 | 53.26 | - |
| YUV | 144.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 179 | 188 | 0.69 | 0.05 | 0 | 0.26 | 184.19 | 0.52 | 0.48 |
| Hex | 3B | B3 | BC | 45 | 5 | 0 | 1A | B8 | 34 | 30 |
| Octal | 73 | 263 | 274 | 105 | 5 | 0 | 32 | 270 | 64 | 60 |
| Binary | 111011 | 10110011 | 10111100 | 1000101 | 101 | 0 | 11010 | 10111000 | 110100 | 110000 |
Color Harmonies of #3BB3BC
Complementary color
Monochromatic Colors of #3BB3BC
Black with #3BB3BC
Text Example
Text Example
White with #3BB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB3BC; }
p { color: rgb(59,179,188); }
H1.HeaderClassName
{
color: #3BB3BC;
}
.AnyTagClassName
{
color: #3BB3BC;
}
</style>
background-color css
<style>
a { background-color: #3BB3BC; }
a { background-color: rgb(59,179,188); }
div.DivClassName
{
background-color: #3BB3BC;
}
.BgClassName
{
background-color: #3BB3BC;
}
</style>
border-color css
<style>
span { border-color: #3BB3BC; }
span { border-color: rgb(59,179,188); }
td.TdClassName
{
border-color: #3BB3BC;
}
.TagClassName
{
border-color: #3BB3BC;
}
</style>