Shades of Viking #3BBDCC
Tints of Viking #3BBDCC
RGB
CMYK
RGB Variations
Color information
#3BBDCC (or 0x3BBDCC) is known color: Viking. HEX triplet: 3B, BD and CC. RGB value is (59,189,204). Sum of RGB (Red+Green+Blue) = 59+189+204=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BBDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDCC is #C44233. Grayscale: #979797. Windows color (decimal): -12862004 or 13417787. OLE color: 13417787.
HSL color Cylindrical-coordinate representation of color #3BBDCC: hue angle of 186.21º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBDCC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 189 | 204 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.2 |
| HSL | 186.21º | 0.59% | 0.52% | - |
| HSV(B) | 186.21º | 0.71% | 0.8% | - |
| XYZ | 30.9 | 41.68 | 63.54 | - |
| YUV | 151.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 204 | 0.71 | 0.07 | 0 | 0.2 | 186.21 | 0.59 | 0.52 |
| Hex | 3B | BD | CC | 47 | 7 | 0 | 14 | BA | 3B | 34 |
| Octal | 73 | 275 | 314 | 107 | 7 | 0 | 24 | 272 | 73 | 64 |
| Binary | 111011 | 10111101 | 11001100 | 1000111 | 111 | 0 | 10100 | 10111010 | 111011 | 110100 |
Color Harmonies of #3BBDCC
Complementary color
Monochromatic Colors of #3BBDCC
Black with #3BBDCC
Text Example
Text Example
White with #3BBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDCC; }
p { color: rgb(59,189,204); }
H1.HeaderClassName
{
color: #3BBDCC;
}
.AnyTagClassName
{
color: #3BBDCC;
}
</style>
background-color css
<style>
a { background-color: #3BBDCC; }
a { background-color: rgb(59,189,204); }
div.DivClassName
{
background-color: #3BBDCC;
}
.BgClassName
{
background-color: #3BBDCC;
}
</style>
border-color css
<style>
span { border-color: #3BBDCC; }
span { border-color: rgb(59,189,204); }
td.TdClassName
{
border-color: #3BBDCC;
}
.TagClassName
{
border-color: #3BBDCC;
}
</style>