Shades of Viking #36B0BC
Tints of Viking #36B0BC
RGB
CMYK
RGB Variations
Color information
#36B0BC (or 0x36B0BC) is known color: Viking. HEX triplet: 36, B0 and BC. RGB value is (54,176,188). Sum of RGB (Red+Green+Blue) = 54+176+188=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #36B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36B0BC is #C94F43. Grayscale: #8C8C8C. Windows color (decimal): -13193028 or 12365878. OLE color: 12365878.
HSL color Cylindrical-coordinate representation of color #36B0BC: hue angle of 185.37º 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 #36B0BC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 176 | 188 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.26 |
| HSL | 185.37º | 0.55% | 0.47% | - |
| HSV(B) | 185.37º | 0.71% | 0.74% | - |
| XYZ | 26.12 | 35.47 | 53.05 | - |
| YUV | 140.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 176 | 188 | 0.71 | 0.06 | 0 | 0.26 | 185.37 | 0.55 | 0.47 |
| Hex | 36 | B0 | BC | 47 | 6 | 0 | 1A | B9 | 37 | 2F |
| Octal | 66 | 260 | 274 | 107 | 6 | 0 | 32 | 271 | 67 | 57 |
| Binary | 110110 | 10110000 | 10111100 | 1000111 | 110 | 0 | 11010 | 10111001 | 110111 | 101111 |
Color Harmonies of #36B0BC
Complementary color
Monochromatic Colors of #36B0BC
Black with #36B0BC
Text Example
Text Example
White with #36B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B0BC; }
p { color: rgb(54,176,188); }
H1.HeaderClassName
{
color: #36B0BC;
}
.AnyTagClassName
{
color: #36B0BC;
}
</style>
background-color css
<style>
a { background-color: #36B0BC; }
a { background-color: rgb(54,176,188); }
div.DivClassName
{
background-color: #36B0BC;
}
.BgClassName
{
background-color: #36B0BC;
}
</style>
border-color css
<style>
span { border-color: #36B0BC; }
span { border-color: rgb(54,176,188); }
td.TdClassName
{
border-color: #36B0BC;
}
.TagClassName
{
border-color: #36B0BC;
}
</style>