Shades of Viking #3CB1CC
Tints of Viking #3CB1CC
RGB
CMYK
RGB Variations
Color information
#3CB1CC (or 0x3CB1CC) is known color: Viking. HEX triplet: 3C, B1 and CC. RGB value is (60,177,204). Sum of RGB (Red+Green+Blue) = 60+177+204=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CB1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB1CC is #C34E33. Grayscale: #909090. Windows color (decimal): -12799540 or 13414716. OLE color: 13414716.
HSL color Cylindrical-coordinate representation of color #3CB1CC: hue angle of 191.25º 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 #3CB1CC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 177 | 204 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.2 |
| HSL | 191.25º | 0.59% | 0.52% | - |
| HSV(B) | 191.25º | 0.71% | 0.8% | - |
| XYZ | 28.48 | 36.76 | 62.72 | - |
| YUV | 145.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 204 | 0.71 | 0.13 | 0 | 0.2 | 191.25 | 0.59 | 0.52 |
| Hex | 3C | B1 | CC | 47 | D | 0 | 14 | BF | 3B | 34 |
| Octal | 74 | 261 | 314 | 107 | 15 | 0 | 24 | 277 | 73 | 64 |
| Binary | 111100 | 10110001 | 11001100 | 1000111 | 1101 | 0 | 10100 | 10111111 | 111011 | 110100 |
Color Harmonies of #3CB1CC
Complementary color
Monochromatic Colors of #3CB1CC
Black with #3CB1CC
Text Example
Text Example
White with #3CB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB1CC; }
p { color: rgb(60,177,204); }
H1.HeaderClassName
{
color: #3CB1CC;
}
.AnyTagClassName
{
color: #3CB1CC;
}
</style>
background-color css
<style>
a { background-color: #3CB1CC; }
a { background-color: rgb(60,177,204); }
div.DivClassName
{
background-color: #3CB1CC;
}
.BgClassName
{
background-color: #3CB1CC;
}
</style>
border-color css
<style>
span { border-color: #3CB1CC; }
span { border-color: rgb(60,177,204); }
td.TdClassName
{
border-color: #3CB1CC;
}
.TagClassName
{
border-color: #3CB1CC;
}
</style>