Shades of Viking #3EA2CA
Tints of Viking #3EA2CA
RGB
CMYK
RGB Variations
Color information
#3EA2CA (or 0x3EA2CA) is known color: Viking. HEX triplet: 3E, A2 and CA. RGB value is (62,162,202). Sum of RGB (Red+Green+Blue) = 62+162+202=426 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.55% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EA2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA2CA is #C15D35. Grayscale: #888888. Windows color (decimal): -12672310 or 13279806. OLE color: 13279806.
HSL color Cylindrical-coordinate representation of color #3EA2CA: hue angle of 197.14º 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 #3EA2CA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 162 | 202 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.21 |
| HSL | 197.14º | 0.57% | 0.52% | - |
| HSV(B) | 197.14º | 0.69% | 0.79% | - |
| XYZ | 25.57 | 31.13 | 60.54 | - |
| YUV | 136.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 162 | 202 | 0.69 | 0.20 | 0 | 0.21 | 197.14 | 0.57 | 0.52 |
| Hex | 3E | A2 | CA | 45 | 14 | 0 | 15 | C5 | 39 | 34 |
| Octal | 76 | 242 | 312 | 105 | 24 | 0 | 25 | 305 | 71 | 64 |
| Binary | 111110 | 10100010 | 11001010 | 1000101 | 10100 | 0 | 10101 | 11000101 | 111001 | 110100 |
Color Harmonies of #3EA2CA
Complementary color
Monochromatic Colors of #3EA2CA
Black with #3EA2CA
Text Example
Text Example
White with #3EA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA2CA; }
p { color: rgb(62,162,202); }
H1.HeaderClassName
{
color: #3EA2CA;
}
.AnyTagClassName
{
color: #3EA2CA;
}
</style>
background-color css
<style>
a { background-color: #3EA2CA; }
a { background-color: rgb(62,162,202); }
div.DivClassName
{
background-color: #3EA2CA;
}
.BgClassName
{
background-color: #3EA2CA;
}
</style>
border-color css
<style>
span { border-color: #3EA2CA; }
span { border-color: rgb(62,162,202); }
td.TdClassName
{
border-color: #3EA2CA;
}
.TagClassName
{
border-color: #3EA2CA;
}
</style>