Shades of Viking #3CB2BF
Tints of Viking #3CB2BF
RGB
CMYK
RGB Variations
Color information
#3CB2BF (or 0x3CB2BF) is known color: Viking. HEX triplet: 3C, B2 and BF. RGB value is (60,178,191). Sum of RGB (Red+Green+Blue) = 60+178+191=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #3CB2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2BF is #C34D40. Grayscale: #909090. Windows color (decimal): -12799297 or 12563004. OLE color: 12563004.
HSL color Cylindrical-coordinate representation of color #3CB2BF: hue angle of 185.95º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CB2BF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 178 | 191 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.25 |
| HSL | 185.95º | 0.52% | 0.49% | - |
| HSV(B) | 185.95º | 0.69% | 0.75% | - |
| XYZ | 27.19 | 36.56 | 54.91 | - |
| YUV | 144.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 191 | 0.69 | 0.07 | 0 | 0.25 | 185.95 | 0.52 | 0.49 |
| Hex | 3C | B2 | BF | 45 | 7 | 0 | 19 | BA | 34 | 31 |
| Octal | 74 | 262 | 277 | 105 | 7 | 0 | 31 | 272 | 64 | 61 |
| Binary | 111100 | 10110010 | 10111111 | 1000101 | 111 | 0 | 11001 | 10111010 | 110100 | 110001 |
Color Harmonies of #3CB2BF
Complementary color
Monochromatic Colors of #3CB2BF
Black with #3CB2BF
Text Example
Text Example
White with #3CB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2BF; }
p { color: rgb(60,178,191); }
H1.HeaderClassName
{
color: #3CB2BF;
}
.AnyTagClassName
{
color: #3CB2BF;
}
</style>
background-color css
<style>
a { background-color: #3CB2BF; }
a { background-color: rgb(60,178,191); }
div.DivClassName
{
background-color: #3CB2BF;
}
.BgClassName
{
background-color: #3CB2BF;
}
</style>
border-color css
<style>
span { border-color: #3CB2BF; }
span { border-color: rgb(60,178,191); }
td.TdClassName
{
border-color: #3CB2BF;
}
.TagClassName
{
border-color: #3CB2BF;
}
</style>