Shades of Viking #3CBCC2
Tints of Viking #3CBCC2
RGB
CMYK
RGB Variations
Color information
#3CBCC2 (or 0x3CBCC2) is known color: Viking. HEX triplet: 3C, BC and C2. RGB value is (60,188,194). Sum of RGB (Red+Green+Blue) = 60+188+194=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #3CBCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCC2 is #C3433D. Grayscale: #969696. Windows color (decimal): -12796734 or 12762172. OLE color: 12762172.
HSL color Cylindrical-coordinate representation of color #3CBCC2: hue angle of 182.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBCC2 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 188 | 194 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.24 |
| HSL | 182.69º | 0.53% | 0.5% | - |
| HSV(B) | 182.69º | 0.69% | 0.76% | - |
| XYZ | 29.58 | 40.82 | 57.36 | - |
| YUV | 150.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 194 | 0.69 | 0.03 | 0 | 0.24 | 182.69 | 0.53 | 0.5 |
| Hex | 3C | BC | C2 | 45 | 3 | 0 | 18 | B7 | 35 | 32 |
| Octal | 74 | 274 | 302 | 105 | 3 | 0 | 30 | 267 | 65 | 62 |
| Binary | 111100 | 10111100 | 11000010 | 1000101 | 11 | 0 | 11000 | 10110111 | 110101 | 110010 |
Color Harmonies of #3CBCC2
Complementary color
Monochromatic Colors of #3CBCC2
Black with #3CBCC2
Text Example
Text Example
White with #3CBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCC2; }
p { color: rgb(60,188,194); }
H1.HeaderClassName
{
color: #3CBCC2;
}
.AnyTagClassName
{
color: #3CBCC2;
}
</style>
background-color css
<style>
a { background-color: #3CBCC2; }
a { background-color: rgb(60,188,194); }
div.DivClassName
{
background-color: #3CBCC2;
}
.BgClassName
{
background-color: #3CBCC2;
}
</style>
border-color css
<style>
span { border-color: #3CBCC2; }
span { border-color: rgb(60,188,194); }
td.TdClassName
{
border-color: #3CBCC2;
}
.TagClassName
{
border-color: #3CBCC2;
}
</style>