Shades of Viking #44AABB
Tints of Viking #44AABB
RGB
CMYK
RGB Variations
Color information
#44AABB (or 0x44AABB) is known color: Viking. HEX triplet: 44, AA and BB. RGB value is (68,170,187). Sum of RGB (Red+Green+Blue) = 68+170+187=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #44AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AABB is #BB5544. Grayscale: #8D8D8D. Windows color (decimal): -12277061 or 12298820. OLE color: 12298820.
HSL color Cylindrical-coordinate representation of color #44AABB: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44AABB is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 170 | 187 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.27 |
| HSL | 188.57º | 0.47% | 0.5% | - |
| HSV(B) | 188.57º | 0.64% | 0.73% | - |
| XYZ | 25.73 | 33.57 | 52.14 | - |
| YUV | 141.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 187 | 0.64 | 0.09 | 0 | 0.27 | 188.57 | 0.47 | 0.5 |
| Hex | 44 | AA | BB | 40 | 9 | 0 | 1B | BD | 2F | 32 |
| Octal | 104 | 252 | 273 | 100 | 11 | 0 | 33 | 275 | 57 | 62 |
| Binary | 1000100 | 10101010 | 10111011 | 1000000 | 1001 | 0 | 11011 | 10111101 | 101111 | 110010 |
Color Harmonies of #44AABB
Complementary color
Monochromatic Colors of #44AABB
Black with #44AABB
Text Example
Text Example
White with #44AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AABB; }
p { color: rgb(68,170,187); }
H1.HeaderClassName
{
color: #44AABB;
}
.AnyTagClassName
{
color: #44AABB;
}
</style>
background-color css
<style>
a { background-color: #44AABB; }
a { background-color: rgb(68,170,187); }
div.DivClassName
{
background-color: #44AABB;
}
.BgClassName
{
background-color: #44AABB;
}
</style>
border-color css
<style>
span { border-color: #44AABB; }
span { border-color: rgb(68,170,187); }
td.TdClassName
{
border-color: #44AABB;
}
.TagClassName
{
border-color: #44AABB;
}
</style>