Shades of Viking #36ABBD
Tints of Viking #36ABBD
RGB
CMYK
RGB Variations
Color information
#36ABBD (or 0x36ABBD) is known color: Viking. HEX triplet: 36, AB and BD. RGB value is (54,171,189). Sum of RGB (Red+Green+Blue) = 54+171+189=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #36ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ABBD is #C95442. Grayscale: #898989. Windows color (decimal): -13194307 or 12430134. OLE color: 12430134.
HSL color Cylindrical-coordinate representation of color #36ABBD: hue angle of 188º 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 #36ABBD is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 171 | 189 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.26 |
| HSL | 188º | 0.56% | 0.48% | - |
| HSV(B) | 188º | 0.71% | 0.74% | - |
| XYZ | 25.27 | 33.58 | 53.29 | - |
| YUV | 138.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 189 | 0.71 | 0.10 | 0 | 0.26 | 188 | 0.56 | 0.48 |
| Hex | 36 | AB | BD | 47 | A | 0 | 1A | BC | 38 | 30 |
| Octal | 66 | 253 | 275 | 107 | 12 | 0 | 32 | 274 | 70 | 60 |
| Binary | 110110 | 10101011 | 10111101 | 1000111 | 1010 | 0 | 11010 | 10111100 | 111000 | 110000 |
Color Harmonies of #36ABBD
Complementary color
Monochromatic Colors of #36ABBD
Black with #36ABBD
Text Example
Text Example
White with #36ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ABBD; }
p { color: rgb(54,171,189); }
H1.HeaderClassName
{
color: #36ABBD;
}
.AnyTagClassName
{
color: #36ABBD;
}
</style>
background-color css
<style>
a { background-color: #36ABBD; }
a { background-color: rgb(54,171,189); }
div.DivClassName
{
background-color: #36ABBD;
}
.BgClassName
{
background-color: #36ABBD;
}
</style>
border-color css
<style>
span { border-color: #36ABBD; }
span { border-color: rgb(54,171,189); }
td.TdClassName
{
border-color: #36ABBD;
}
.TagClassName
{
border-color: #36ABBD;
}
</style>