Shades of Viking #3FB1CC
Tints of Viking #3FB1CC
RGB
CMYK
RGB Variations
Color information
#3FB1CC (or 0x3FB1CC) is known color: Viking. HEX triplet: 3F, B1 and CC. RGB value is (63,177,204). Sum of RGB (Red+Green+Blue) = 63+177+204=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FB1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB1CC is #C04E33. Grayscale: #919191. Windows color (decimal): -12602932 or 13414719. OLE color: 13414719.
HSL color Cylindrical-coordinate representation of color #3FB1CC: hue angle of 191.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FB1CC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 177 | 204 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.2 |
| HSL | 191.49º | 0.58% | 0.52% | - |
| HSV(B) | 191.49º | 0.69% | 0.8% | - |
| XYZ | 28.67 | 36.86 | 62.73 | - |
| YUV | 145.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 204 | 0.69 | 0.13 | 0 | 0.2 | 191.49 | 0.58 | 0.52 |
| Hex | 3F | B1 | CC | 45 | D | 0 | 14 | BF | 3A | 34 |
| Octal | 77 | 261 | 314 | 105 | 15 | 0 | 24 | 277 | 72 | 64 |
| Binary | 111111 | 10110001 | 11001100 | 1000101 | 1101 | 0 | 10100 | 10111111 | 111010 | 110100 |
Color Harmonies of #3FB1CC
Complementary color
Monochromatic Colors of #3FB1CC
Black with #3FB1CC
Text Example
Text Example
White with #3FB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB1CC; }
p { color: rgb(63,177,204); }
H1.HeaderClassName
{
color: #3FB1CC;
}
.AnyTagClassName
{
color: #3FB1CC;
}
</style>
background-color css
<style>
a { background-color: #3FB1CC; }
a { background-color: rgb(63,177,204); }
div.DivClassName
{
background-color: #3FB1CC;
}
.BgClassName
{
background-color: #3FB1CC;
}
</style>
border-color css
<style>
span { border-color: #3FB1CC; }
span { border-color: rgb(63,177,204); }
td.TdClassName
{
border-color: #3FB1CC;
}
.TagClassName
{
border-color: #3FB1CC;
}
</style>