Shades of Viking #3AB6CC
Tints of Viking #3AB6CC
RGB
CMYK
RGB Variations
Color information
#3AB6CC (or 0x3AB6CC) is known color: Viking. HEX triplet: 3A, B6 and CC. RGB value is (58,182,204). Sum of RGB (Red+Green+Blue) = 58+182+204=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AB6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB6CC is #C54933. Grayscale: #939393. Windows color (decimal): -12929332 or 13415994. OLE color: 13415994.
HSL color Cylindrical-coordinate representation of color #3AB6CC: hue angle of 189.04º 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 #3AB6CC is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 182 | 204 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.2 |
| HSL | 189.04º | 0.59% | 0.51% | - |
| HSV(B) | 189.04º | 0.72% | 0.8% | - |
| XYZ | 29.37 | 38.72 | 63.05 | - |
| YUV | 147.43 | 159.92 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 182 | 204 | 0.72 | 0.11 | 0 | 0.2 | 189.04 | 0.59 | 0.51 |
| Hex | 3A | B6 | CC | 48 | B | 0 | 14 | BD | 3B | 33 |
| Octal | 72 | 266 | 314 | 110 | 13 | 0 | 24 | 275 | 73 | 63 |
| Binary | 111010 | 10110110 | 11001100 | 1001000 | 1011 | 0 | 10100 | 10111101 | 111011 | 110011 |
Color Harmonies of #3AB6CC
Complementary color
Monochromatic Colors of #3AB6CC
Black with #3AB6CC
Text Example
Text Example
White with #3AB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB6CC; }
p { color: rgb(58,182,204); }
H1.HeaderClassName
{
color: #3AB6CC;
}
.AnyTagClassName
{
color: #3AB6CC;
}
</style>
background-color css
<style>
a { background-color: #3AB6CC; }
a { background-color: rgb(58,182,204); }
div.DivClassName
{
background-color: #3AB6CC;
}
.BgClassName
{
background-color: #3AB6CC;
}
</style>
border-color css
<style>
span { border-color: #3AB6CC; }
span { border-color: rgb(58,182,204); }
td.TdClassName
{
border-color: #3AB6CC;
}
.TagClassName
{
border-color: #3AB6CC;
}
</style>