Shades of Viking #429ECD
Tints of Viking #429ECD
RGB
CMYK
RGB Variations
Color information
#429ECD (or 0x429ECD) is known color: Viking. HEX triplet: 42, 9E and CD. RGB value is (66,158,205). Sum of RGB (Red+Green+Blue) = 66+158+205=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #429ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ECD is #BD6132. Grayscale: #878787. Windows color (decimal): -12411187 or 13475394. OLE color: 13475394.
HSL color Cylindrical-coordinate representation of color #429ECD: hue angle of 200.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429ECD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 158 | 205 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.20 |
| HSL | 200.29º | 0.58% | 0.53% | - |
| HSV(B) | 200.29º | 0.68% | 0.8% | - |
| XYZ | 25.49 | 30.02 | 62.21 | - |
| YUV | 135.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 205 | 0.68 | 0.23 | 0 | 0.20 | 200.29 | 0.58 | 0.53 |
| Hex | 42 | 9E | CD | 44 | 17 | 0 | 14 | C8 | 3A | 35 |
| Octal | 102 | 236 | 315 | 104 | 27 | 0 | 24 | 310 | 72 | 65 |
| Binary | 1000010 | 10011110 | 11001101 | 1000100 | 10111 | 0 | 10100 | 11001000 | 111010 | 110101 |
Color Harmonies of #429ECD
Complementary color
Monochromatic Colors of #429ECD
Black with #429ECD
Text Example
Text Example
White with #429ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429ECD; }
p { color: rgb(66,158,205); }
H1.HeaderClassName
{
color: #429ECD;
}
.AnyTagClassName
{
color: #429ECD;
}
</style>
background-color css
<style>
a { background-color: #429ECD; }
a { background-color: rgb(66,158,205); }
div.DivClassName
{
background-color: #429ECD;
}
.BgClassName
{
background-color: #429ECD;
}
</style>
border-color css
<style>
span { border-color: #429ECD; }
span { border-color: rgb(66,158,205); }
td.TdClassName
{
border-color: #429ECD;
}
.TagClassName
{
border-color: #429ECD;
}
</style>