Shades of Viking #43A3CE
Tints of Viking #43A3CE
RGB
CMYK
RGB Variations
Color information
#43A3CE (or 0x43A3CE) is known color: Viking. HEX triplet: 43, A3 and CE. RGB value is (67,163,206). Sum of RGB (Red+Green+Blue) = 67+163+206=436 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.37% from 436); Green value is 163 (64.06% from 255 or 37.39% 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 #43A3CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A3CE is #BC5C31. Grayscale: #8A8A8A. Windows color (decimal): -12344370 or 13542211. OLE color: 13542211.
HSL color Cylindrical-coordinate representation of color #43A3CE: hue angle of 198.56º degrees, saturation: 0.59, 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 #43A3CE is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 163 | 206 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.19 |
| HSL | 198.56º | 0.59% | 0.54% | - |
| HSV(B) | 198.56º | 0.67% | 0.81% | - |
| XYZ | 26.55 | 31.84 | 63.14 | - |
| YUV | 139.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 206 | 0.67 | 0.21 | 0 | 0.19 | 198.56 | 0.59 | 0.54 |
| Hex | 43 | A3 | CE | 43 | 15 | 0 | 13 | C7 | 3B | 36 |
| Octal | 103 | 243 | 316 | 103 | 25 | 0 | 23 | 307 | 73 | 66 |
| Binary | 1000011 | 10100011 | 11001110 | 1000011 | 10101 | 0 | 10011 | 11000111 | 111011 | 110110 |
Color Harmonies of #43A3CE
Complementary color
Monochromatic Colors of #43A3CE
Black with #43A3CE
Text Example
Text Example
White with #43A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A3CE; }
p { color: rgb(67,163,206); }
H1.HeaderClassName
{
color: #43A3CE;
}
.AnyTagClassName
{
color: #43A3CE;
}
</style>
background-color css
<style>
a { background-color: #43A3CE; }
a { background-color: rgb(67,163,206); }
div.DivClassName
{
background-color: #43A3CE;
}
.BgClassName
{
background-color: #43A3CE;
}
</style>
border-color css
<style>
span { border-color: #43A3CE; }
span { border-color: rgb(67,163,206); }
td.TdClassName
{
border-color: #43A3CE;
}
.TagClassName
{
border-color: #43A3CE;
}
</style>