Shades of Viking #3FB0CC
Tints of Viking #3FB0CC
RGB
CMYK
RGB Variations
Color information
#3FB0CC (or 0x3FB0CC) is known color: Viking. HEX triplet: 3F, B0 and CC. RGB value is (63,176,204). Sum of RGB (Red+Green+Blue) = 63+176+204=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FB0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB0CC is #C04F33. Grayscale: #919191. Windows color (decimal): -12603188 or 13414463. OLE color: 13414463.
HSL color Cylindrical-coordinate representation of color #3FB0CC: hue angle of 191.91º 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 #3FB0CC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 176 | 204 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.2 |
| HSL | 191.91º | 0.58% | 0.52% | - |
| HSV(B) | 191.91º | 0.69% | 0.8% | - |
| XYZ | 28.47 | 36.47 | 62.66 | - |
| YUV | 145.41 | 161.06 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 204 | 0.69 | 0.14 | 0 | 0.2 | 191.91 | 0.58 | 0.52 |
| Hex | 3F | B0 | CC | 45 | E | 0 | 14 | C0 | 3A | 34 |
| Octal | 77 | 260 | 314 | 105 | 16 | 0 | 24 | 300 | 72 | 64 |
| Binary | 111111 | 10110000 | 11001100 | 1000101 | 1110 | 0 | 10100 | 11000000 | 111010 | 110100 |
Color Harmonies of #3FB0CC
Complementary color
Monochromatic Colors of #3FB0CC
Black with #3FB0CC
Text Example
Text Example
White with #3FB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB0CC; }
p { color: rgb(63,176,204); }
H1.HeaderClassName
{
color: #3FB0CC;
}
.AnyTagClassName
{
color: #3FB0CC;
}
</style>
background-color css
<style>
a { background-color: #3FB0CC; }
a { background-color: rgb(63,176,204); }
div.DivClassName
{
background-color: #3FB0CC;
}
.BgClassName
{
background-color: #3FB0CC;
}
</style>
border-color css
<style>
span { border-color: #3FB0CC; }
span { border-color: rgb(63,176,204); }
td.TdClassName
{
border-color: #3FB0CC;
}
.TagClassName
{
border-color: #3FB0CC;
}
</style>