Shades of Viking #3EACCA
Tints of Viking #3EACCA
RGB
CMYK
RGB Variations
Color information
#3EACCA (or 0x3EACCA) is known color: Viking. HEX triplet: 3E, AC and CA. RGB value is (62,172,202). Sum of RGB (Red+Green+Blue) = 62+172+202=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EACCA is #C15335. Grayscale: #8E8E8E. Windows color (decimal): -12669750 or 13282366. OLE color: 13282366.
HSL color Cylindrical-coordinate representation of color #3EACCA: hue angle of 192.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EACCA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 172 | 202 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.21 |
| HSL | 192.86º | 0.57% | 0.52% | - |
| HSV(B) | 192.86º | 0.69% | 0.79% | - |
| XYZ | 27.4 | 34.79 | 61.15 | - |
| YUV | 142.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 172 | 202 | 0.69 | 0.15 | 0 | 0.21 | 192.86 | 0.57 | 0.52 |
| Hex | 3E | AC | CA | 45 | F | 0 | 15 | C1 | 39 | 34 |
| Octal | 76 | 254 | 312 | 105 | 17 | 0 | 25 | 301 | 71 | 64 |
| Binary | 111110 | 10101100 | 11001010 | 1000101 | 1111 | 0 | 10101 | 11000001 | 111001 | 110100 |
Color Harmonies of #3EACCA
Complementary color
Monochromatic Colors of #3EACCA
Black with #3EACCA
Text Example
Text Example
White with #3EACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EACCA; }
p { color: rgb(62,172,202); }
H1.HeaderClassName
{
color: #3EACCA;
}
.AnyTagClassName
{
color: #3EACCA;
}
</style>
background-color css
<style>
a { background-color: #3EACCA; }
a { background-color: rgb(62,172,202); }
div.DivClassName
{
background-color: #3EACCA;
}
.BgClassName
{
background-color: #3EACCA;
}
</style>
border-color css
<style>
span { border-color: #3EACCA; }
span { border-color: rgb(62,172,202); }
td.TdClassName
{
border-color: #3EACCA;
}
.TagClassName
{
border-color: #3EACCA;
}
</style>