Shades of Viking #3E9FBF
Tints of Viking #3E9FBF
RGB
CMYK
RGB Variations
Color information
#3E9FBF (or 0x3E9FBF) is known color: Viking. HEX triplet: 3E, 9F and BF. RGB value is (62,159,191). Sum of RGB (Red+Green+Blue) = 62+159+191=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E9FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E9FBF is #C16040. Grayscale: #858585. Windows color (decimal): -12673089 or 12558142. OLE color: 12558142.
HSL color Cylindrical-coordinate representation of color #3E9FBF: hue angle of 194.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E9FBF is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 159 | 191 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.25 |
| HSL | 194.88º | 0.51% | 0.5% | - |
| HSV(B) | 194.88º | 0.68% | 0.75% | - |
| XYZ | 23.79 | 29.58 | 53.75 | - |
| YUV | 133.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 159 | 191 | 0.68 | 0.17 | 0 | 0.25 | 194.88 | 0.51 | 0.5 |
| Hex | 3E | 9F | BF | 44 | 11 | 0 | 19 | C3 | 33 | 32 |
| Octal | 76 | 237 | 277 | 104 | 21 | 0 | 31 | 303 | 63 | 62 |
| Binary | 111110 | 10011111 | 10111111 | 1000100 | 10001 | 0 | 11001 | 11000011 | 110011 | 110010 |
Color Harmonies of #3E9FBF
Complementary color
Monochromatic Colors of #3E9FBF
Black with #3E9FBF
Text Example
Text Example
White with #3E9FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9FBF; }
p { color: rgb(62,159,191); }
H1.HeaderClassName
{
color: #3E9FBF;
}
.AnyTagClassName
{
color: #3E9FBF;
}
</style>
background-color css
<style>
a { background-color: #3E9FBF; }
a { background-color: rgb(62,159,191); }
div.DivClassName
{
background-color: #3E9FBF;
}
.BgClassName
{
background-color: #3E9FBF;
}
</style>
border-color css
<style>
span { border-color: #3E9FBF; }
span { border-color: rgb(62,159,191); }
td.TdClassName
{
border-color: #3E9FBF;
}
.TagClassName
{
border-color: #3E9FBF;
}
</style>