Shades of Viking #3FAFB3
Tints of Viking #3FAFB3
RGB
CMYK
RGB Variations
Color information
#3FAFB3 (or 0x3FAFB3) is known color: Viking. HEX triplet: 3F, AF and B3. RGB value is (63,175,179). Sum of RGB (Red+Green+Blue) = 63+175+179=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #3FAFB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFB3 is #C0504C. Grayscale: #8D8D8D. Windows color (decimal): -12603469 or 11775807. OLE color: 11775807.
HSL color Cylindrical-coordinate representation of color #3FAFB3: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FAFB3 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 175 | 179 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.30 |
| HSL | 182.07º | 0.48% | 0.47% | - |
| HSV(B) | 182.07º | 0.65% | 0.7% | - |
| XYZ | 25.52 | 34.97 | 48.05 | - |
| YUV | 141.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 179 | 0.65 | 0.02 | 0 | 0.30 | 182.07 | 0.48 | 0.47 |
| Hex | 3F | AF | B3 | 41 | 2 | 0 | 1E | B6 | 30 | 2F |
| Octal | 77 | 257 | 263 | 101 | 2 | 0 | 36 | 266 | 60 | 57 |
| Binary | 111111 | 10101111 | 10110011 | 1000001 | 10 | 0 | 11110 | 10110110 | 110000 | 101111 |
Color Harmonies of #3FAFB3
Complementary color
Monochromatic Colors of #3FAFB3
Black with #3FAFB3
Text Example
Text Example
White with #3FAFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFB3; }
p { color: rgb(63,175,179); }
H1.HeaderClassName
{
color: #3FAFB3;
}
.AnyTagClassName
{
color: #3FAFB3;
}
</style>
background-color css
<style>
a { background-color: #3FAFB3; }
a { background-color: rgb(63,175,179); }
div.DivClassName
{
background-color: #3FAFB3;
}
.BgClassName
{
background-color: #3FAFB3;
}
</style>
border-color css
<style>
span { border-color: #3FAFB3; }
span { border-color: rgb(63,175,179); }
td.TdClassName
{
border-color: #3FAFB3;
}
.TagClassName
{
border-color: #3FAFB3;
}
</style>