Shades of Viking #40A3BC
Tints of Viking #40A3BC
RGB
CMYK
RGB Variations
Color information
#40A3BC (or 0x40A3BC) is known color: Viking. HEX triplet: 40, A3 and BC. RGB value is (64,163,188). Sum of RGB (Red+Green+Blue) = 64+163+188=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #40A3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A3BC is #BF5C43. Grayscale: #888888. Windows color (decimal): -12540996 or 12362560. OLE color: 12362560.
HSL color Cylindrical-coordinate representation of color #40A3BC: hue angle of 192.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A3BC is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 163 | 188 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.26 |
| HSL | 192.1º | 0.49% | 0.49% | - |
| HSV(B) | 192.1º | 0.66% | 0.74% | - |
| XYZ | 24.29 | 30.92 | 52.26 | - |
| YUV | 136.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 188 | 0.66 | 0.13 | 0 | 0.26 | 192.1 | 0.49 | 0.49 |
| Hex | 40 | A3 | BC | 42 | D | 0 | 1A | C0 | 31 | 31 |
| Octal | 100 | 243 | 274 | 102 | 15 | 0 | 32 | 300 | 61 | 61 |
| Binary | 1000000 | 10100011 | 10111100 | 1000010 | 1101 | 0 | 11010 | 11000000 | 110001 | 110001 |
Color Harmonies of #40A3BC
Complementary color
Monochromatic Colors of #40A3BC
Black with #40A3BC
Text Example
Text Example
White with #40A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A3BC; }
p { color: rgb(64,163,188); }
H1.HeaderClassName
{
color: #40A3BC;
}
.AnyTagClassName
{
color: #40A3BC;
}
</style>
background-color css
<style>
a { background-color: #40A3BC; }
a { background-color: rgb(64,163,188); }
div.DivClassName
{
background-color: #40A3BC;
}
.BgClassName
{
background-color: #40A3BC;
}
</style>
border-color css
<style>
span { border-color: #40A3BC; }
span { border-color: rgb(64,163,188); }
td.TdClassName
{
border-color: #40A3BC;
}
.TagClassName
{
border-color: #40A3BC;
}
</style>