Shades of Viking #3DB0BD
Tints of Viking #3DB0BD
RGB
CMYK
RGB Variations
Color information
#3DB0BD (or 0x3DB0BD) is known color: Viking. HEX triplet: 3D, B0 and BD. RGB value is (61,176,189). Sum of RGB (Red+Green+Blue) = 61+176+189=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #3DB0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB0BD is #C24F42. Grayscale: #8E8E8E. Windows color (decimal): -12734275 or 12431421. OLE color: 12431421.
HSL color Cylindrical-coordinate representation of color #3DB0BD: hue angle of 186.09º 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 #3DB0BD is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 176 | 189 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.26 |
| HSL | 186.09º | 0.51% | 0.49% | - |
| HSV(B) | 186.09º | 0.68% | 0.74% | - |
| XYZ | 26.64 | 35.72 | 53.63 | - |
| YUV | 143.1 | 153.9 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 189 | 0.68 | 0.07 | 0 | 0.26 | 186.09 | 0.51 | 0.49 |
| Hex | 3D | B0 | BD | 44 | 7 | 0 | 1A | BA | 33 | 31 |
| Octal | 75 | 260 | 275 | 104 | 7 | 0 | 32 | 272 | 63 | 61 |
| Binary | 111101 | 10110000 | 10111101 | 1000100 | 111 | 0 | 11010 | 10111010 | 110011 | 110001 |
Color Harmonies of #3DB0BD
Complementary color
Monochromatic Colors of #3DB0BD
Black with #3DB0BD
Text Example
Text Example
White with #3DB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0BD; }
p { color: rgb(61,176,189); }
H1.HeaderClassName
{
color: #3DB0BD;
}
.AnyTagClassName
{
color: #3DB0BD;
}
</style>
background-color css
<style>
a { background-color: #3DB0BD; }
a { background-color: rgb(61,176,189); }
div.DivClassName
{
background-color: #3DB0BD;
}
.BgClassName
{
background-color: #3DB0BD;
}
</style>
border-color css
<style>
span { border-color: #3DB0BD; }
span { border-color: rgb(61,176,189); }
td.TdClassName
{
border-color: #3DB0BD;
}
.TagClassName
{
border-color: #3DB0BD;
}
</style>