Shades of Viking #3FAACA
Tints of Viking #3FAACA
RGB
CMYK
RGB Variations
Color information
#3FAACA (or 0x3FAACA) is known color: Viking. HEX triplet: 3F, AA and CA. RGB value is (63,170,202). Sum of RGB (Red+Green+Blue) = 63+170+202=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FAACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAACA is #C05535. Grayscale: #8D8D8D. Windows color (decimal): -12604726 or 13281855. OLE color: 13281855.
HSL color Cylindrical-coordinate representation of color #3FAACA: hue angle of 193.81º 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 #3FAACA is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 170 | 202 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.21 |
| HSL | 193.81º | 0.57% | 0.52% | - |
| HSV(B) | 193.81º | 0.69% | 0.79% | - |
| XYZ | 27.09 | 34.07 | 61.03 | - |
| YUV | 141.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 202 | 0.69 | 0.16 | 0 | 0.21 | 193.81 | 0.57 | 0.52 |
| Hex | 3F | AA | CA | 45 | 10 | 0 | 15 | C2 | 39 | 34 |
| Octal | 77 | 252 | 312 | 105 | 20 | 0 | 25 | 302 | 71 | 64 |
| Binary | 111111 | 10101010 | 11001010 | 1000101 | 10000 | 0 | 10101 | 11000010 | 111001 | 110100 |
Color Harmonies of #3FAACA
Complementary color
Monochromatic Colors of #3FAACA
Black with #3FAACA
Text Example
Text Example
White with #3FAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAACA; }
p { color: rgb(63,170,202); }
H1.HeaderClassName
{
color: #3FAACA;
}
.AnyTagClassName
{
color: #3FAACA;
}
</style>
background-color css
<style>
a { background-color: #3FAACA; }
a { background-color: rgb(63,170,202); }
div.DivClassName
{
background-color: #3FAACA;
}
.BgClassName
{
background-color: #3FAACA;
}
</style>
border-color css
<style>
span { border-color: #3FAACA; }
span { border-color: rgb(63,170,202); }
td.TdClassName
{
border-color: #3FAACA;
}
.TagClassName
{
border-color: #3FAACA;
}
</style>