Shades of Viking #3DADCC
Tints of Viking #3DADCC
RGB
CMYK
RGB Variations
Color information
#3DADCC (or 0x3DADCC) is known color: Viking. HEX triplet: 3D, AD and CC. RGB value is (61,173,204). Sum of RGB (Red+Green+Blue) = 61+173+204=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADCC is #C25233. Grayscale: #8E8E8E. Windows color (decimal): -12735028 or 13413693. OLE color: 13413693.
HSL color Cylindrical-coordinate representation of color #3DADCC: hue angle of 193.01º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DADCC is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 173 | 204 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.2 |
| HSL | 193.01º | 0.58% | 0.52% | - |
| HSV(B) | 193.01º | 0.7% | 0.8% | - |
| XYZ | 27.77 | 35.24 | 62.47 | - |
| YUV | 143.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 204 | 0.70 | 0.15 | 0 | 0.2 | 193.01 | 0.58 | 0.52 |
| Hex | 3D | AD | CC | 46 | F | 0 | 14 | C1 | 3A | 34 |
| Octal | 75 | 255 | 314 | 106 | 17 | 0 | 24 | 301 | 72 | 64 |
| Binary | 111101 | 10101101 | 11001100 | 1000110 | 1111 | 0 | 10100 | 11000001 | 111010 | 110100 |
Color Harmonies of #3DADCC
Complementary color
Monochromatic Colors of #3DADCC
Black with #3DADCC
Text Example
Text Example
White with #3DADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADCC; }
p { color: rgb(61,173,204); }
H1.HeaderClassName
{
color: #3DADCC;
}
.AnyTagClassName
{
color: #3DADCC;
}
</style>
background-color css
<style>
a { background-color: #3DADCC; }
a { background-color: rgb(61,173,204); }
div.DivClassName
{
background-color: #3DADCC;
}
.BgClassName
{
background-color: #3DADCC;
}
</style>
border-color css
<style>
span { border-color: #3DADCC; }
span { border-color: rgb(61,173,204); }
td.TdClassName
{
border-color: #3DADCC;
}
.TagClassName
{
border-color: #3DADCC;
}
</style>