Shades of Viking #3EA8CA
Tints of Viking #3EA8CA
RGB
CMYK
RGB Variations
Color information
#3EA8CA (or 0x3EA8CA) is known color: Viking. HEX triplet: 3E, A8 and CA. RGB value is (62,168,202). Sum of RGB (Red+Green+Blue) = 62+168+202=432 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.35% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EA8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA8CA is #C15735. Grayscale: #8B8B8B. Windows color (decimal): -12670774 or 13281342. OLE color: 13281342.
HSL color Cylindrical-coordinate representation of color #3EA8CA: hue angle of 194.57º 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 #3EA8CA is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 168 | 202 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.21 |
| HSL | 194.57º | 0.57% | 0.52% | - |
| HSV(B) | 194.57º | 0.69% | 0.79% | - |
| XYZ | 26.65 | 33.29 | 60.9 | - |
| YUV | 140.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 168 | 202 | 0.69 | 0.17 | 0 | 0.21 | 194.57 | 0.57 | 0.52 |
| Hex | 3E | A8 | CA | 45 | 11 | 0 | 15 | C3 | 39 | 34 |
| Octal | 76 | 250 | 312 | 105 | 21 | 0 | 25 | 303 | 71 | 64 |
| Binary | 111110 | 10101000 | 11001010 | 1000101 | 10001 | 0 | 10101 | 11000011 | 111001 | 110100 |
Color Harmonies of #3EA8CA
Complementary color
Monochromatic Colors of #3EA8CA
Black with #3EA8CA
Text Example
Text Example
White with #3EA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA8CA; }
p { color: rgb(62,168,202); }
H1.HeaderClassName
{
color: #3EA8CA;
}
.AnyTagClassName
{
color: #3EA8CA;
}
</style>
background-color css
<style>
a { background-color: #3EA8CA; }
a { background-color: rgb(62,168,202); }
div.DivClassName
{
background-color: #3EA8CA;
}
.BgClassName
{
background-color: #3EA8CA;
}
</style>
border-color css
<style>
span { border-color: #3EA8CA; }
span { border-color: rgb(62,168,202); }
td.TdClassName
{
border-color: #3EA8CA;
}
.TagClassName
{
border-color: #3EA8CA;
}
</style>