Shades of Viking #3DB1BD
Tints of Viking #3DB1BD
RGB
CMYK
RGB Variations
Color information
#3DB1BD (or 0x3DB1BD) is known color: Viking. HEX triplet: 3D, B1 and BD. RGB value is (61,177,189). Sum of RGB (Red+Green+Blue) = 61+177+189=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #3DB1BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1BD is #C24E42. Grayscale: #8F8F8F. Windows color (decimal): -12734019 or 12431677. OLE color: 12431677.
HSL color Cylindrical-coordinate representation of color #3DB1BD: hue angle of 185.62º 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 #3DB1BD is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 177 | 189 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.26 |
| HSL | 185.63º | 0.51% | 0.49% | - |
| HSV(B) | 185.63º | 0.68% | 0.74% | - |
| XYZ | 26.83 | 36.11 | 53.7 | - |
| YUV | 143.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 189 | 0.68 | 0.06 | 0 | 0.26 | 185.63 | 0.51 | 0.49 |
| Hex | 3D | B1 | BD | 44 | 6 | 0 | 1A | BA | 33 | 31 |
| Octal | 75 | 261 | 275 | 104 | 6 | 0 | 32 | 272 | 63 | 61 |
| Binary | 111101 | 10110001 | 10111101 | 1000100 | 110 | 0 | 11010 | 10111010 | 110011 | 110001 |
Color Harmonies of #3DB1BD
Complementary color
Monochromatic Colors of #3DB1BD
Black with #3DB1BD
Text Example
Text Example
White with #3DB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1BD; }
p { color: rgb(61,177,189); }
H1.HeaderClassName
{
color: #3DB1BD;
}
.AnyTagClassName
{
color: #3DB1BD;
}
</style>
background-color css
<style>
a { background-color: #3DB1BD; }
a { background-color: rgb(61,177,189); }
div.DivClassName
{
background-color: #3DB1BD;
}
.BgClassName
{
background-color: #3DB1BD;
}
</style>
border-color css
<style>
span { border-color: #3DB1BD; }
span { border-color: rgb(61,177,189); }
td.TdClassName
{
border-color: #3DB1BD;
}
.TagClassName
{
border-color: #3DB1BD;
}
</style>