Shades of Viking #3CBACC
Tints of Viking #3CBACC
RGB
CMYK
RGB Variations
Color information
#3CBACC (or 0x3CBACC) is known color: Viking. HEX triplet: 3C, BA and CC. RGB value is (60,186,204). Sum of RGB (Red+Green+Blue) = 60+186+204=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBACC is #C34533. Grayscale: #969696. Windows color (decimal): -12797236 or 13417020. OLE color: 13417020.
HSL color Cylindrical-coordinate representation of color #3CBACC: hue angle of 187.5º 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 #3CBACC is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 186 | 204 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.2 |
| HSL | 187.5º | 0.59% | 0.52% | - |
| HSV(B) | 187.5º | 0.71% | 0.8% | - |
| XYZ | 30.32 | 40.44 | 63.33 | - |
| YUV | 150.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 204 | 0.71 | 0.09 | 0 | 0.2 | 187.5 | 0.59 | 0.52 |
| Hex | 3C | BA | CC | 47 | 9 | 0 | 14 | BC | 3B | 34 |
| Octal | 74 | 272 | 314 | 107 | 11 | 0 | 24 | 274 | 73 | 64 |
| Binary | 111100 | 10111010 | 11001100 | 1000111 | 1001 | 0 | 10100 | 10111100 | 111011 | 110100 |
Color Harmonies of #3CBACC
Complementary color
Monochromatic Colors of #3CBACC
Black with #3CBACC
Text Example
Text Example
White with #3CBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBACC; }
p { color: rgb(60,186,204); }
H1.HeaderClassName
{
color: #3CBACC;
}
.AnyTagClassName
{
color: #3CBACC;
}
</style>
background-color css
<style>
a { background-color: #3CBACC; }
a { background-color: rgb(60,186,204); }
div.DivClassName
{
background-color: #3CBACC;
}
.BgClassName
{
background-color: #3CBACC;
}
</style>
border-color css
<style>
span { border-color: #3CBACC; }
span { border-color: rgb(60,186,204); }
td.TdClassName
{
border-color: #3CBACC;
}
.TagClassName
{
border-color: #3CBACC;
}
</style>