Shades of Viking #3FAFBE
Tints of Viking #3FAFBE
RGB
CMYK
RGB Variations
Color information
#3FAFBE (or 0x3FAFBE) is known color: Viking. HEX triplet: 3F, AF and BE. RGB value is (63,175,190). Sum of RGB (Red+Green+Blue) = 63+175+190=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFBE is #C05041. Grayscale: #8F8F8F. Windows color (decimal): -12603458 or 12496703. OLE color: 12496703.
HSL color Cylindrical-coordinate representation of color #3FAFBE: hue angle of 187.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FAFBE is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 175 | 190 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.25 |
| HSL | 187.09º | 0.5% | 0.5% | - |
| HSV(B) | 187.09º | 0.67% | 0.75% | - |
| XYZ | 26.67 | 35.43 | 54.15 | - |
| YUV | 143.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 190 | 0.67 | 0.08 | 0 | 0.25 | 187.09 | 0.5 | 0.5 |
| Hex | 3F | AF | BE | 43 | 8 | 0 | 19 | BB | 32 | 32 |
| Octal | 77 | 257 | 276 | 103 | 10 | 0 | 31 | 273 | 62 | 62 |
| Binary | 111111 | 10101111 | 10111110 | 1000011 | 1000 | 0 | 11001 | 10111011 | 110010 | 110010 |
Color Harmonies of #3FAFBE
Complementary color
Monochromatic Colors of #3FAFBE
Black with #3FAFBE
Text Example
Text Example
White with #3FAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFBE; }
p { color: rgb(63,175,190); }
H1.HeaderClassName
{
color: #3FAFBE;
}
.AnyTagClassName
{
color: #3FAFBE;
}
</style>
background-color css
<style>
a { background-color: #3FAFBE; }
a { background-color: rgb(63,175,190); }
div.DivClassName
{
background-color: #3FAFBE;
}
.BgClassName
{
background-color: #3FAFBE;
}
</style>
border-color css
<style>
span { border-color: #3FAFBE; }
span { border-color: rgb(63,175,190); }
td.TdClassName
{
border-color: #3FAFBE;
}
.TagClassName
{
border-color: #3FAFBE;
}
</style>