Shades of Viking #3FAECA
Tints of Viking #3FAECA
RGB
CMYK
RGB Variations
Color information
#3FAECA (or 0x3FAECA) is known color: Viking. HEX triplet: 3F, AE and CA. RGB value is (63,174,202). Sum of RGB (Red+Green+Blue) = 63+174+202=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAECA is #C05135. Grayscale: #8F8F8F. Windows color (decimal): -12603702 or 13282879. OLE color: 13282879.
HSL color Cylindrical-coordinate representation of color #3FAECA: hue angle of 192.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAECA is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 174 | 202 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.21 |
| HSL | 192.09º | 0.57% | 0.52% | - |
| HSV(B) | 192.09º | 0.69% | 0.79% | - |
| XYZ | 27.85 | 35.59 | 61.28 | - |
| YUV | 144 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 202 | 0.69 | 0.14 | 0 | 0.21 | 192.09 | 0.57 | 0.52 |
| Hex | 3F | AE | CA | 45 | E | 0 | 15 | C0 | 39 | 34 |
| Octal | 77 | 256 | 312 | 105 | 16 | 0 | 25 | 300 | 71 | 64 |
| Binary | 111111 | 10101110 | 11001010 | 1000101 | 1110 | 0 | 10101 | 11000000 | 111001 | 110100 |
Color Harmonies of #3FAECA
Complementary color
Monochromatic Colors of #3FAECA
Black with #3FAECA
Text Example
Text Example
White with #3FAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAECA; }
p { color: rgb(63,174,202); }
H1.HeaderClassName
{
color: #3FAECA;
}
.AnyTagClassName
{
color: #3FAECA;
}
</style>
background-color css
<style>
a { background-color: #3FAECA; }
a { background-color: rgb(63,174,202); }
div.DivClassName
{
background-color: #3FAECA;
}
.BgClassName
{
background-color: #3FAECA;
}
</style>
border-color css
<style>
span { border-color: #3FAECA; }
span { border-color: rgb(63,174,202); }
td.TdClassName
{
border-color: #3FAECA;
}
.TagClassName
{
border-color: #3FAECA;
}
</style>