Shades of Viking #3FB2BE
Tints of Viking #3FB2BE
RGB
CMYK
RGB Variations
Color information
#3FB2BE (or 0x3FB2BE) is known color: Viking. HEX triplet: 3F, B2 and BE. RGB value is (63,178,190). Sum of RGB (Red+Green+Blue) = 63+178+190=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2BE is #C04D41. Grayscale: #909090. Windows color (decimal): -12602690 or 12497471. OLE color: 12497471.
HSL color Cylindrical-coordinate representation of color #3FB2BE: hue angle of 185.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB2BE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 178 | 190 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.25 |
| HSL | 185.67º | 0.5% | 0.5% | - |
| HSV(B) | 185.67º | 0.67% | 0.75% | - |
| XYZ | 27.26 | 36.62 | 54.35 | - |
| YUV | 144.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 190 | 0.67 | 0.06 | 0 | 0.25 | 185.67 | 0.5 | 0.5 |
| Hex | 3F | B2 | BE | 43 | 6 | 0 | 19 | BA | 32 | 32 |
| Octal | 77 | 262 | 276 | 103 | 6 | 0 | 31 | 272 | 62 | 62 |
| Binary | 111111 | 10110010 | 10111110 | 1000011 | 110 | 0 | 11001 | 10111010 | 110010 | 110010 |
Color Harmonies of #3FB2BE
Complementary color
Monochromatic Colors of #3FB2BE
Black with #3FB2BE
Text Example
Text Example
White with #3FB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB2BE; }
p { color: rgb(63,178,190); }
H1.HeaderClassName
{
color: #3FB2BE;
}
.AnyTagClassName
{
color: #3FB2BE;
}
</style>
background-color css
<style>
a { background-color: #3FB2BE; }
a { background-color: rgb(63,178,190); }
div.DivClassName
{
background-color: #3FB2BE;
}
.BgClassName
{
background-color: #3FB2BE;
}
</style>
border-color css
<style>
span { border-color: #3FB2BE; }
span { border-color: rgb(63,178,190); }
td.TdClassName
{
border-color: #3FB2BE;
}
.TagClassName
{
border-color: #3FB2BE;
}
</style>