Shades of Viking #3DADB4
Tints of Viking #3DADB4
RGB
CMYK
RGB Variations
Color information
#3DADB4 (or 0x3DADB4) is known color: Viking. HEX triplet: 3D, AD and B4. RGB value is (61,173,180). Sum of RGB (Red+Green+Blue) = 61+173+180=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #3DADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADB4 is #C2524B. Grayscale: #8C8C8C. Windows color (decimal): -12735052 or 11840829. OLE color: 11840829.
HSL color Cylindrical-coordinate representation of color #3DADB4: hue angle of 183.53º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DADB4 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 173 | 180 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.29 |
| HSL | 183.53º | 0.49% | 0.47% | - |
| HSV(B) | 183.53º | 0.66% | 0.71% | - |
| XYZ | 25.11 | 34.17 | 48.45 | - |
| YUV | 140.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 180 | 0.66 | 0.04 | 0 | 0.29 | 183.53 | 0.49 | 0.47 |
| Hex | 3D | AD | B4 | 42 | 4 | 0 | 1D | B8 | 31 | 2F |
| Octal | 75 | 255 | 264 | 102 | 4 | 0 | 35 | 270 | 61 | 57 |
| Binary | 111101 | 10101101 | 10110100 | 1000010 | 100 | 0 | 11101 | 10111000 | 110001 | 101111 |
Color Harmonies of #3DADB4
Complementary color
Monochromatic Colors of #3DADB4
Black with #3DADB4
Text Example
Text Example
White with #3DADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADB4; }
p { color: rgb(61,173,180); }
H1.HeaderClassName
{
color: #3DADB4;
}
.AnyTagClassName
{
color: #3DADB4;
}
</style>
background-color css
<style>
a { background-color: #3DADB4; }
a { background-color: rgb(61,173,180); }
div.DivClassName
{
background-color: #3DADB4;
}
.BgClassName
{
background-color: #3DADB4;
}
</style>
border-color css
<style>
span { border-color: #3DADB4; }
span { border-color: rgb(61,173,180); }
td.TdClassName
{
border-color: #3DADB4;
}
.TagClassName
{
border-color: #3DADB4;
}
</style>