Shades of Viking #36ADBC
Tints of Viking #36ADBC
RGB
CMYK
RGB Variations
Color information
#36ADBC (or 0x36ADBC) is known color: Viking. HEX triplet: 36, AD and BC. RGB value is (54,173,188). Sum of RGB (Red+Green+Blue) = 54+173+188=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #36ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ADBC is #C95243. Grayscale: #8A8A8A. Windows color (decimal): -13193796 or 12365110. OLE color: 12365110.
HSL color Cylindrical-coordinate representation of color #36ADBC: hue angle of 186.72º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36ADBC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 173 | 188 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.26 |
| HSL | 186.72º | 0.55% | 0.47% | - |
| HSV(B) | 186.72º | 0.71% | 0.74% | - |
| XYZ | 25.54 | 34.3 | 52.85 | - |
| YUV | 139.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 173 | 188 | 0.71 | 0.08 | 0 | 0.26 | 186.72 | 0.55 | 0.47 |
| Hex | 36 | AD | BC | 47 | 8 | 0 | 1A | BB | 37 | 2F |
| Octal | 66 | 255 | 274 | 107 | 10 | 0 | 32 | 273 | 67 | 57 |
| Binary | 110110 | 10101101 | 10111100 | 1000111 | 1000 | 0 | 11010 | 10111011 | 110111 | 101111 |
Color Harmonies of #36ADBC
Complementary color
Monochromatic Colors of #36ADBC
Black with #36ADBC
Text Example
Text Example
White with #36ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ADBC; }
p { color: rgb(54,173,188); }
H1.HeaderClassName
{
color: #36ADBC;
}
.AnyTagClassName
{
color: #36ADBC;
}
</style>
background-color css
<style>
a { background-color: #36ADBC; }
a { background-color: rgb(54,173,188); }
div.DivClassName
{
background-color: #36ADBC;
}
.BgClassName
{
background-color: #36ADBC;
}
</style>
border-color css
<style>
span { border-color: #36ADBC; }
span { border-color: rgb(54,173,188); }
td.TdClassName
{
border-color: #36ADBC;
}
.TagClassName
{
border-color: #36ADBC;
}
</style>