Shades of Viking #36B0BD
Tints of Viking #36B0BD
RGB
CMYK
RGB Variations
Color information
#36B0BD (or 0x36B0BD) is known color: Viking. HEX triplet: 36, B0 and BD. RGB value is (54,176,189). Sum of RGB (Red+Green+Blue) = 54+176+189=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #36B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36B0BD is #C94F42. Grayscale: #8C8C8C. Windows color (decimal): -13193027 or 12431414. OLE color: 12431414.
HSL color Cylindrical-coordinate representation of color #36B0BD: hue angle of 185.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36B0BD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 176 | 189 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.26 |
| HSL | 185.78º | 0.56% | 0.48% | - |
| HSV(B) | 185.78º | 0.71% | 0.74% | - |
| XYZ | 26.23 | 35.51 | 53.62 | - |
| YUV | 141 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 176 | 189 | 0.71 | 0.07 | 0 | 0.26 | 185.78 | 0.56 | 0.48 |
| Hex | 36 | B0 | BD | 47 | 7 | 0 | 1A | BA | 38 | 30 |
| Octal | 66 | 260 | 275 | 107 | 7 | 0 | 32 | 272 | 70 | 60 |
| Binary | 110110 | 10110000 | 10111101 | 1000111 | 111 | 0 | 11010 | 10111010 | 111000 | 110000 |
Color Harmonies of #36B0BD
Complementary color
Monochromatic Colors of #36B0BD
Black with #36B0BD
Text Example
Text Example
White with #36B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B0BD; }
p { color: rgb(54,176,189); }
H1.HeaderClassName
{
color: #36B0BD;
}
.AnyTagClassName
{
color: #36B0BD;
}
</style>
background-color css
<style>
a { background-color: #36B0BD; }
a { background-color: rgb(54,176,189); }
div.DivClassName
{
background-color: #36B0BD;
}
.BgClassName
{
background-color: #36B0BD;
}
</style>
border-color css
<style>
span { border-color: #36B0BD; }
span { border-color: rgb(54,176,189); }
td.TdClassName
{
border-color: #36B0BD;
}
.TagClassName
{
border-color: #36B0BD;
}
</style>