Shades of Viking #3FAFB7
Tints of Viking #3FAFB7
RGB
CMYK
RGB Variations
Color information
#3FAFB7 (or 0x3FAFB7) is known color: Viking. HEX triplet: 3F, AF and B7. RGB value is (63,175,183). Sum of RGB (Red+Green+Blue) = 63+175+183=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 183 - color contains mainly: blue. Hex color #3FAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFB7 is #C05048. Grayscale: #8E8E8E. Windows color (decimal): -12603465 or 12037951. OLE color: 12037951.
HSL color Cylindrical-coordinate representation of color #3FAFB7: hue angle of 184º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FAFB7 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 175 | 183 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.28 |
| HSL | 184º | 0.49% | 0.48% | - |
| HSV(B) | 184º | 0.66% | 0.72% | - |
| XYZ | 25.93 | 35.14 | 50.22 | - |
| YUV | 142.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 183 | 0.66 | 0.04 | 0 | 0.28 | 184 | 0.49 | 0.48 |
| Hex | 3F | AF | B7 | 42 | 4 | 0 | 1C | B8 | 31 | 30 |
| Octal | 77 | 257 | 267 | 102 | 4 | 0 | 34 | 270 | 61 | 60 |
| Binary | 111111 | 10101111 | 10110111 | 1000010 | 100 | 0 | 11100 | 10111000 | 110001 | 110000 |
Color Harmonies of #3FAFB7
Complementary color
Monochromatic Colors of #3FAFB7
Black with #3FAFB7
Text Example
Text Example
White with #3FAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFB7; }
p { color: rgb(63,175,183); }
H1.HeaderClassName
{
color: #3FAFB7;
}
.AnyTagClassName
{
color: #3FAFB7;
}
</style>
background-color css
<style>
a { background-color: #3FAFB7; }
a { background-color: rgb(63,175,183); }
div.DivClassName
{
background-color: #3FAFB7;
}
.BgClassName
{
background-color: #3FAFB7;
}
</style>
border-color css
<style>
span { border-color: #3FAFB7; }
span { border-color: rgb(63,175,183); }
td.TdClassName
{
border-color: #3FAFB7;
}
.TagClassName
{
border-color: #3FAFB7;
}
</style>