Shades of Viking #3FB6B9
Tints of Viking #3FB6B9
RGB
CMYK
RGB Variations
Color information
#3FB6B9 (or 0x3FB6B9) is known color: Viking. HEX triplet: 3F, B6 and B9. RGB value is (63,182,185). Sum of RGB (Red+Green+Blue) = 63+182+185=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #3FB6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB6B9 is #C04946. Grayscale: #929292. Windows color (decimal): -12601671 or 12170815. OLE color: 12170815.
HSL color Cylindrical-coordinate representation of color #3FB6B9: hue angle of 181.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB6B9 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 182 | 185 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.27 |
| HSL | 181.48º | 0.49% | 0.49% | - |
| HSV(B) | 181.48º | 0.66% | 0.73% | - |
| XYZ | 27.53 | 38.02 | 51.79 | - |
| YUV | 146.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 185 | 0.66 | 0.02 | 0 | 0.27 | 181.48 | 0.49 | 0.49 |
| Hex | 3F | B6 | B9 | 42 | 2 | 0 | 1B | B5 | 31 | 31 |
| Octal | 77 | 266 | 271 | 102 | 2 | 0 | 33 | 265 | 61 | 61 |
| Binary | 111111 | 10110110 | 10111001 | 1000010 | 10 | 0 | 11011 | 10110101 | 110001 | 110001 |
Color Harmonies of #3FB6B9
Complementary color
Monochromatic Colors of #3FB6B9
Black with #3FB6B9
Text Example
Text Example
White with #3FB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB6B9; }
p { color: rgb(63,182,185); }
H1.HeaderClassName
{
color: #3FB6B9;
}
.AnyTagClassName
{
color: #3FB6B9;
}
</style>
background-color css
<style>
a { background-color: #3FB6B9; }
a { background-color: rgb(63,182,185); }
div.DivClassName
{
background-color: #3FB6B9;
}
.BgClassName
{
background-color: #3FB6B9;
}
</style>
border-color css
<style>
span { border-color: #3FB6B9; }
span { border-color: rgb(63,182,185); }
td.TdClassName
{
border-color: #3FB6B9;
}
.TagClassName
{
border-color: #3FB6B9;
}
</style>