Shades of Viking #3DADC9
Tints of Viking #3DADC9
RGB
CMYK
RGB Variations
Color information
#3DADC9 (or 0x3DADC9) is known color: Viking. HEX triplet: 3D, AD and C9. RGB value is (61,173,201). Sum of RGB (Red+Green+Blue) = 61+173+201=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADC9 is #C25236. Grayscale: #8E8E8E. Windows color (decimal): -12735031 or 13217085. OLE color: 13217085.
HSL color Cylindrical-coordinate representation of color #3DADC9: hue angle of 192º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DADC9 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 173 | 201 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.21 |
| HSL | 192º | 0.56% | 0.51% | - |
| HSV(B) | 192º | 0.7% | 0.79% | - |
| XYZ | 27.41 | 35.1 | 60.59 | - |
| YUV | 142.7 | 160.89 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 201 | 0.70 | 0.14 | 0 | 0.21 | 192 | 0.56 | 0.51 |
| Hex | 3D | AD | C9 | 46 | E | 0 | 15 | C0 | 38 | 33 |
| Octal | 75 | 255 | 311 | 106 | 16 | 0 | 25 | 300 | 70 | 63 |
| Binary | 111101 | 10101101 | 11001001 | 1000110 | 1110 | 0 | 10101 | 11000000 | 111000 | 110011 |
Color Harmonies of #3DADC9
Complementary color
Monochromatic Colors of #3DADC9
Black with #3DADC9
Text Example
Text Example
White with #3DADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADC9; }
p { color: rgb(61,173,201); }
H1.HeaderClassName
{
color: #3DADC9;
}
.AnyTagClassName
{
color: #3DADC9;
}
</style>
background-color css
<style>
a { background-color: #3DADC9; }
a { background-color: rgb(61,173,201); }
div.DivClassName
{
background-color: #3DADC9;
}
.BgClassName
{
background-color: #3DADC9;
}
</style>
border-color css
<style>
span { border-color: #3DADC9; }
span { border-color: rgb(61,173,201); }
td.TdClassName
{
border-color: #3DADC9;
}
.TagClassName
{
border-color: #3DADC9;
}
</style>