Shades of Viking #3BBBBF
Tints of Viking #3BBBBF
RGB
CMYK
RGB Variations
Color information
#3BBBBF (or 0x3BBBBF) is known color: Viking. HEX triplet: 3B, BB and BF. RGB value is (59,187,191). Sum of RGB (Red+Green+Blue) = 59+187+191=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #3BBBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBBF is #C44440. Grayscale: #959595. Windows color (decimal): -12862529 or 12565307. OLE color: 12565307.
HSL color Cylindrical-coordinate representation of color #3BBBBF: hue angle of 181.82º 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 #3BBBBF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 187 | 191 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.25 |
| HSL | 181.82º | 0.53% | 0.49% | - |
| HSV(B) | 181.82º | 0.69% | 0.75% | - |
| XYZ | 28.98 | 40.23 | 55.53 | - |
| YUV | 149.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 191 | 0.69 | 0.02 | 0 | 0.25 | 181.82 | 0.53 | 0.49 |
| Hex | 3B | BB | BF | 45 | 2 | 0 | 19 | B6 | 35 | 31 |
| Octal | 73 | 273 | 277 | 105 | 2 | 0 | 31 | 266 | 65 | 61 |
| Binary | 111011 | 10111011 | 10111111 | 1000101 | 10 | 0 | 11001 | 10110110 | 110101 | 110001 |
Color Harmonies of #3BBBBF
Complementary color
Monochromatic Colors of #3BBBBF
Black with #3BBBBF
Text Example
Text Example
White with #3BBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBBF; }
p { color: rgb(59,187,191); }
H1.HeaderClassName
{
color: #3BBBBF;
}
.AnyTagClassName
{
color: #3BBBBF;
}
</style>
background-color css
<style>
a { background-color: #3BBBBF; }
a { background-color: rgb(59,187,191); }
div.DivClassName
{
background-color: #3BBBBF;
}
.BgClassName
{
background-color: #3BBBBF;
}
</style>
border-color css
<style>
span { border-color: #3BBBBF; }
span { border-color: rgb(59,187,191); }
td.TdClassName
{
border-color: #3BBBBF;
}
.TagClassName
{
border-color: #3BBBBF;
}
</style>