Shades of Viking #3EADCB
Tints of Viking #3EADCB
RGB
CMYK
RGB Variations
Color information
#3EADCB (or 0x3EADCB) is known color: Viking. HEX triplet: 3E, AD and CB. RGB value is (62,173,203). Sum of RGB (Red+Green+Blue) = 62+173+203=438 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.16% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADCB is #C15234. Grayscale: #8F8F8F. Windows color (decimal): -12669493 or 13348158. OLE color: 13348158.
HSL color Cylindrical-coordinate representation of color #3EADCB: hue angle of 192.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EADCB is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 173 | 203 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.20 |
| HSL | 192.77º | 0.58% | 0.52% | - |
| HSV(B) | 192.77º | 0.69% | 0.8% | - |
| XYZ | 27.71 | 35.22 | 61.84 | - |
| YUV | 143.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 203 | 0.69 | 0.15 | 0 | 0.20 | 192.77 | 0.58 | 0.52 |
| Hex | 3E | AD | CB | 45 | F | 0 | 14 | C1 | 3A | 34 |
| Octal | 76 | 255 | 313 | 105 | 17 | 0 | 24 | 301 | 72 | 64 |
| Binary | 111110 | 10101101 | 11001011 | 1000101 | 1111 | 0 | 10100 | 11000001 | 111010 | 110100 |
Color Harmonies of #3EADCB
Complementary color
Monochromatic Colors of #3EADCB
Black with #3EADCB
Text Example
Text Example
White with #3EADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADCB; }
p { color: rgb(62,173,203); }
H1.HeaderClassName
{
color: #3EADCB;
}
.AnyTagClassName
{
color: #3EADCB;
}
</style>
background-color css
<style>
a { background-color: #3EADCB; }
a { background-color: rgb(62,173,203); }
div.DivClassName
{
background-color: #3EADCB;
}
.BgClassName
{
background-color: #3EADCB;
}
</style>
border-color css
<style>
span { border-color: #3EADCB; }
span { border-color: rgb(62,173,203); }
td.TdClassName
{
border-color: #3EADCB;
}
.TagClassName
{
border-color: #3EADCB;
}
</style>