Shades of Viking #3ABDCD
Tints of Viking #3ABDCD
RGB
CMYK
RGB Variations
Color information
#3ABDCD (or 0x3ABDCD) is known color: Viking. HEX triplet: 3A, BD and CD. RGB value is (58,189,205). Sum of RGB (Red+Green+Blue) = 58+189+205=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ABDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDCD is #C54232. Grayscale: #979797. Windows color (decimal): -12927539 or 13483322. OLE color: 13483322.
HSL color Cylindrical-coordinate representation of color #3ABDCD: hue angle of 186.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABDCD is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 189 | 205 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.20 |
| HSL | 186.53º | 0.6% | 0.52% | - |
| HSV(B) | 186.53º | 0.72% | 0.8% | - |
| XYZ | 30.96 | 41.7 | 64.18 | - |
| YUV | 151.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 205 | 0.72 | 0.08 | 0 | 0.20 | 186.53 | 0.6 | 0.52 |
| Hex | 3A | BD | CD | 48 | 8 | 0 | 14 | BB | 3C | 34 |
| Octal | 72 | 275 | 315 | 110 | 10 | 0 | 24 | 273 | 74 | 64 |
| Binary | 111010 | 10111101 | 11001101 | 1001000 | 1000 | 0 | 10100 | 10111011 | 111100 | 110100 |
Color Harmonies of #3ABDCD
Complementary color
Monochromatic Colors of #3ABDCD
Black with #3ABDCD
Text Example
Text Example
White with #3ABDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDCD; }
p { color: rgb(58,189,205); }
H1.HeaderClassName
{
color: #3ABDCD;
}
.AnyTagClassName
{
color: #3ABDCD;
}
</style>
background-color css
<style>
a { background-color: #3ABDCD; }
a { background-color: rgb(58,189,205); }
div.DivClassName
{
background-color: #3ABDCD;
}
.BgClassName
{
background-color: #3ABDCD;
}
</style>
border-color css
<style>
span { border-color: #3ABDCD; }
span { border-color: rgb(58,189,205); }
td.TdClassName
{
border-color: #3ABDCD;
}
.TagClassName
{
border-color: #3ABDCD;
}
</style>