Shades of Viking #3FB3BC
Tints of Viking #3FB3BC
RGB
CMYK
RGB Variations
Color information
#3FB3BC (or 0x3FB3BC) is known color: Viking. HEX triplet: 3F, B3 and BC. RGB value is (63,179,188). Sum of RGB (Red+Green+Blue) = 63+179+188=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB3BC is #C04C43. Grayscale: #919191. Windows color (decimal): -12602436 or 12366655. OLE color: 12366655.
HSL color Cylindrical-coordinate representation of color #3FB3BC: hue angle of 184.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB3BC is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 179 | 188 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.26 |
| HSL | 184.32º | 0.5% | 0.49% | - |
| HSV(B) | 184.32º | 0.66% | 0.74% | - |
| XYZ | 27.25 | 36.93 | 53.27 | - |
| YUV | 145.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 188 | 0.66 | 0.05 | 0 | 0.26 | 184.32 | 0.5 | 0.49 |
| Hex | 3F | B3 | BC | 42 | 5 | 0 | 1A | B8 | 32 | 31 |
| Octal | 77 | 263 | 274 | 102 | 5 | 0 | 32 | 270 | 62 | 61 |
| Binary | 111111 | 10110011 | 10111100 | 1000010 | 101 | 0 | 11010 | 10111000 | 110010 | 110001 |
Color Harmonies of #3FB3BC
Complementary color
Monochromatic Colors of #3FB3BC
Black with #3FB3BC
Text Example
Text Example
White with #3FB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB3BC; }
p { color: rgb(63,179,188); }
H1.HeaderClassName
{
color: #3FB3BC;
}
.AnyTagClassName
{
color: #3FB3BC;
}
</style>
background-color css
<style>
a { background-color: #3FB3BC; }
a { background-color: rgb(63,179,188); }
div.DivClassName
{
background-color: #3FB3BC;
}
.BgClassName
{
background-color: #3FB3BC;
}
</style>
border-color css
<style>
span { border-color: #3FB3BC; }
span { border-color: rgb(63,179,188); }
td.TdClassName
{
border-color: #3FB3BC;
}
.TagClassName
{
border-color: #3FB3BC;
}
</style>