Shades of Viking #3FAEB3
Tints of Viking #3FAEB3
RGB
CMYK
RGB Variations
Color information
#3FAEB3 (or 0x3FAEB3) is known color: Viking. HEX triplet: 3F, AE and B3. RGB value is (63,174,179). Sum of RGB (Red+Green+Blue) = 63+174+179=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #3FAEB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAEB3 is #C0514C. Grayscale: #8D8D8D. Windows color (decimal): -12603725 or 11775551. OLE color: 11775551.
HSL color Cylindrical-coordinate representation of color #3FAEB3: hue angle of 182.59º 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 #3FAEB3 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 174 | 179 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.30 |
| HSL | 182.59º | 0.48% | 0.47% | - |
| HSV(B) | 182.59º | 0.65% | 0.7% | - |
| XYZ | 25.32 | 34.58 | 47.99 | - |
| YUV | 141.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 179 | 0.65 | 0.03 | 0 | 0.30 | 182.59 | 0.48 | 0.47 |
| Hex | 3F | AE | B3 | 41 | 3 | 0 | 1E | B7 | 30 | 2F |
| Octal | 77 | 256 | 263 | 101 | 3 | 0 | 36 | 267 | 60 | 57 |
| Binary | 111111 | 10101110 | 10110011 | 1000001 | 11 | 0 | 11110 | 10110111 | 110000 | 101111 |
Color Harmonies of #3FAEB3
Complementary color
Monochromatic Colors of #3FAEB3
Black with #3FAEB3
Text Example
Text Example
White with #3FAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEB3; }
p { color: rgb(63,174,179); }
H1.HeaderClassName
{
color: #3FAEB3;
}
.AnyTagClassName
{
color: #3FAEB3;
}
</style>
background-color css
<style>
a { background-color: #3FAEB3; }
a { background-color: rgb(63,174,179); }
div.DivClassName
{
background-color: #3FAEB3;
}
.BgClassName
{
background-color: #3FAEB3;
}
</style>
border-color css
<style>
span { border-color: #3FAEB3; }
span { border-color: rgb(63,174,179); }
td.TdClassName
{
border-color: #3FAEB3;
}
.TagClassName
{
border-color: #3FAEB3;
}
</style>