Shades of Viking #43A3BB
Tints of Viking #43A3BB
RGB
CMYK
RGB Variations
Color information
#43A3BB (or 0x43A3BB) is known color: Viking. HEX triplet: 43, A3 and BB. RGB value is (67,163,187). Sum of RGB (Red+Green+Blue) = 67+163+187=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #43A3BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A3BB is #BC5C44. Grayscale: #888888. Windows color (decimal): -12344389 or 12297027. OLE color: 12297027.
HSL color Cylindrical-coordinate representation of color #43A3BB: hue angle of 192º 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 #43A3BB is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 163 | 187 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.27 |
| HSL | 192º | 0.47% | 0.5% | - |
| HSV(B) | 192º | 0.64% | 0.73% | - |
| XYZ | 24.38 | 30.98 | 51.71 | - |
| YUV | 137.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 187 | 0.64 | 0.13 | 0 | 0.27 | 192 | 0.47 | 0.5 |
| Hex | 43 | A3 | BB | 40 | D | 0 | 1B | C0 | 2F | 32 |
| Octal | 103 | 243 | 273 | 100 | 15 | 0 | 33 | 300 | 57 | 62 |
| Binary | 1000011 | 10100011 | 10111011 | 1000000 | 1101 | 0 | 11011 | 11000000 | 101111 | 110010 |
Color Harmonies of #43A3BB
Complementary color
Monochromatic Colors of #43A3BB
Black with #43A3BB
Text Example
Text Example
White with #43A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A3BB; }
p { color: rgb(67,163,187); }
H1.HeaderClassName
{
color: #43A3BB;
}
.AnyTagClassName
{
color: #43A3BB;
}
</style>
background-color css
<style>
a { background-color: #43A3BB; }
a { background-color: rgb(67,163,187); }
div.DivClassName
{
background-color: #43A3BB;
}
.BgClassName
{
background-color: #43A3BB;
}
</style>
border-color css
<style>
span { border-color: #43A3BB; }
span { border-color: rgb(67,163,187); }
td.TdClassName
{
border-color: #43A3BB;
}
.TagClassName
{
border-color: #43A3BB;
}
</style>