Shades of Viking #3FB6D0
Tints of Viking #3FB6D0
RGB
CMYK
RGB Variations
Color information
#3FB6D0 (or 0x3FB6D0) is known color: Viking. HEX triplet: 3F, B6 and D0. RGB value is (63,182,208). Sum of RGB (Red+Green+Blue) = 63+182+208=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #3FB6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB6D0 is #C0492F. Grayscale: #959595. Windows color (decimal): -12601648 or 13678143. OLE color: 13678143.
HSL color Cylindrical-coordinate representation of color #3FB6D0: hue angle of 190.76º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB6D0 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 182 | 208 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.18 |
| HSL | 190.76º | 0.61% | 0.53% | - |
| HSV(B) | 190.76º | 0.7% | 0.82% | - |
| XYZ | 30.16 | 39.07 | 65.63 | - |
| YUV | 149.38 | 161.08 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 208 | 0.70 | 0.12 | 0 | 0.18 | 190.76 | 0.61 | 0.53 |
| Hex | 3F | B6 | D0 | 46 | C | 0 | 12 | BF | 3D | 35 |
| Octal | 77 | 266 | 320 | 106 | 14 | 0 | 22 | 277 | 75 | 65 |
| Binary | 111111 | 10110110 | 11010000 | 1000110 | 1100 | 0 | 10010 | 10111111 | 111101 | 110101 |
Color Harmonies of #3FB6D0
Complementary color
Monochromatic Colors of #3FB6D0
Black with #3FB6D0
Text Example
Text Example
White with #3FB6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB6D0; }
p { color: rgb(63,182,208); }
H1.HeaderClassName
{
color: #3FB6D0;
}
.AnyTagClassName
{
color: #3FB6D0;
}
</style>
background-color css
<style>
a { background-color: #3FB6D0; }
a { background-color: rgb(63,182,208); }
div.DivClassName
{
background-color: #3FB6D0;
}
.BgClassName
{
background-color: #3FB6D0;
}
</style>
border-color css
<style>
span { border-color: #3FB6D0; }
span { border-color: rgb(63,182,208); }
td.TdClassName
{
border-color: #3FB6D0;
}
.TagClassName
{
border-color: #3FB6D0;
}
</style>