Shades of Viking #3FA8B5
Tints of Viking #3FA8B5
RGB
CMYK
RGB Variations
Color information
#3FA8B5 (or 0x3FA8B5) is known color: Viking. HEX triplet: 3F, A8 and B5. RGB value is (63,168,181). Sum of RGB (Red+Green+Blue) = 63+168+181=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #3FA8B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8B5 is #C0574A. Grayscale: #898989. Windows color (decimal): -12605259 or 11905087. OLE color: 11905087.
HSL color Cylindrical-coordinate representation of color #3FA8B5: hue angle of 186.61º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA8B5 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 168 | 181 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.29 |
| HSL | 186.61º | 0.48% | 0.48% | - |
| HSV(B) | 186.61º | 0.65% | 0.71% | - |
| XYZ | 24.39 | 32.4 | 48.68 | - |
| YUV | 138.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 168 | 181 | 0.65 | 0.07 | 0 | 0.29 | 186.61 | 0.48 | 0.48 |
| Hex | 3F | A8 | B5 | 41 | 7 | 0 | 1D | BB | 30 | 30 |
| Octal | 77 | 250 | 265 | 101 | 7 | 0 | 35 | 273 | 60 | 60 |
| Binary | 111111 | 10101000 | 10110101 | 1000001 | 111 | 0 | 11101 | 10111011 | 110000 | 110000 |
Color Harmonies of #3FA8B5
Complementary color
Monochromatic Colors of #3FA8B5
Black with #3FA8B5
Text Example
Text Example
White with #3FA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA8B5; }
p { color: rgb(63,168,181); }
H1.HeaderClassName
{
color: #3FA8B5;
}
.AnyTagClassName
{
color: #3FA8B5;
}
</style>
background-color css
<style>
a { background-color: #3FA8B5; }
a { background-color: rgb(63,168,181); }
div.DivClassName
{
background-color: #3FA8B5;
}
.BgClassName
{
background-color: #3FA8B5;
}
</style>
border-color css
<style>
span { border-color: #3FA8B5; }
span { border-color: rgb(63,168,181); }
td.TdClassName
{
border-color: #3FA8B5;
}
.TagClassName
{
border-color: #3FA8B5;
}
</style>