Shades of Viking #3BB0CB
Tints of Viking #3BB0CB
RGB
CMYK
RGB Variations
Color information
#3BB0CB (or 0x3BB0CB) is known color: Viking. HEX triplet: 3B, B0 and CB. RGB value is (59,176,203). Sum of RGB (Red+Green+Blue) = 59+176+203=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BB0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB0CB is #C44F34. Grayscale: #8F8F8F. Windows color (decimal): -12865333 or 13348923. OLE color: 13348923.
HSL color Cylindrical-coordinate representation of color #3BB0CB: hue angle of 191.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BB0CB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 176 | 203 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.20 |
| HSL | 191.25º | 0.58% | 0.51% | - |
| HSV(B) | 191.25º | 0.71% | 0.8% | - |
| XYZ | 28.11 | 36.29 | 62.02 | - |
| YUV | 144.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 176 | 203 | 0.71 | 0.13 | 0 | 0.20 | 191.25 | 0.58 | 0.51 |
| Hex | 3B | B0 | CB | 47 | D | 0 | 14 | BF | 3A | 33 |
| Octal | 73 | 260 | 313 | 107 | 15 | 0 | 24 | 277 | 72 | 63 |
| Binary | 111011 | 10110000 | 11001011 | 1000111 | 1101 | 0 | 10100 | 10111111 | 111010 | 110011 |
Color Harmonies of #3BB0CB
Complementary color
Monochromatic Colors of #3BB0CB
Black with #3BB0CB
Text Example
Text Example
White with #3BB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB0CB; }
p { color: rgb(59,176,203); }
H1.HeaderClassName
{
color: #3BB0CB;
}
.AnyTagClassName
{
color: #3BB0CB;
}
</style>
background-color css
<style>
a { background-color: #3BB0CB; }
a { background-color: rgb(59,176,203); }
div.DivClassName
{
background-color: #3BB0CB;
}
.BgClassName
{
background-color: #3BB0CB;
}
</style>
border-color css
<style>
span { border-color: #3BB0CB; }
span { border-color: rgb(59,176,203); }
td.TdClassName
{
border-color: #3BB0CB;
}
.TagClassName
{
border-color: #3BB0CB;
}
</style>