Shades of Viking #3EAFCD
Tints of Viking #3EAFCD
RGB
CMYK
RGB Variations
Color information
#3EAFCD (or 0x3EAFCD) is known color: Viking. HEX triplet: 3E, AF and CD. RGB value is (62,175,205). Sum of RGB (Red+Green+Blue) = 62+175+205=442 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.03% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #3EAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFCD is #C15032. Grayscale: #909090. Windows color (decimal): -12668979 or 13479742. OLE color: 13479742.
HSL color Cylindrical-coordinate representation of color #3EAFCD: hue angle of 192.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EAFCD is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 175 | 205 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.20 |
| HSL | 192.59º | 0.59% | 0.52% | - |
| HSV(B) | 192.59º | 0.7% | 0.8% | - |
| XYZ | 28.34 | 36.09 | 63.23 | - |
| YUV | 144.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 175 | 205 | 0.70 | 0.15 | 0 | 0.20 | 192.59 | 0.59 | 0.52 |
| Hex | 3E | AF | CD | 46 | F | 0 | 14 | C1 | 3B | 34 |
| Octal | 76 | 257 | 315 | 106 | 17 | 0 | 24 | 301 | 73 | 64 |
| Binary | 111110 | 10101111 | 11001101 | 1000110 | 1111 | 0 | 10100 | 11000001 | 111011 | 110100 |
Color Harmonies of #3EAFCD
Complementary color
Monochromatic Colors of #3EAFCD
Black with #3EAFCD
Text Example
Text Example
White with #3EAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAFCD; }
p { color: rgb(62,175,205); }
H1.HeaderClassName
{
color: #3EAFCD;
}
.AnyTagClassName
{
color: #3EAFCD;
}
</style>
background-color css
<style>
a { background-color: #3EAFCD; }
a { background-color: rgb(62,175,205); }
div.DivClassName
{
background-color: #3EAFCD;
}
.BgClassName
{
background-color: #3EAFCD;
}
</style>
border-color css
<style>
span { border-color: #3EAFCD; }
span { border-color: rgb(62,175,205); }
td.TdClassName
{
border-color: #3EAFCD;
}
.TagClassName
{
border-color: #3EAFCD;
}
</style>