Shades of Viking #3BACC8
Tints of Viking #3BACC8
RGB
CMYK
RGB Variations
Color information
#3BACC8 (or 0x3BACC8) is known color: Viking. HEX triplet: 3B, AC and C8. RGB value is (59,172,200). Sum of RGB (Red+Green+Blue) = 59+172+200=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #3BACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACC8 is #C45337. Grayscale: #8D8D8D. Windows color (decimal): -12866360 or 13151291. OLE color: 13151291.
HSL color Cylindrical-coordinate representation of color #3BACC8: hue angle of 191.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BACC8 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 172 | 200 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.22 |
| HSL | 191.91º | 0.56% | 0.51% | - |
| HSV(B) | 191.91º | 0.71% | 0.78% | - |
| XYZ | 26.98 | 34.6 | 59.9 | - |
| YUV | 141.41 | 161.06 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 200 | 0.70 | 0.14 | 0 | 0.22 | 191.91 | 0.56 | 0.51 |
| Hex | 3B | AC | C8 | 46 | E | 0 | 16 | C0 | 38 | 33 |
| Octal | 73 | 254 | 310 | 106 | 16 | 0 | 26 | 300 | 70 | 63 |
| Binary | 111011 | 10101100 | 11001000 | 1000110 | 1110 | 0 | 10110 | 11000000 | 111000 | 110011 |
Color Harmonies of #3BACC8
Complementary color
Monochromatic Colors of #3BACC8
Black with #3BACC8
Text Example
Text Example
White with #3BACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACC8; }
p { color: rgb(59,172,200); }
H1.HeaderClassName
{
color: #3BACC8;
}
.AnyTagClassName
{
color: #3BACC8;
}
</style>
background-color css
<style>
a { background-color: #3BACC8; }
a { background-color: rgb(59,172,200); }
div.DivClassName
{
background-color: #3BACC8;
}
.BgClassName
{
background-color: #3BACC8;
}
</style>
border-color css
<style>
span { border-color: #3BACC8; }
span { border-color: rgb(59,172,200); }
td.TdClassName
{
border-color: #3BACC8;
}
.TagClassName
{
border-color: #3BACC8;
}
</style>