Shades of Viking #3DB9BE
Tints of Viking #3DB9BE
RGB
CMYK
RGB Variations
Color information
#3DB9BE (or 0x3DB9BE) is known color: Viking. HEX triplet: 3D, B9 and BE. RGB value is (61,185,190). Sum of RGB (Red+Green+Blue) = 61+185+190=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #3DB9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB9BE is #C24641. Grayscale: #949494. Windows color (decimal): -12731970 or 12499261. OLE color: 12499261.
HSL color Cylindrical-coordinate representation of color #3DB9BE: hue angle of 182.33º 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 #3DB9BE is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 185 | 190 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.25 |
| HSL | 182.33º | 0.51% | 0.49% | - |
| HSV(B) | 182.33º | 0.68% | 0.75% | - |
| XYZ | 28.57 | 39.41 | 54.82 | - |
| YUV | 148.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 190 | 0.68 | 0.03 | 0 | 0.25 | 182.33 | 0.51 | 0.49 |
| Hex | 3D | B9 | BE | 44 | 3 | 0 | 19 | B6 | 33 | 31 |
| Octal | 75 | 271 | 276 | 104 | 3 | 0 | 31 | 266 | 63 | 61 |
| Binary | 111101 | 10111001 | 10111110 | 1000100 | 11 | 0 | 11001 | 10110110 | 110011 | 110001 |
Color Harmonies of #3DB9BE
Complementary color
Monochromatic Colors of #3DB9BE
Black with #3DB9BE
Text Example
Text Example
White with #3DB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9BE; }
p { color: rgb(61,185,190); }
H1.HeaderClassName
{
color: #3DB9BE;
}
.AnyTagClassName
{
color: #3DB9BE;
}
</style>
background-color css
<style>
a { background-color: #3DB9BE; }
a { background-color: rgb(61,185,190); }
div.DivClassName
{
background-color: #3DB9BE;
}
.BgClassName
{
background-color: #3DB9BE;
}
</style>
border-color css
<style>
span { border-color: #3DB9BE; }
span { border-color: rgb(61,185,190); }
td.TdClassName
{
border-color: #3DB9BE;
}
.TagClassName
{
border-color: #3DB9BE;
}
</style>