Shades of Viking #3EBFCC
Tints of Viking #3EBFCC
RGB
CMYK
RGB Variations
Color information
#3EBFCC (or 0x3EBFCC) is known color: Viking. HEX triplet: 3E, BF and CC. RGB value is (62,191,204). Sum of RGB (Red+Green+Blue) = 62+191+204=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBFCC is #C14033. Grayscale: #999999. Windows color (decimal): -12664884 or 13418302. OLE color: 13418302.
HSL color Cylindrical-coordinate representation of color #3EBFCC: hue angle of 185.49º 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 #3EBFCC is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 191 | 204 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.2 |
| HSL | 185.49º | 0.58% | 0.52% | - |
| HSV(B) | 185.49º | 0.7% | 0.8% | - |
| XYZ | 31.52 | 42.65 | 63.7 | - |
| YUV | 153.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 191 | 204 | 0.70 | 0.06 | 0 | 0.2 | 185.49 | 0.58 | 0.52 |
| Hex | 3E | BF | CC | 46 | 6 | 0 | 14 | B9 | 3A | 34 |
| Octal | 76 | 277 | 314 | 106 | 6 | 0 | 24 | 271 | 72 | 64 |
| Binary | 111110 | 10111111 | 11001100 | 1000110 | 110 | 0 | 10100 | 10111001 | 111010 | 110100 |
Color Harmonies of #3EBFCC
Complementary color
Monochromatic Colors of #3EBFCC
Black with #3EBFCC
Text Example
Text Example
White with #3EBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBFCC; }
p { color: rgb(62,191,204); }
H1.HeaderClassName
{
color: #3EBFCC;
}
.AnyTagClassName
{
color: #3EBFCC;
}
</style>
background-color css
<style>
a { background-color: #3EBFCC; }
a { background-color: rgb(62,191,204); }
div.DivClassName
{
background-color: #3EBFCC;
}
.BgClassName
{
background-color: #3EBFCC;
}
</style>
border-color css
<style>
span { border-color: #3EBFCC; }
span { border-color: rgb(62,191,204); }
td.TdClassName
{
border-color: #3EBFCC;
}
.TagClassName
{
border-color: #3EBFCC;
}
</style>