Shades of Viking #36ABC2
Tints of Viking #36ABC2
RGB
CMYK
RGB Variations
Color information
#36ABC2 (or 0x36ABC2) is known color: Viking. HEX triplet: 36, AB and C2. RGB value is (54,171,194). Sum of RGB (Red+Green+Blue) = 54+171+194=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #36ABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ABC2 is #C9543D. Grayscale: #8A8A8A. Windows color (decimal): -13194302 or 12757814. OLE color: 12757814.
HSL color Cylindrical-coordinate representation of color #36ABC2: hue angle of 189.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36ABC2 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 171 | 194 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.24 |
| HSL | 189.86º | 0.56% | 0.49% | - |
| HSV(B) | 189.86º | 0.72% | 0.76% | - |
| XYZ | 25.82 | 33.81 | 56.2 | - |
| YUV | 138.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 194 | 0.72 | 0.12 | 0 | 0.24 | 189.86 | 0.56 | 0.49 |
| Hex | 36 | AB | C2 | 48 | C | 0 | 18 | BE | 38 | 31 |
| Octal | 66 | 253 | 302 | 110 | 14 | 0 | 30 | 276 | 70 | 61 |
| Binary | 110110 | 10101011 | 11000010 | 1001000 | 1100 | 0 | 11000 | 10111110 | 111000 | 110001 |
Color Harmonies of #36ABC2
Complementary color
Monochromatic Colors of #36ABC2
Black with #36ABC2
Text Example
Text Example
White with #36ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ABC2; }
p { color: rgb(54,171,194); }
H1.HeaderClassName
{
color: #36ABC2;
}
.AnyTagClassName
{
color: #36ABC2;
}
</style>
background-color css
<style>
a { background-color: #36ABC2; }
a { background-color: rgb(54,171,194); }
div.DivClassName
{
background-color: #36ABC2;
}
.BgClassName
{
background-color: #36ABC2;
}
</style>
border-color css
<style>
span { border-color: #36ABC2; }
span { border-color: rgb(54,171,194); }
td.TdClassName
{
border-color: #36ABC2;
}
.TagClassName
{
border-color: #36ABC2;
}
</style>