Shades of Viking #3BBACA
Tints of Viking #3BBACA
RGB
CMYK
RGB Variations
Color information
#3BBACA (or 0x3BBACA) is known color: Viking. HEX triplet: 3B, BA and CA. RGB value is (59,186,202). Sum of RGB (Red+Green+Blue) = 59+186+202=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BBACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBACA is #C44535. Grayscale: #959595. Windows color (decimal): -12862774 or 13285947. OLE color: 13285947.
HSL color Cylindrical-coordinate representation of color #3BBACA: hue angle of 186.71º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBACA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 186 | 202 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.21 |
| HSL | 186.71º | 0.57% | 0.51% | - |
| HSV(B) | 186.71º | 0.71% | 0.79% | - |
| XYZ | 30.02 | 40.31 | 62.08 | - |
| YUV | 149.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 202 | 0.71 | 0.08 | 0 | 0.21 | 186.71 | 0.57 | 0.51 |
| Hex | 3B | BA | CA | 47 | 8 | 0 | 15 | BB | 39 | 33 |
| Octal | 73 | 272 | 312 | 107 | 10 | 0 | 25 | 273 | 71 | 63 |
| Binary | 111011 | 10111010 | 11001010 | 1000111 | 1000 | 0 | 10101 | 10111011 | 111001 | 110011 |
Color Harmonies of #3BBACA
Complementary color
Monochromatic Colors of #3BBACA
Black with #3BBACA
Text Example
Text Example
White with #3BBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBACA; }
p { color: rgb(59,186,202); }
H1.HeaderClassName
{
color: #3BBACA;
}
.AnyTagClassName
{
color: #3BBACA;
}
</style>
background-color css
<style>
a { background-color: #3BBACA; }
a { background-color: rgb(59,186,202); }
div.DivClassName
{
background-color: #3BBACA;
}
.BgClassName
{
background-color: #3BBACA;
}
</style>
border-color css
<style>
span { border-color: #3BBACA; }
span { border-color: rgb(59,186,202); }
td.TdClassName
{
border-color: #3BBACA;
}
.TagClassName
{
border-color: #3BBACA;
}
</style>