Shades of Viking #3BADC0
Tints of Viking #3BADC0
RGB
CMYK
RGB Variations
Color information
#3BADC0 (or 0x3BADC0) is known color: Viking. HEX triplet: 3B, AD and C0. RGB value is (59,173,192). Sum of RGB (Red+Green+Blue) = 59+173+192=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #3BADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADC0 is #C4523F. Grayscale: #8C8C8C. Windows color (decimal): -12866112 or 12627259. OLE color: 12627259.
HSL color Cylindrical-coordinate representation of color #3BADC0: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BADC0 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 173 | 192 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.25 |
| HSL | 188.57º | 0.53% | 0.49% | - |
| HSV(B) | 188.57º | 0.69% | 0.75% | - |
| XYZ | 26.26 | 34.62 | 55.17 | - |
| YUV | 141.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 192 | 0.69 | 0.10 | 0 | 0.25 | 188.57 | 0.53 | 0.49 |
| Hex | 3B | AD | C0 | 45 | A | 0 | 19 | BD | 35 | 31 |
| Octal | 73 | 255 | 300 | 105 | 12 | 0 | 31 | 275 | 65 | 61 |
| Binary | 111011 | 10101101 | 11000000 | 1000101 | 1010 | 0 | 11001 | 10111101 | 110101 | 110001 |
Color Harmonies of #3BADC0
Complementary color
Monochromatic Colors of #3BADC0
Black with #3BADC0
Text Example
Text Example
White with #3BADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADC0; }
p { color: rgb(59,173,192); }
H1.HeaderClassName
{
color: #3BADC0;
}
.AnyTagClassName
{
color: #3BADC0;
}
</style>
background-color css
<style>
a { background-color: #3BADC0; }
a { background-color: rgb(59,173,192); }
div.DivClassName
{
background-color: #3BADC0;
}
.BgClassName
{
background-color: #3BADC0;
}
</style>
border-color css
<style>
span { border-color: #3BADC0; }
span { border-color: rgb(59,173,192); }
td.TdClassName
{
border-color: #3BADC0;
}
.TagClassName
{
border-color: #3BADC0;
}
</style>