Shades of Viking #44A1CD
Tints of Viking #44A1CD
RGB
CMYK
RGB Variations
Color information
#44A1CD (or 0x44A1CD) is known color: Viking. HEX triplet: 44, A1 and CD. RGB value is (68,161,205). Sum of RGB (Red+Green+Blue) = 68+161+205=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #44A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A1CD is #BB5E32. Grayscale: #898989. Windows color (decimal): -12279347 or 13476164. OLE color: 13476164.
HSL color Cylindrical-coordinate representation of color #44A1CD: hue angle of 199.27º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44A1CD is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 161 | 205 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.20 |
| HSL | 199.27º | 0.58% | 0.54% | - |
| HSV(B) | 199.27º | 0.67% | 0.8% | - |
| XYZ | 26.15 | 31.13 | 62.39 | - |
| YUV | 138.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 205 | 0.67 | 0.21 | 0 | 0.20 | 199.27 | 0.58 | 0.54 |
| Hex | 44 | A1 | CD | 43 | 15 | 0 | 14 | C7 | 3A | 36 |
| Octal | 104 | 241 | 315 | 103 | 25 | 0 | 24 | 307 | 72 | 66 |
| Binary | 1000100 | 10100001 | 11001101 | 1000011 | 10101 | 0 | 10100 | 11000111 | 111010 | 110110 |
Color Harmonies of #44A1CD
Complementary color
Monochromatic Colors of #44A1CD
Black with #44A1CD
Text Example
Text Example
White with #44A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A1CD; }
p { color: rgb(68,161,205); }
H1.HeaderClassName
{
color: #44A1CD;
}
.AnyTagClassName
{
color: #44A1CD;
}
</style>
background-color css
<style>
a { background-color: #44A1CD; }
a { background-color: rgb(68,161,205); }
div.DivClassName
{
background-color: #44A1CD;
}
.BgClassName
{
background-color: #44A1CD;
}
</style>
border-color css
<style>
span { border-color: #44A1CD; }
span { border-color: rgb(68,161,205); }
td.TdClassName
{
border-color: #44A1CD;
}
.TagClassName
{
border-color: #44A1CD;
}
</style>