Shades of Viking #3F9EC3
Tints of Viking #3F9EC3
RGB
CMYK
RGB Variations
Color information
#3F9EC3 (or 0x3F9EC3) is known color: Viking. HEX triplet: 3F, 9E and C3. RGB value is (63,158,195). Sum of RGB (Red+Green+Blue) = 63+158+195=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F9EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9EC3 is #C0613C. Grayscale: #858585. Windows color (decimal): -12607805 or 12820031. OLE color: 12820031.
HSL color Cylindrical-coordinate representation of color #3F9EC3: hue angle of 196.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F9EC3 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 158 | 195 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.24 |
| HSL | 196.82º | 0.52% | 0.51% | - |
| HSV(B) | 196.82º | 0.68% | 0.76% | - |
| XYZ | 24.13 | 29.45 | 56.04 | - |
| YUV | 133.81 | 162.53 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 195 | 0.68 | 0.19 | 0 | 0.24 | 196.82 | 0.52 | 0.51 |
| Hex | 3F | 9E | C3 | 44 | 13 | 0 | 18 | C5 | 34 | 33 |
| Octal | 77 | 236 | 303 | 104 | 23 | 0 | 30 | 305 | 64 | 63 |
| Binary | 111111 | 10011110 | 11000011 | 1000100 | 10011 | 0 | 11000 | 11000101 | 110100 | 110011 |
Color Harmonies of #3F9EC3
Complementary color
Monochromatic Colors of #3F9EC3
Black with #3F9EC3
Text Example
Text Example
White with #3F9EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9EC3; }
p { color: rgb(63,158,195); }
H1.HeaderClassName
{
color: #3F9EC3;
}
.AnyTagClassName
{
color: #3F9EC3;
}
</style>
background-color css
<style>
a { background-color: #3F9EC3; }
a { background-color: rgb(63,158,195); }
div.DivClassName
{
background-color: #3F9EC3;
}
.BgClassName
{
background-color: #3F9EC3;
}
</style>
border-color css
<style>
span { border-color: #3F9EC3; }
span { border-color: rgb(63,158,195); }
td.TdClassName
{
border-color: #3F9EC3;
}
.TagClassName
{
border-color: #3F9EC3;
}
</style>