Shades of Viking #3DADBB
Tints of Viking #3DADBB
RGB
CMYK
RGB Variations
Color information
#3DADBB (or 0x3DADBB) is known color: Viking. HEX triplet: 3D, AD and BB. RGB value is (61,173,187). Sum of RGB (Red+Green+Blue) = 61+173+187=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #3DADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADBB is #C25244. Grayscale: #8C8C8C. Windows color (decimal): -12735045 or 12299581. OLE color: 12299581.
HSL color Cylindrical-coordinate representation of color #3DADBB: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DADBB is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 173 | 187 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.27 |
| HSL | 186.67º | 0.51% | 0.49% | - |
| HSV(B) | 186.67º | 0.67% | 0.73% | - |
| XYZ | 25.84 | 34.47 | 52.3 | - |
| YUV | 141.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 187 | 0.67 | 0.07 | 0 | 0.27 | 186.67 | 0.51 | 0.49 |
| Hex | 3D | AD | BB | 43 | 7 | 0 | 1B | BB | 33 | 31 |
| Octal | 75 | 255 | 273 | 103 | 7 | 0 | 33 | 273 | 63 | 61 |
| Binary | 111101 | 10101101 | 10111011 | 1000011 | 111 | 0 | 11011 | 10111011 | 110011 | 110001 |
Color Harmonies of #3DADBB
Complementary color
Monochromatic Colors of #3DADBB
Black with #3DADBB
Text Example
Text Example
White with #3DADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADBB; }
p { color: rgb(61,173,187); }
H1.HeaderClassName
{
color: #3DADBB;
}
.AnyTagClassName
{
color: #3DADBB;
}
</style>
background-color css
<style>
a { background-color: #3DADBB; }
a { background-color: rgb(61,173,187); }
div.DivClassName
{
background-color: #3DADBB;
}
.BgClassName
{
background-color: #3DADBB;
}
</style>
border-color css
<style>
span { border-color: #3DADBB; }
span { border-color: rgb(61,173,187); }
td.TdClassName
{
border-color: #3DADBB;
}
.TagClassName
{
border-color: #3DADBB;
}
</style>