Shades of Viking #3DAEBC
Tints of Viking #3DAEBC
RGB
CMYK
RGB Variations
Color information
#3DAEBC (or 0x3DAEBC) is known color: Viking. HEX triplet: 3D, AE and BC. RGB value is (61,174,188). Sum of RGB (Red+Green+Blue) = 61+174+188=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #3DAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAEBC is #C25143. Grayscale: #8D8D8D. Windows color (decimal): -12734788 or 12365373. OLE color: 12365373.
HSL color Cylindrical-coordinate representation of color #3DAEBC: hue angle of 186.61º 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 #3DAEBC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 174 | 188 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.26 |
| HSL | 186.61º | 0.51% | 0.49% | - |
| HSV(B) | 186.61º | 0.68% | 0.74% | - |
| XYZ | 26.14 | 34.9 | 52.93 | - |
| YUV | 141.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 188 | 0.68 | 0.07 | 0 | 0.26 | 186.61 | 0.51 | 0.49 |
| Hex | 3D | AE | BC | 44 | 7 | 0 | 1A | BB | 33 | 31 |
| Octal | 75 | 256 | 274 | 104 | 7 | 0 | 32 | 273 | 63 | 61 |
| Binary | 111101 | 10101110 | 10111100 | 1000100 | 111 | 0 | 11010 | 10111011 | 110011 | 110001 |
Color Harmonies of #3DAEBC
Complementary color
Monochromatic Colors of #3DAEBC
Black with #3DAEBC
Text Example
Text Example
White with #3DAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAEBC; }
p { color: rgb(61,174,188); }
H1.HeaderClassName
{
color: #3DAEBC;
}
.AnyTagClassName
{
color: #3DAEBC;
}
</style>
background-color css
<style>
a { background-color: #3DAEBC; }
a { background-color: rgb(61,174,188); }
div.DivClassName
{
background-color: #3DAEBC;
}
.BgClassName
{
background-color: #3DAEBC;
}
</style>
border-color css
<style>
span { border-color: #3DAEBC; }
span { border-color: rgb(61,174,188); }
td.TdClassName
{
border-color: #3DAEBC;
}
.TagClassName
{
border-color: #3DAEBC;
}
</style>