Shades of Viking #3DABC7
Tints of Viking #3DABC7
RGB
CMYK
RGB Variations
Color information
#3DABC7 (or 0x3DABC7) is known color: Viking. HEX triplet: 3D, AB and C7. RGB value is (61,171,199). Sum of RGB (Red+Green+Blue) = 61+171+199=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #3DABC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABC7 is #C25438. Grayscale: #8D8D8D. Windows color (decimal): -12735545 or 13085501. OLE color: 13085501.
HSL color Cylindrical-coordinate representation of color #3DABC7: hue angle of 192.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DABC7 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 171 | 199 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.22 |
| HSL | 192.17º | 0.55% | 0.51% | - |
| HSV(B) | 192.17º | 0.69% | 0.78% | - |
| XYZ | 26.8 | 34.24 | 59.23 | - |
| YUV | 141.3 | 160.56 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 199 | 0.69 | 0.14 | 0 | 0.22 | 192.17 | 0.55 | 0.51 |
| Hex | 3D | AB | C7 | 45 | E | 0 | 16 | C0 | 37 | 33 |
| Octal | 75 | 253 | 307 | 105 | 16 | 0 | 26 | 300 | 67 | 63 |
| Binary | 111101 | 10101011 | 11000111 | 1000101 | 1110 | 0 | 10110 | 11000000 | 110111 | 110011 |
Color Harmonies of #3DABC7
Complementary color
Monochromatic Colors of #3DABC7
Black with #3DABC7
Text Example
Text Example
White with #3DABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABC7; }
p { color: rgb(61,171,199); }
H1.HeaderClassName
{
color: #3DABC7;
}
.AnyTagClassName
{
color: #3DABC7;
}
</style>
background-color css
<style>
a { background-color: #3DABC7; }
a { background-color: rgb(61,171,199); }
div.DivClassName
{
background-color: #3DABC7;
}
.BgClassName
{
background-color: #3DABC7;
}
</style>
border-color css
<style>
span { border-color: #3DABC7; }
span { border-color: rgb(61,171,199); }
td.TdClassName
{
border-color: #3DABC7;
}
.TagClassName
{
border-color: #3DABC7;
}
</style>