Shades of Viking #3DB2BE
Tints of Viking #3DB2BE
RGB
CMYK
RGB Variations
Color information
#3DB2BE (or 0x3DB2BE) is known color: Viking. HEX triplet: 3D, B2 and BE. RGB value is (61,178,190). Sum of RGB (Red+Green+Blue) = 61+178+190=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #3DB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB2BE is #C24D41. Grayscale: #909090. Windows color (decimal): -12733762 or 12497469. OLE color: 12497469.
HSL color Cylindrical-coordinate representation of color #3DB2BE: hue angle of 185.58º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB2BE is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 178 | 190 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.25 |
| HSL | 185.58º | 0.51% | 0.49% | - |
| HSV(B) | 185.58º | 0.68% | 0.75% | - |
| XYZ | 27.14 | 36.55 | 54.34 | - |
| YUV | 144.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 190 | 0.68 | 0.06 | 0 | 0.25 | 185.58 | 0.51 | 0.49 |
| Hex | 3D | B2 | BE | 44 | 6 | 0 | 19 | BA | 33 | 31 |
| Octal | 75 | 262 | 276 | 104 | 6 | 0 | 31 | 272 | 63 | 61 |
| Binary | 111101 | 10110010 | 10111110 | 1000100 | 110 | 0 | 11001 | 10111010 | 110011 | 110001 |
Color Harmonies of #3DB2BE
Complementary color
Monochromatic Colors of #3DB2BE
Black with #3DB2BE
Text Example
Text Example
White with #3DB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB2BE; }
p { color: rgb(61,178,190); }
H1.HeaderClassName
{
color: #3DB2BE;
}
.AnyTagClassName
{
color: #3DB2BE;
}
</style>
background-color css
<style>
a { background-color: #3DB2BE; }
a { background-color: rgb(61,178,190); }
div.DivClassName
{
background-color: #3DB2BE;
}
.BgClassName
{
background-color: #3DB2BE;
}
</style>
border-color css
<style>
span { border-color: #3DB2BE; }
span { border-color: rgb(61,178,190); }
td.TdClassName
{
border-color: #3DB2BE;
}
.TagClassName
{
border-color: #3DB2BE;
}
</style>