Shades of Viking #3CBDCC
Tints of Viking #3CBDCC
RGB
CMYK
RGB Variations
Color information
#3CBDCC (or 0x3CBDCC) is known color: Viking. HEX triplet: 3C, BD and CC. RGB value is (60,189,204). Sum of RGB (Red+Green+Blue) = 60+189+204=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CBDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDCC is #C34233. Grayscale: #979797. Windows color (decimal): -12796468 or 13417788. OLE color: 13417788.
HSL color Cylindrical-coordinate representation of color #3CBDCC: hue angle of 186.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 #3CBDCC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 189 | 204 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.2 |
| HSL | 186.25º | 0.59% | 0.52% | - |
| HSV(B) | 186.25º | 0.71% | 0.8% | - |
| XYZ | 30.96 | 41.72 | 63.55 | - |
| YUV | 152.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 204 | 0.71 | 0.07 | 0 | 0.2 | 186.25 | 0.59 | 0.52 |
| Hex | 3C | BD | CC | 47 | 7 | 0 | 14 | BA | 3B | 34 |
| Octal | 74 | 275 | 314 | 107 | 7 | 0 | 24 | 272 | 73 | 64 |
| Binary | 111100 | 10111101 | 11001100 | 1000111 | 111 | 0 | 10100 | 10111010 | 111011 | 110100 |
Color Harmonies of #3CBDCC
Complementary color
Monochromatic Colors of #3CBDCC
Black with #3CBDCC
Text Example
Text Example
White with #3CBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDCC; }
p { color: rgb(60,189,204); }
H1.HeaderClassName
{
color: #3CBDCC;
}
.AnyTagClassName
{
color: #3CBDCC;
}
</style>
background-color css
<style>
a { background-color: #3CBDCC; }
a { background-color: rgb(60,189,204); }
div.DivClassName
{
background-color: #3CBDCC;
}
.BgClassName
{
background-color: #3CBDCC;
}
</style>
border-color css
<style>
span { border-color: #3CBDCC; }
span { border-color: rgb(60,189,204); }
td.TdClassName
{
border-color: #3CBDCC;
}
.TagClassName
{
border-color: #3CBDCC;
}
</style>