Shades of Viking #3BB6BB
Tints of Viking #3BB6BB
RGB
CMYK
RGB Variations
Color information
#3BB6BB (or 0x3BB6BB) is known color: Viking. HEX triplet: 3B, B6 and BB. RGB value is (59,182,187). Sum of RGB (Red+Green+Blue) = 59+182+187=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #3BB6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB6BB is #C44944. Grayscale: #919191. Windows color (decimal): -12863813 or 12301883. OLE color: 12301883.
HSL color Cylindrical-coordinate representation of color #3BB6BB: hue angle of 182.34º 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 #3BB6BB is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 182 | 187 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.27 |
| HSL | 182.34º | 0.52% | 0.48% | - |
| HSV(B) | 182.34º | 0.68% | 0.73% | - |
| XYZ | 27.5 | 37.97 | 52.89 | - |
| YUV | 145.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 182 | 187 | 0.68 | 0.03 | 0 | 0.27 | 182.34 | 0.52 | 0.48 |
| Hex | 3B | B6 | BB | 44 | 3 | 0 | 1B | B6 | 34 | 30 |
| Octal | 73 | 266 | 273 | 104 | 3 | 0 | 33 | 266 | 64 | 60 |
| Binary | 111011 | 10110110 | 10111011 | 1000100 | 11 | 0 | 11011 | 10110110 | 110100 | 110000 |
Color Harmonies of #3BB6BB
Complementary color
Monochromatic Colors of #3BB6BB
Black with #3BB6BB
Text Example
Text Example
White with #3BB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB6BB; }
p { color: rgb(59,182,187); }
H1.HeaderClassName
{
color: #3BB6BB;
}
.AnyTagClassName
{
color: #3BB6BB;
}
</style>
background-color css
<style>
a { background-color: #3BB6BB; }
a { background-color: rgb(59,182,187); }
div.DivClassName
{
background-color: #3BB6BB;
}
.BgClassName
{
background-color: #3BB6BB;
}
</style>
border-color css
<style>
span { border-color: #3BB6BB; }
span { border-color: rgb(59,182,187); }
td.TdClassName
{
border-color: #3BB6BB;
}
.TagClassName
{
border-color: #3BB6BB;
}
</style>