Shades of Viking #3F9FCC
Tints of Viking #3F9FCC
RGB
CMYK
RGB Variations
Color information
#3F9FCC (or 0x3F9FCC) is known color: Viking. HEX triplet: 3F, 9F and CC. RGB value is (63,159,204). Sum of RGB (Red+Green+Blue) = 63+159+204=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9FCC is #C06033. Grayscale: #878787. Windows color (decimal): -12607540 or 13410111. OLE color: 13410111.
HSL color Cylindrical-coordinate representation of color #3F9FCC: hue angle of 199.15º 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 #3F9FCC is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 159 | 204 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.2 |
| HSL | 199.15º | 0.58% | 0.52% | - |
| HSV(B) | 199.15º | 0.69% | 0.8% | - |
| XYZ | 25.35 | 30.21 | 61.62 | - |
| YUV | 135.43 | 166.7 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 204 | 0.69 | 0.22 | 0 | 0.2 | 199.15 | 0.58 | 0.52 |
| Hex | 3F | 9F | CC | 45 | 16 | 0 | 14 | C7 | 3A | 34 |
| Octal | 77 | 237 | 314 | 105 | 26 | 0 | 24 | 307 | 72 | 64 |
| Binary | 111111 | 10011111 | 11001100 | 1000101 | 10110 | 0 | 10100 | 11000111 | 111010 | 110100 |
Color Harmonies of #3F9FCC
Complementary color
Monochromatic Colors of #3F9FCC
Black with #3F9FCC
Text Example
Text Example
White with #3F9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9FCC; }
p { color: rgb(63,159,204); }
H1.HeaderClassName
{
color: #3F9FCC;
}
.AnyTagClassName
{
color: #3F9FCC;
}
</style>
background-color css
<style>
a { background-color: #3F9FCC; }
a { background-color: rgb(63,159,204); }
div.DivClassName
{
background-color: #3F9FCC;
}
.BgClassName
{
background-color: #3F9FCC;
}
</style>
border-color css
<style>
span { border-color: #3F9FCC; }
span { border-color: rgb(63,159,204); }
td.TdClassName
{
border-color: #3F9FCC;
}
.TagClassName
{
border-color: #3F9FCC;
}
</style>