Shades of Viking #3FB2CC
Tints of Viking #3FB2CC
RGB
CMYK
RGB Variations
Color information
#3FB2CC (or 0x3FB2CC) is known color: Viking. HEX triplet: 3F, B2 and CC. RGB value is (63,178,204). Sum of RGB (Red+Green+Blue) = 63+178+204=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FB2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2CC is #C04D33. Grayscale: #929292. Windows color (decimal): -12602676 or 13414975. OLE color: 13414975.
HSL color Cylindrical-coordinate representation of color #3FB2CC: hue angle of 191.06º 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 #3FB2CC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 178 | 204 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.2 |
| HSL | 191.06º | 0.58% | 0.52% | - |
| HSV(B) | 191.06º | 0.69% | 0.8% | - |
| XYZ | 28.87 | 37.26 | 62.8 | - |
| YUV | 146.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 204 | 0.69 | 0.13 | 0 | 0.2 | 191.06 | 0.58 | 0.52 |
| Hex | 3F | B2 | CC | 45 | D | 0 | 14 | BF | 3A | 34 |
| Octal | 77 | 262 | 314 | 105 | 15 | 0 | 24 | 277 | 72 | 64 |
| Binary | 111111 | 10110010 | 11001100 | 1000101 | 1101 | 0 | 10100 | 10111111 | 111010 | 110100 |
Color Harmonies of #3FB2CC
Complementary color
Monochromatic Colors of #3FB2CC
Black with #3FB2CC
Text Example
Text Example
White with #3FB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB2CC; }
p { color: rgb(63,178,204); }
H1.HeaderClassName
{
color: #3FB2CC;
}
.AnyTagClassName
{
color: #3FB2CC;
}
</style>
background-color css
<style>
a { background-color: #3FB2CC; }
a { background-color: rgb(63,178,204); }
div.DivClassName
{
background-color: #3FB2CC;
}
.BgClassName
{
background-color: #3FB2CC;
}
</style>
border-color css
<style>
span { border-color: #3FB2CC; }
span { border-color: rgb(63,178,204); }
td.TdClassName
{
border-color: #3FB2CC;
}
.TagClassName
{
border-color: #3FB2CC;
}
</style>