Shades of Viking #3FABB1
Tints of Viking #3FABB1
RGB
CMYK
RGB Variations
Color information
#3FABB1 (or 0x3FABB1) is known color: Viking. HEX triplet: 3F, AB and B1. RGB value is (63,171,177). Sum of RGB (Red+Green+Blue) = 63+171+177=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #3FABB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FABB1 is #C0544E. Grayscale: #8B8B8B. Windows color (decimal): -12604495 or 11643711. OLE color: 11643711.
HSL color Cylindrical-coordinate representation of color #3FABB1: hue angle of 183.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FABB1 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 171 | 177 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.31 |
| HSL | 183.16º | 0.48% | 0.47% | - |
| HSV(B) | 183.16º | 0.64% | 0.69% | - |
| XYZ | 24.55 | 33.36 | 46.74 | - |
| YUV | 139.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 177 | 0.64 | 0.03 | 0 | 0.31 | 183.16 | 0.48 | 0.47 |
| Hex | 3F | AB | B1 | 40 | 3 | 0 | 1F | B7 | 30 | 2F |
| Octal | 77 | 253 | 261 | 100 | 3 | 0 | 37 | 267 | 60 | 57 |
| Binary | 111111 | 10101011 | 10110001 | 1000000 | 11 | 0 | 11111 | 10110111 | 110000 | 101111 |
Color Harmonies of #3FABB1
Complementary color
Monochromatic Colors of #3FABB1
Black with #3FABB1
Text Example
Text Example
White with #3FABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABB1; }
p { color: rgb(63,171,177); }
H1.HeaderClassName
{
color: #3FABB1;
}
.AnyTagClassName
{
color: #3FABB1;
}
</style>
background-color css
<style>
a { background-color: #3FABB1; }
a { background-color: rgb(63,171,177); }
div.DivClassName
{
background-color: #3FABB1;
}
.BgClassName
{
background-color: #3FABB1;
}
</style>
border-color css
<style>
span { border-color: #3FABB1; }
span { border-color: rgb(63,171,177); }
td.TdClassName
{
border-color: #3FABB1;
}
.TagClassName
{
border-color: #3FABB1;
}
</style>