Shades of Viking #42A2CE
Tints of Viking #42A2CE
RGB
CMYK
RGB Variations
Color information
#42A2CE (or 0x42A2CE) is known color: Viking. HEX triplet: 42, A2 and CE. RGB value is (66,162,206). Sum of RGB (Red+Green+Blue) = 66+162+206=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #42A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A2CE is #BD5D31. Grayscale: #8A8A8A. Windows color (decimal): -12410162 or 13541954. OLE color: 13541954.
HSL color Cylindrical-coordinate representation of color #42A2CE: hue angle of 198.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A2CE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 162 | 206 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.19 |
| HSL | 198.86º | 0.59% | 0.53% | - |
| HSV(B) | 198.86º | 0.68% | 0.81% | - |
| XYZ | 26.31 | 31.46 | 63.08 | - |
| YUV | 138.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 206 | 0.68 | 0.21 | 0 | 0.19 | 198.86 | 0.59 | 0.53 |
| Hex | 42 | A2 | CE | 44 | 15 | 0 | 13 | C7 | 3B | 35 |
| Octal | 102 | 242 | 316 | 104 | 25 | 0 | 23 | 307 | 73 | 65 |
| Binary | 1000010 | 10100010 | 11001110 | 1000100 | 10101 | 0 | 10011 | 11000111 | 111011 | 110101 |
Color Harmonies of #42A2CE
Complementary color
Monochromatic Colors of #42A2CE
Black with #42A2CE
Text Example
Text Example
White with #42A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A2CE; }
p { color: rgb(66,162,206); }
H1.HeaderClassName
{
color: #42A2CE;
}
.AnyTagClassName
{
color: #42A2CE;
}
</style>
background-color css
<style>
a { background-color: #42A2CE; }
a { background-color: rgb(66,162,206); }
div.DivClassName
{
background-color: #42A2CE;
}
.BgClassName
{
background-color: #42A2CE;
}
</style>
border-color css
<style>
span { border-color: #42A2CE; }
span { border-color: rgb(66,162,206); }
td.TdClassName
{
border-color: #42A2CE;
}
.TagClassName
{
border-color: #42A2CE;
}
</style>