Shades of Viking #3CBCCE
Tints of Viking #3CBCCE
RGB
CMYK
RGB Variations
Color information
#3CBCCE (or 0x3CBCCE) is known color: Viking. HEX triplet: 3C, BC and CE. RGB value is (60,188,206). Sum of RGB (Red+Green+Blue) = 60+188+206=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCCE is #C34331. Grayscale: #979797. Windows color (decimal): -12796722 or 13548604. OLE color: 13548604.
HSL color Cylindrical-coordinate representation of color #3CBCCE: hue angle of 187.4º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CBCCE is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 188 | 206 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.19 |
| HSL | 187.4º | 0.6% | 0.52% | - |
| HSV(B) | 187.4º | 0.71% | 0.81% | - |
| XYZ | 30.99 | 41.38 | 64.75 | - |
| YUV | 151.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 206 | 0.71 | 0.09 | 0 | 0.19 | 187.4 | 0.6 | 0.52 |
| Hex | 3C | BC | CE | 47 | 9 | 0 | 13 | BB | 3C | 34 |
| Octal | 74 | 274 | 316 | 107 | 11 | 0 | 23 | 273 | 74 | 64 |
| Binary | 111100 | 10111100 | 11001110 | 1000111 | 1001 | 0 | 10011 | 10111011 | 111100 | 110100 |
Color Harmonies of #3CBCCE
Complementary color
Monochromatic Colors of #3CBCCE
Black with #3CBCCE
Text Example
Text Example
White with #3CBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCCE; }
p { color: rgb(60,188,206); }
H1.HeaderClassName
{
color: #3CBCCE;
}
.AnyTagClassName
{
color: #3CBCCE;
}
</style>
background-color css
<style>
a { background-color: #3CBCCE; }
a { background-color: rgb(60,188,206); }
div.DivClassName
{
background-color: #3CBCCE;
}
.BgClassName
{
background-color: #3CBCCE;
}
</style>
border-color css
<style>
span { border-color: #3CBCCE; }
span { border-color: rgb(60,188,206); }
td.TdClassName
{
border-color: #3CBCCE;
}
.TagClassName
{
border-color: #3CBCCE;
}
</style>