Shades of Viking #44A2CE
Tints of Viking #44A2CE
RGB
CMYK
RGB Variations
Color information
#44A2CE (or 0x44A2CE) is known color: Viking. HEX triplet: 44, A2 and CE. RGB value is (68,162,206). Sum of RGB (Red+Green+Blue) = 68+162+206=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #44A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A2CE is #BB5D31. Grayscale: #8A8A8A. Windows color (decimal): -12279090 or 13541956. OLE color: 13541956.
HSL color Cylindrical-coordinate representation of color #44A2CE: hue angle of 199.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44A2CE is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 162 | 206 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.19 |
| HSL | 199.13º | 0.58% | 0.54% | - |
| HSV(B) | 199.13º | 0.67% | 0.81% | - |
| XYZ | 26.44 | 31.53 | 63.08 | - |
| YUV | 138.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 162 | 206 | 0.67 | 0.21 | 0 | 0.19 | 199.13 | 0.58 | 0.54 |
| Hex | 44 | A2 | CE | 43 | 15 | 0 | 13 | C7 | 3A | 36 |
| Octal | 104 | 242 | 316 | 103 | 25 | 0 | 23 | 307 | 72 | 66 |
| Binary | 1000100 | 10100010 | 11001110 | 1000011 | 10101 | 0 | 10011 | 11000111 | 111010 | 110110 |
Color Harmonies of #44A2CE
Complementary color
Monochromatic Colors of #44A2CE
Black with #44A2CE
Text Example
Text Example
White with #44A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A2CE; }
p { color: rgb(68,162,206); }
H1.HeaderClassName
{
color: #44A2CE;
}
.AnyTagClassName
{
color: #44A2CE;
}
</style>
background-color css
<style>
a { background-color: #44A2CE; }
a { background-color: rgb(68,162,206); }
div.DivClassName
{
background-color: #44A2CE;
}
.BgClassName
{
background-color: #44A2CE;
}
</style>
border-color css
<style>
span { border-color: #44A2CE; }
span { border-color: rgb(68,162,206); }
td.TdClassName
{
border-color: #44A2CE;
}
.TagClassName
{
border-color: #44A2CE;
}
</style>