Shades of Viking #3FB9C1
Tints of Viking #3FB9C1
RGB
CMYK
RGB Variations
Color information
#3FB9C1 (or 0x3FB9C1) is known color: Viking. HEX triplet: 3F, B9 and C1. RGB value is (63,185,193). Sum of RGB (Red+Green+Blue) = 63+185+193=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #3FB9C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB9C1 is #C0463E. Grayscale: #959595. Windows color (decimal): -12600895 or 12695871. OLE color: 12695871.
HSL color Cylindrical-coordinate representation of color #3FB9C1: hue angle of 183.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB9C1 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 185 | 193 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.24 |
| HSL | 183.69º | 0.51% | 0.5% | - |
| HSV(B) | 183.69º | 0.67% | 0.76% | - |
| XYZ | 29.02 | 39.6 | 56.57 | - |
| YUV | 149.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 193 | 0.67 | 0.04 | 0 | 0.24 | 183.69 | 0.51 | 0.5 |
| Hex | 3F | B9 | C1 | 43 | 4 | 0 | 18 | B8 | 33 | 32 |
| Octal | 77 | 271 | 301 | 103 | 4 | 0 | 30 | 270 | 63 | 62 |
| Binary | 111111 | 10111001 | 11000001 | 1000011 | 100 | 0 | 11000 | 10111000 | 110011 | 110010 |
Color Harmonies of #3FB9C1
Complementary color
Monochromatic Colors of #3FB9C1
Black with #3FB9C1
Text Example
Text Example
White with #3FB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9C1; }
p { color: rgb(63,185,193); }
H1.HeaderClassName
{
color: #3FB9C1;
}
.AnyTagClassName
{
color: #3FB9C1;
}
</style>
background-color css
<style>
a { background-color: #3FB9C1; }
a { background-color: rgb(63,185,193); }
div.DivClassName
{
background-color: #3FB9C1;
}
.BgClassName
{
background-color: #3FB9C1;
}
</style>
border-color css
<style>
span { border-color: #3FB9C1; }
span { border-color: rgb(63,185,193); }
td.TdClassName
{
border-color: #3FB9C1;
}
.TagClassName
{
border-color: #3FB9C1;
}
</style>