Shades of Viking #3BACC0
Tints of Viking #3BACC0
RGB
CMYK
RGB Variations
Color information
#3BACC0 (or 0x3BACC0) is known color: Viking. HEX triplet: 3B, AC and C0. RGB value is (59,172,192). Sum of RGB (Red+Green+Blue) = 59+172+192=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #3BACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACC0 is #C4533F. Grayscale: #8C8C8C. Windows color (decimal): -12866368 or 12627003. OLE color: 12627003.
HSL color Cylindrical-coordinate representation of color #3BACC0: hue angle of 189.02º 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 #3BACC0 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 172 | 192 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.25 |
| HSL | 189.02º | 0.53% | 0.49% | - |
| HSV(B) | 189.02º | 0.69% | 0.75% | - |
| XYZ | 26.07 | 34.24 | 55.1 | - |
| YUV | 140.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 192 | 0.69 | 0.10 | 0 | 0.25 | 189.02 | 0.53 | 0.49 |
| Hex | 3B | AC | C0 | 45 | A | 0 | 19 | BD | 35 | 31 |
| Octal | 73 | 254 | 300 | 105 | 12 | 0 | 31 | 275 | 65 | 61 |
| Binary | 111011 | 10101100 | 11000000 | 1000101 | 1010 | 0 | 11001 | 10111101 | 110101 | 110001 |
Color Harmonies of #3BACC0
Complementary color
Monochromatic Colors of #3BACC0
Black with #3BACC0
Text Example
Text Example
White with #3BACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACC0; }
p { color: rgb(59,172,192); }
H1.HeaderClassName
{
color: #3BACC0;
}
.AnyTagClassName
{
color: #3BACC0;
}
</style>
background-color css
<style>
a { background-color: #3BACC0; }
a { background-color: rgb(59,172,192); }
div.DivClassName
{
background-color: #3BACC0;
}
.BgClassName
{
background-color: #3BACC0;
}
</style>
border-color css
<style>
span { border-color: #3BACC0; }
span { border-color: rgb(59,172,192); }
td.TdClassName
{
border-color: #3BACC0;
}
.TagClassName
{
border-color: #3BACC0;
}
</style>