Shades of Viking #44A2BC
Tints of Viking #44A2BC
RGB
CMYK
RGB Variations
Color information
#44A2BC (or 0x44A2BC) is known color: Viking. HEX triplet: 44, A2 and BC. RGB value is (68,162,188). Sum of RGB (Red+Green+Blue) = 68+162+188=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 162 (63.67% from 255 or 38.76% 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 #44A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A2BC is #BB5D43. Grayscale: #888888. Windows color (decimal): -12279108 or 12362308. OLE color: 12362308.
HSL color Cylindrical-coordinate representation of color #44A2BC: hue angle of 193º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44A2BC is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 162 | 188 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.26 |
| HSL | 193º | 0.47% | 0.5% | - |
| HSV(B) | 193º | 0.64% | 0.74% | - |
| XYZ | 24.38 | 30.7 | 52.22 | - |
| YUV | 136.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 162 | 188 | 0.64 | 0.14 | 0 | 0.26 | 193 | 0.47 | 0.5 |
| Hex | 44 | A2 | BC | 40 | E | 0 | 1A | C1 | 2F | 32 |
| Octal | 104 | 242 | 274 | 100 | 16 | 0 | 32 | 301 | 57 | 62 |
| Binary | 1000100 | 10100010 | 10111100 | 1000000 | 1110 | 0 | 11010 | 11000001 | 101111 | 110010 |
Color Harmonies of #44A2BC
Complementary color
Monochromatic Colors of #44A2BC
Black with #44A2BC
Text Example
Text Example
White with #44A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A2BC; }
p { color: rgb(68,162,188); }
H1.HeaderClassName
{
color: #44A2BC;
}
.AnyTagClassName
{
color: #44A2BC;
}
</style>
background-color css
<style>
a { background-color: #44A2BC; }
a { background-color: rgb(68,162,188); }
div.DivClassName
{
background-color: #44A2BC;
}
.BgClassName
{
background-color: #44A2BC;
}
</style>
border-color css
<style>
span { border-color: #44A2BC; }
span { border-color: rgb(68,162,188); }
td.TdClassName
{
border-color: #44A2BC;
}
.TagClassName
{
border-color: #44A2BC;
}
</style>