Shades of Viking #3CABBA
Tints of Viking #3CABBA
RGB
CMYK
RGB Variations
Color information
#3CABBA (or 0x3CABBA) is known color: Viking. HEX triplet: 3C, AB and BA. RGB value is (60,171,186). Sum of RGB (Red+Green+Blue) = 60+171+186=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #3CABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABBA is #C35445. Grayscale: #8B8B8B. Windows color (decimal): -12801094 or 12233532. OLE color: 12233532.
HSL color Cylindrical-coordinate representation of color #3CABBA: hue angle of 187.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CABBA is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 171 | 186 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.27 |
| HSL | 187.14º | 0.51% | 0.48% | - |
| HSV(B) | 187.14º | 0.68% | 0.73% | - |
| XYZ | 25.29 | 33.63 | 51.61 | - |
| YUV | 139.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 186 | 0.68 | 0.08 | 0 | 0.27 | 187.14 | 0.51 | 0.48 |
| Hex | 3C | AB | BA | 44 | 8 | 0 | 1B | BB | 33 | 30 |
| Octal | 74 | 253 | 272 | 104 | 10 | 0 | 33 | 273 | 63 | 60 |
| Binary | 111100 | 10101011 | 10111010 | 1000100 | 1000 | 0 | 11011 | 10111011 | 110011 | 110000 |
Color Harmonies of #3CABBA
Complementary color
Monochromatic Colors of #3CABBA
Black with #3CABBA
Text Example
Text Example
White with #3CABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABBA; }
p { color: rgb(60,171,186); }
H1.HeaderClassName
{
color: #3CABBA;
}
.AnyTagClassName
{
color: #3CABBA;
}
</style>
background-color css
<style>
a { background-color: #3CABBA; }
a { background-color: rgb(60,171,186); }
div.DivClassName
{
background-color: #3CABBA;
}
.BgClassName
{
background-color: #3CABBA;
}
</style>
border-color css
<style>
span { border-color: #3CABBA; }
span { border-color: rgb(60,171,186); }
td.TdClassName
{
border-color: #3CABBA;
}
.TagClassName
{
border-color: #3CABBA;
}
</style>