Shades of Viking #3F9DC5
Tints of Viking #3F9DC5
RGB
CMYK
RGB Variations
Color information
#3F9DC5 (or 0x3F9DC5) is known color: Viking. HEX triplet: 3F, 9D and C5. RGB value is (63,157,197). Sum of RGB (Red+Green+Blue) = 63+157+197=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #3F9DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9DC5 is #C0623A. Grayscale: #858585. Windows color (decimal): -12608059 or 12950847. OLE color: 12950847.
HSL color Cylindrical-coordinate representation of color #3F9DC5: hue angle of 197.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F9DC5 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 157 | 197 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.23 |
| HSL | 197.91º | 0.54% | 0.51% | - |
| HSV(B) | 197.91º | 0.68% | 0.77% | - |
| XYZ | 24.18 | 29.2 | 57.19 | - |
| YUV | 133.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 157 | 197 | 0.68 | 0.20 | 0 | 0.23 | 197.91 | 0.54 | 0.51 |
| Hex | 3F | 9D | C5 | 44 | 14 | 0 | 17 | C6 | 36 | 33 |
| Octal | 77 | 235 | 305 | 104 | 24 | 0 | 27 | 306 | 66 | 63 |
| Binary | 111111 | 10011101 | 11000101 | 1000100 | 10100 | 0 | 10111 | 11000110 | 110110 | 110011 |
Color Harmonies of #3F9DC5
Complementary color
Monochromatic Colors of #3F9DC5
Black with #3F9DC5
Text Example
Text Example
White with #3F9DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9DC5; }
p { color: rgb(63,157,197); }
H1.HeaderClassName
{
color: #3F9DC5;
}
.AnyTagClassName
{
color: #3F9DC5;
}
</style>
background-color css
<style>
a { background-color: #3F9DC5; }
a { background-color: rgb(63,157,197); }
div.DivClassName
{
background-color: #3F9DC5;
}
.BgClassName
{
background-color: #3F9DC5;
}
</style>
border-color css
<style>
span { border-color: #3F9DC5; }
span { border-color: rgb(63,157,197); }
td.TdClassName
{
border-color: #3F9DC5;
}
.TagClassName
{
border-color: #3F9DC5;
}
</style>