Shades of Viking #3DA6BB
Tints of Viking #3DA6BB
RGB
CMYK
RGB Variations
Color information
#3DA6BB (or 0x3DA6BB) is known color: Viking. HEX triplet: 3D, A6 and BB. RGB value is (61,166,187). Sum of RGB (Red+Green+Blue) = 61+166+187=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #3DA6BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA6BB is #C25944. Grayscale: #888888. Windows color (decimal): -12736837 or 12297789. OLE color: 12297789.
HSL color Cylindrical-coordinate representation of color #3DA6BB: hue angle of 190º 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 #3DA6BB is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 166 | 187 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.27 |
| HSL | 190º | 0.51% | 0.49% | - |
| HSV(B) | 190º | 0.67% | 0.73% | - |
| XYZ | 24.53 | 31.85 | 51.87 | - |
| YUV | 137 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 187 | 0.67 | 0.11 | 0 | 0.27 | 190 | 0.51 | 0.49 |
| Hex | 3D | A6 | BB | 43 | B | 0 | 1B | BE | 33 | 31 |
| Octal | 75 | 246 | 273 | 103 | 13 | 0 | 33 | 276 | 63 | 61 |
| Binary | 111101 | 10100110 | 10111011 | 1000011 | 1011 | 0 | 11011 | 10111110 | 110011 | 110001 |
Color Harmonies of #3DA6BB
Complementary color
Monochromatic Colors of #3DA6BB
Black with #3DA6BB
Text Example
Text Example
White with #3DA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA6BB; }
p { color: rgb(61,166,187); }
H1.HeaderClassName
{
color: #3DA6BB;
}
.AnyTagClassName
{
color: #3DA6BB;
}
</style>
background-color css
<style>
a { background-color: #3DA6BB; }
a { background-color: rgb(61,166,187); }
div.DivClassName
{
background-color: #3DA6BB;
}
.BgClassName
{
background-color: #3DA6BB;
}
</style>
border-color css
<style>
span { border-color: #3DA6BB; }
span { border-color: rgb(61,166,187); }
td.TdClassName
{
border-color: #3DA6BB;
}
.TagClassName
{
border-color: #3DA6BB;
}
</style>