Shades of Viking #3DB1BC
Tints of Viking #3DB1BC
RGB
CMYK
RGB Variations
Color information
#3DB1BC (or 0x3DB1BC) is known color: Viking. HEX triplet: 3D, B1 and BC. RGB value is (61,177,188). Sum of RGB (Red+Green+Blue) = 61+177+188=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #3DB1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1BC is #C24E43. Grayscale: #8F8F8F. Windows color (decimal): -12734020 or 12366141. OLE color: 12366141.
HSL color Cylindrical-coordinate representation of color #3DB1BC: hue angle of 185.2º degrees, saturation: 0.51, 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 #3DB1BC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 177 | 188 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.26 |
| HSL | 185.2º | 0.51% | 0.49% | - |
| HSV(B) | 185.2º | 0.68% | 0.74% | - |
| XYZ | 26.72 | 36.07 | 53.13 | - |
| YUV | 143.57 | 153.07 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 188 | 0.68 | 0.06 | 0 | 0.26 | 185.2 | 0.51 | 0.49 |
| Hex | 3D | B1 | BC | 44 | 6 | 0 | 1A | B9 | 33 | 31 |
| Octal | 75 | 261 | 274 | 104 | 6 | 0 | 32 | 271 | 63 | 61 |
| Binary | 111101 | 10110001 | 10111100 | 1000100 | 110 | 0 | 11010 | 10111001 | 110011 | 110001 |
Color Harmonies of #3DB1BC
Complementary color
Monochromatic Colors of #3DB1BC
Black with #3DB1BC
Text Example
Text Example
White with #3DB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1BC; }
p { color: rgb(61,177,188); }
H1.HeaderClassName
{
color: #3DB1BC;
}
.AnyTagClassName
{
color: #3DB1BC;
}
</style>
background-color css
<style>
a { background-color: #3DB1BC; }
a { background-color: rgb(61,177,188); }
div.DivClassName
{
background-color: #3DB1BC;
}
.BgClassName
{
background-color: #3DB1BC;
}
</style>
border-color css
<style>
span { border-color: #3DB1BC; }
span { border-color: rgb(61,177,188); }
td.TdClassName
{
border-color: #3DB1BC;
}
.TagClassName
{
border-color: #3DB1BC;
}
</style>