Shades of Viking #36B9C5
Tints of Viking #36B9C5
RGB
CMYK
RGB Variations
Color information
#36B9C5 (or 0x36B9C5) is known color: Viking. HEX triplet: 36, B9 and C5. RGB value is (54,185,197). Sum of RGB (Red+Green+Blue) = 54+185+197=436 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.39% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #36B9C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B9C5 is #C9463A. Grayscale: #939393. Windows color (decimal): -13190715 or 12958006. OLE color: 12958006.
HSL color Cylindrical-coordinate representation of color #36B9C5: hue angle of 185.03º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36B9C5 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 185 | 197 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.23 |
| HSL | 185.04º | 0.57% | 0.49% | - |
| HSV(B) | 185.04º | 0.73% | 0.77% | - |
| XYZ | 28.95 | 39.51 | 58.92 | - |
| YUV | 147.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 185 | 197 | 0.73 | 0.06 | 0 | 0.23 | 185.04 | 0.57 | 0.49 |
| Hex | 36 | B9 | C5 | 49 | 6 | 0 | 17 | B9 | 39 | 31 |
| Octal | 66 | 271 | 305 | 111 | 6 | 0 | 27 | 271 | 71 | 61 |
| Binary | 110110 | 10111001 | 11000101 | 1001001 | 110 | 0 | 10111 | 10111001 | 111001 | 110001 |
Color Harmonies of #36B9C5
Complementary color
Monochromatic Colors of #36B9C5
Black with #36B9C5
Text Example
Text Example
White with #36B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B9C5; }
p { color: rgb(54,185,197); }
H1.HeaderClassName
{
color: #36B9C5;
}
.AnyTagClassName
{
color: #36B9C5;
}
</style>
background-color css
<style>
a { background-color: #36B9C5; }
a { background-color: rgb(54,185,197); }
div.DivClassName
{
background-color: #36B9C5;
}
.BgClassName
{
background-color: #36B9C5;
}
</style>
border-color css
<style>
span { border-color: #36B9C5; }
span { border-color: rgb(54,185,197); }
td.TdClassName
{
border-color: #36B9C5;
}
.TagClassName
{
border-color: #36B9C5;
}
</style>