Shades of Viking #3ABDCC
Tints of Viking #3ABDCC
RGB
CMYK
RGB Variations
Color information
#3ABDCC (or 0x3ABDCC) is known color: Viking. HEX triplet: 3A, BD and CC. RGB value is (58,189,204). Sum of RGB (Red+Green+Blue) = 58+189+204=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ABDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDCC is #C54233. Grayscale: #979797. Windows color (decimal): -12927540 or 13417786. OLE color: 13417786.
HSL color Cylindrical-coordinate representation of color #3ABDCC: hue angle of 186.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABDCC is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 189 | 204 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.2 |
| HSL | 186.16º | 0.59% | 0.51% | - |
| HSV(B) | 186.16º | 0.72% | 0.8% | - |
| XYZ | 30.84 | 41.65 | 63.54 | - |
| YUV | 151.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 204 | 0.72 | 0.07 | 0 | 0.2 | 186.16 | 0.59 | 0.51 |
| Hex | 3A | BD | CC | 48 | 7 | 0 | 14 | BA | 3B | 33 |
| Octal | 72 | 275 | 314 | 110 | 7 | 0 | 24 | 272 | 73 | 63 |
| Binary | 111010 | 10111101 | 11001100 | 1001000 | 111 | 0 | 10100 | 10111010 | 111011 | 110011 |
Color Harmonies of #3ABDCC
Complementary color
Monochromatic Colors of #3ABDCC
Black with #3ABDCC
Text Example
Text Example
White with #3ABDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDCC; }
p { color: rgb(58,189,204); }
H1.HeaderClassName
{
color: #3ABDCC;
}
.AnyTagClassName
{
color: #3ABDCC;
}
</style>
background-color css
<style>
a { background-color: #3ABDCC; }
a { background-color: rgb(58,189,204); }
div.DivClassName
{
background-color: #3ABDCC;
}
.BgClassName
{
background-color: #3ABDCC;
}
</style>
border-color css
<style>
span { border-color: #3ABDCC; }
span { border-color: rgb(58,189,204); }
td.TdClassName
{
border-color: #3ABDCC;
}
.TagClassName
{
border-color: #3ABDCC;
}
</style>