Shades of Viking #3FABCA
Tints of Viking #3FABCA
RGB
CMYK
RGB Variations
Color information
#3FABCA (or 0x3FABCA) is known color: Viking. HEX triplet: 3F, AB and CA. RGB value is (63,171,202). Sum of RGB (Red+Green+Blue) = 63+171+202=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABCA is #C05435. Grayscale: #8E8E8E. Windows color (decimal): -12604470 or 13282111. OLE color: 13282111.
HSL color Cylindrical-coordinate representation of color #3FABCA: hue angle of 193.38º 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 #3FABCA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 171 | 202 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.21 |
| HSL | 193.38º | 0.57% | 0.52% | - |
| HSV(B) | 193.38º | 0.69% | 0.79% | - |
| XYZ | 27.27 | 34.45 | 61.09 | - |
| YUV | 142.24 | 161.72 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 202 | 0.69 | 0.15 | 0 | 0.21 | 193.38 | 0.57 | 0.52 |
| Hex | 3F | AB | CA | 45 | F | 0 | 15 | C1 | 39 | 34 |
| Octal | 77 | 253 | 312 | 105 | 17 | 0 | 25 | 301 | 71 | 64 |
| Binary | 111111 | 10101011 | 11001010 | 1000101 | 1111 | 0 | 10101 | 11000001 | 111001 | 110100 |
Color Harmonies of #3FABCA
Complementary color
Monochromatic Colors of #3FABCA
Black with #3FABCA
Text Example
Text Example
White with #3FABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABCA; }
p { color: rgb(63,171,202); }
H1.HeaderClassName
{
color: #3FABCA;
}
.AnyTagClassName
{
color: #3FABCA;
}
</style>
background-color css
<style>
a { background-color: #3FABCA; }
a { background-color: rgb(63,171,202); }
div.DivClassName
{
background-color: #3FABCA;
}
.BgClassName
{
background-color: #3FABCA;
}
</style>
border-color css
<style>
span { border-color: #3FABCA; }
span { border-color: rgb(63,171,202); }
td.TdClassName
{
border-color: #3FABCA;
}
.TagClassName
{
border-color: #3FABCA;
}
</style>