Shades of Viking #3BBBBC
Tints of Viking #3BBBBC
RGB
CMYK
RGB Variations
Color information
#3BBBBC (or 0x3BBBBC) is known color: Viking. HEX triplet: 3B, BB and BC. RGB value is (59,187,188). Sum of RGB (Red+Green+Blue) = 59+187+188=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBBC is #C44443. Grayscale: #949494. Windows color (decimal): -12862532 or 12368699. OLE color: 12368699.
HSL color Cylindrical-coordinate representation of color #3BBBBC: hue angle of 180.47º 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 #3BBBBC is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 187 | 188 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.26 |
| HSL | 180.47º | 0.52% | 0.48% | - |
| HSV(B) | 180.47º | 0.69% | 0.74% | - |
| XYZ | 28.65 | 40.1 | 53.81 | - |
| YUV | 148.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 188 | 0.69 | 0.01 | 0 | 0.26 | 180.47 | 0.52 | 0.48 |
| Hex | 3B | BB | BC | 45 | 1 | 0 | 1A | B4 | 34 | 30 |
| Octal | 73 | 273 | 274 | 105 | 1 | 0 | 32 | 264 | 64 | 60 |
| Binary | 111011 | 10111011 | 10111100 | 1000101 | 1 | 0 | 11010 | 10110100 | 110100 | 110000 |
Color Harmonies of #3BBBBC
Complementary color
Monochromatic Colors of #3BBBBC
Black with #3BBBBC
Text Example
Text Example
White with #3BBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBBC; }
p { color: rgb(59,187,188); }
H1.HeaderClassName
{
color: #3BBBBC;
}
.AnyTagClassName
{
color: #3BBBBC;
}
</style>
background-color css
<style>
a { background-color: #3BBBBC; }
a { background-color: rgb(59,187,188); }
div.DivClassName
{
background-color: #3BBBBC;
}
.BgClassName
{
background-color: #3BBBBC;
}
</style>
border-color css
<style>
span { border-color: #3BBBBC; }
span { border-color: rgb(59,187,188); }
td.TdClassName
{
border-color: #3BBBBC;
}
.TagClassName
{
border-color: #3BBBBC;
}
</style>