Shades of Viking #3BB2B6
Tints of Viking #3BB2B6
RGB
CMYK
RGB Variations
Color information
#3BB2B6 (or 0x3BB2B6) is known color: Viking. HEX triplet: 3B, B2 and B6. RGB value is (59,178,182). Sum of RGB (Red+Green+Blue) = 59+178+182=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #3BB2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB2B6 is #C44D49. Grayscale: #8E8E8E. Windows color (decimal): -12864842 or 11973179. OLE color: 11973179.
HSL color Cylindrical-coordinate representation of color #3BB2B6: hue angle of 181.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB2B6 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 178 | 182 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.29 |
| HSL | 181.95º | 0.51% | 0.47% | - |
| HSV(B) | 181.95º | 0.68% | 0.71% | - |
| XYZ | 26.17 | 36.15 | 49.85 | - |
| YUV | 142.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 178 | 182 | 0.68 | 0.02 | 0 | 0.29 | 181.95 | 0.51 | 0.47 |
| Hex | 3B | B2 | B6 | 44 | 2 | 0 | 1D | B6 | 33 | 2F |
| Octal | 73 | 262 | 266 | 104 | 2 | 0 | 35 | 266 | 63 | 57 |
| Binary | 111011 | 10110010 | 10110110 | 1000100 | 10 | 0 | 11101 | 10110110 | 110011 | 101111 |
Color Harmonies of #3BB2B6
Complementary color
Monochromatic Colors of #3BB2B6
Black with #3BB2B6
Text Example
Text Example
White with #3BB2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB2B6; }
p { color: rgb(59,178,182); }
H1.HeaderClassName
{
color: #3BB2B6;
}
.AnyTagClassName
{
color: #3BB2B6;
}
</style>
background-color css
<style>
a { background-color: #3BB2B6; }
a { background-color: rgb(59,178,182); }
div.DivClassName
{
background-color: #3BB2B6;
}
.BgClassName
{
background-color: #3BB2B6;
}
</style>
border-color css
<style>
span { border-color: #3BB2B6; }
span { border-color: rgb(59,178,182); }
td.TdClassName
{
border-color: #3BB2B6;
}
.TagClassName
{
border-color: #3BB2B6;
}
</style>