Shades of Viking #3CB9BC
Tints of Viking #3CB9BC
RGB
CMYK
RGB Variations
Color information
#3CB9BC (or 0x3CB9BC) is known color: Viking. HEX triplet: 3C, B9 and BC. RGB value is (60,185,188). Sum of RGB (Red+Green+Blue) = 60+185+188=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CB9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB9BC is #C34643. Grayscale: #939393. Windows color (decimal): -12797508 or 12368188. OLE color: 12368188.
HSL color Cylindrical-coordinate representation of color #3CB9BC: hue angle of 181.41º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB9BC is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 185 | 188 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.26 |
| HSL | 181.41º | 0.52% | 0.49% | - |
| HSV(B) | 181.41º | 0.68% | 0.74% | - |
| XYZ | 28.29 | 39.29 | 53.67 | - |
| YUV | 147.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 188 | 0.68 | 0.02 | 0 | 0.26 | 181.41 | 0.52 | 0.49 |
| Hex | 3C | B9 | BC | 44 | 2 | 0 | 1A | B5 | 34 | 31 |
| Octal | 74 | 271 | 274 | 104 | 2 | 0 | 32 | 265 | 64 | 61 |
| Binary | 111100 | 10111001 | 10111100 | 1000100 | 10 | 0 | 11010 | 10110101 | 110100 | 110001 |
Color Harmonies of #3CB9BC
Complementary color
Monochromatic Colors of #3CB9BC
Black with #3CB9BC
Text Example
Text Example
White with #3CB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB9BC; }
p { color: rgb(60,185,188); }
H1.HeaderClassName
{
color: #3CB9BC;
}
.AnyTagClassName
{
color: #3CB9BC;
}
</style>
background-color css
<style>
a { background-color: #3CB9BC; }
a { background-color: rgb(60,185,188); }
div.DivClassName
{
background-color: #3CB9BC;
}
.BgClassName
{
background-color: #3CB9BC;
}
</style>
border-color css
<style>
span { border-color: #3CB9BC; }
span { border-color: rgb(60,185,188); }
td.TdClassName
{
border-color: #3CB9BC;
}
.TagClassName
{
border-color: #3CB9BC;
}
</style>