Shades of Viking #3EB8CC
Tints of Viking #3EB8CC
RGB
CMYK
RGB Variations
Color information
#3EB8CC (or 0x3EB8CC) is known color: Viking. HEX triplet: 3E, B8 and CC. RGB value is (62,184,204). Sum of RGB (Red+Green+Blue) = 62+184+204=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EB8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB8CC is #C14733. Grayscale: #959595. Windows color (decimal): -12666676 or 13416510. OLE color: 13416510.
HSL color Cylindrical-coordinate representation of color #3EB8CC: hue angle of 188.45º degrees, saturation: 0.58, 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 #3EB8CC is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 184 | 204 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.2 |
| HSL | 188.45º | 0.58% | 0.52% | - |
| HSV(B) | 188.45º | 0.7% | 0.8% | - |
| XYZ | 30.03 | 39.66 | 63.2 | - |
| YUV | 149.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 184 | 204 | 0.70 | 0.10 | 0 | 0.2 | 188.45 | 0.58 | 0.52 |
| Hex | 3E | B8 | CC | 46 | A | 0 | 14 | BC | 3A | 34 |
| Octal | 76 | 270 | 314 | 106 | 12 | 0 | 24 | 274 | 72 | 64 |
| Binary | 111110 | 10111000 | 11001100 | 1000110 | 1010 | 0 | 10100 | 10111100 | 111010 | 110100 |
Color Harmonies of #3EB8CC
Complementary color
Monochromatic Colors of #3EB8CC
Black with #3EB8CC
Text Example
Text Example
White with #3EB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB8CC; }
p { color: rgb(62,184,204); }
H1.HeaderClassName
{
color: #3EB8CC;
}
.AnyTagClassName
{
color: #3EB8CC;
}
</style>
background-color css
<style>
a { background-color: #3EB8CC; }
a { background-color: rgb(62,184,204); }
div.DivClassName
{
background-color: #3EB8CC;
}
.BgClassName
{
background-color: #3EB8CC;
}
</style>
border-color css
<style>
span { border-color: #3EB8CC; }
span { border-color: rgb(62,184,204); }
td.TdClassName
{
border-color: #3EB8CC;
}
.TagClassName
{
border-color: #3EB8CC;
}
</style>