Shades of Viking #3BBCC8
Tints of Viking #3BBCC8
RGB
CMYK
RGB Variations
Color information
#3BBCC8 (or 0x3BBCC8) is known color: Viking. HEX triplet: 3B, BC and C8. RGB value is (59,188,200). Sum of RGB (Red+Green+Blue) = 59+188+200=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #3BBCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCC8 is #C44337. Grayscale: #969696. Windows color (decimal): -12862264 or 13155387. OLE color: 13155387.
HSL color Cylindrical-coordinate representation of color #3BBCC8: hue angle of 185.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBCC8 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 188 | 200 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.22 |
| HSL | 185.11º | 0.56% | 0.51% | - |
| HSV(B) | 185.11º | 0.71% | 0.78% | - |
| XYZ | 30.21 | 41.07 | 60.98 | - |
| YUV | 150.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 200 | 0.70 | 0.06 | 0 | 0.22 | 185.11 | 0.56 | 0.51 |
| Hex | 3B | BC | C8 | 46 | 6 | 0 | 16 | B9 | 38 | 33 |
| Octal | 73 | 274 | 310 | 106 | 6 | 0 | 26 | 271 | 70 | 63 |
| Binary | 111011 | 10111100 | 11001000 | 1000110 | 110 | 0 | 10110 | 10111001 | 111000 | 110011 |
Color Harmonies of #3BBCC8
Complementary color
Monochromatic Colors of #3BBCC8
Black with #3BBCC8
Text Example
Text Example
White with #3BBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCC8; }
p { color: rgb(59,188,200); }
H1.HeaderClassName
{
color: #3BBCC8;
}
.AnyTagClassName
{
color: #3BBCC8;
}
</style>
background-color css
<style>
a { background-color: #3BBCC8; }
a { background-color: rgb(59,188,200); }
div.DivClassName
{
background-color: #3BBCC8;
}
.BgClassName
{
background-color: #3BBCC8;
}
</style>
border-color css
<style>
span { border-color: #3BBCC8; }
span { border-color: rgb(59,188,200); }
td.TdClassName
{
border-color: #3BBCC8;
}
.TagClassName
{
border-color: #3BBCC8;
}
</style>