Shades of Viking #3BBCCF
Tints of Viking #3BBCCF
RGB
CMYK
RGB Variations
Color information
#3BBCCF (or 0x3BBCCF) is known color: Viking. HEX triplet: 3B, BC and CF. RGB value is (59,188,207). Sum of RGB (Red+Green+Blue) = 59+188+207=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCCF is #C44330. Grayscale: #979797. Windows color (decimal): -12862257 or 13614139. OLE color: 13614139.
HSL color Cylindrical-coordinate representation of color #3BBCCF: hue angle of 187.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBCCF is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 188 | 207 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.19 |
| HSL | 187.7º | 0.61% | 0.52% | - |
| HSV(B) | 187.7º | 0.71% | 0.81% | - |
| XYZ | 31.05 | 41.4 | 65.39 | - |
| YUV | 151.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 207 | 0.71 | 0.09 | 0 | 0.19 | 187.7 | 0.61 | 0.52 |
| Hex | 3B | BC | CF | 47 | 9 | 0 | 13 | BC | 3D | 34 |
| Octal | 73 | 274 | 317 | 107 | 11 | 0 | 23 | 274 | 75 | 64 |
| Binary | 111011 | 10111100 | 11001111 | 1000111 | 1001 | 0 | 10011 | 10111100 | 111101 | 110100 |
Color Harmonies of #3BBCCF
Complementary color
Monochromatic Colors of #3BBCCF
Black with #3BBCCF
Text Example
Text Example
White with #3BBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCCF; }
p { color: rgb(59,188,207); }
H1.HeaderClassName
{
color: #3BBCCF;
}
.AnyTagClassName
{
color: #3BBCCF;
}
</style>
background-color css
<style>
a { background-color: #3BBCCF; }
a { background-color: rgb(59,188,207); }
div.DivClassName
{
background-color: #3BBCCF;
}
.BgClassName
{
background-color: #3BBCCF;
}
</style>
border-color css
<style>
span { border-color: #3BBCCF; }
span { border-color: rgb(59,188,207); }
td.TdClassName
{
border-color: #3BBCCF;
}
.TagClassName
{
border-color: #3BBCCF;
}
</style>