Shades of Viking #3CBACD
Tints of Viking #3CBACD
RGB
CMYK
RGB Variations
Color information
#3CBACD (or 0x3CBACD) is known color: Viking. HEX triplet: 3C, BA and CD. RGB value is (60,186,205). Sum of RGB (Red+Green+Blue) = 60+186+205=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBACD is #C34532. Grayscale: #969696. Windows color (decimal): -12797235 or 13482556. OLE color: 13482556.
HSL color Cylindrical-coordinate representation of color #3CBACD: hue angle of 187.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CBACD is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 186 | 205 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.20 |
| HSL | 187.86º | 0.59% | 0.52% | - |
| HSV(B) | 187.86º | 0.71% | 0.8% | - |
| XYZ | 30.44 | 40.49 | 63.97 | - |
| YUV | 150.49 | 158.76 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 205 | 0.71 | 0.09 | 0 | 0.20 | 187.86 | 0.59 | 0.52 |
| Hex | 3C | BA | CD | 47 | 9 | 0 | 14 | BC | 3B | 34 |
| Octal | 74 | 272 | 315 | 107 | 11 | 0 | 24 | 274 | 73 | 64 |
| Binary | 111100 | 10111010 | 11001101 | 1000111 | 1001 | 0 | 10100 | 10111100 | 111011 | 110100 |
Color Harmonies of #3CBACD
Complementary color
Monochromatic Colors of #3CBACD
Black with #3CBACD
Text Example
Text Example
White with #3CBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBACD; }
p { color: rgb(60,186,205); }
H1.HeaderClassName
{
color: #3CBACD;
}
.AnyTagClassName
{
color: #3CBACD;
}
</style>
background-color css
<style>
a { background-color: #3CBACD; }
a { background-color: rgb(60,186,205); }
div.DivClassName
{
background-color: #3CBACD;
}
.BgClassName
{
background-color: #3CBACD;
}
</style>
border-color css
<style>
span { border-color: #3CBACD; }
span { border-color: rgb(60,186,205); }
td.TdClassName
{
border-color: #3CBACD;
}
.TagClassName
{
border-color: #3CBACD;
}
</style>