Shades of Viking #3EAECA
Tints of Viking #3EAECA
RGB
CMYK
RGB Variations
Color information
#3EAECA (or 0x3EAECA) is known color: Viking. HEX triplet: 3E, AE and CA. RGB value is (62,174,202). Sum of RGB (Red+Green+Blue) = 62+174+202=438 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.16% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAECA is #C15135. Grayscale: #8F8F8F. Windows color (decimal): -12669238 or 13282878. OLE color: 13282878.
HSL color Cylindrical-coordinate representation of color #3EAECA: hue angle of 192º 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 #3EAECA is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 174 | 202 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.21 |
| HSL | 192º | 0.57% | 0.52% | - |
| HSV(B) | 192º | 0.69% | 0.79% | - |
| XYZ | 27.78 | 35.56 | 61.28 | - |
| YUV | 143.7 | 160.89 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 174 | 202 | 0.69 | 0.14 | 0 | 0.21 | 192 | 0.57 | 0.52 |
| Hex | 3E | AE | CA | 45 | E | 0 | 15 | C0 | 39 | 34 |
| Octal | 76 | 256 | 312 | 105 | 16 | 0 | 25 | 300 | 71 | 64 |
| Binary | 111110 | 10101110 | 11001010 | 1000101 | 1110 | 0 | 10101 | 11000000 | 111001 | 110100 |
Color Harmonies of #3EAECA
Complementary color
Monochromatic Colors of #3EAECA
Black with #3EAECA
Text Example
Text Example
White with #3EAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAECA; }
p { color: rgb(62,174,202); }
H1.HeaderClassName
{
color: #3EAECA;
}
.AnyTagClassName
{
color: #3EAECA;
}
</style>
background-color css
<style>
a { background-color: #3EAECA; }
a { background-color: rgb(62,174,202); }
div.DivClassName
{
background-color: #3EAECA;
}
.BgClassName
{
background-color: #3EAECA;
}
</style>
border-color css
<style>
span { border-color: #3EAECA; }
span { border-color: rgb(62,174,202); }
td.TdClassName
{
border-color: #3EAECA;
}
.TagClassName
{
border-color: #3EAECA;
}
</style>