Shades of Viking #3FAFCA
Tints of Viking #3FAFCA
RGB
CMYK
RGB Variations
Color information
#3FAFCA (or 0x3FAFCA) is known color: Viking. HEX triplet: 3F, AF and CA. RGB value is (63,175,202). Sum of RGB (Red+Green+Blue) = 63+175+202=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFCA is #C05035. Grayscale: #909090. Windows color (decimal): -12603446 or 13283135. OLE color: 13283135.
HSL color Cylindrical-coordinate representation of color #3FAFCA: hue angle of 191.65º 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 #3FAFCA is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 175 | 202 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.21 |
| HSL | 191.65º | 0.57% | 0.52% | - |
| HSV(B) | 191.65º | 0.69% | 0.79% | - |
| XYZ | 28.04 | 35.98 | 61.34 | - |
| YUV | 144.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 202 | 0.69 | 0.13 | 0 | 0.21 | 191.65 | 0.57 | 0.52 |
| Hex | 3F | AF | CA | 45 | D | 0 | 15 | C0 | 39 | 34 |
| Octal | 77 | 257 | 312 | 105 | 15 | 0 | 25 | 300 | 71 | 64 |
| Binary | 111111 | 10101111 | 11001010 | 1000101 | 1101 | 0 | 10101 | 11000000 | 111001 | 110100 |
Color Harmonies of #3FAFCA
Complementary color
Monochromatic Colors of #3FAFCA
Black with #3FAFCA
Text Example
Text Example
White with #3FAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFCA; }
p { color: rgb(63,175,202); }
H1.HeaderClassName
{
color: #3FAFCA;
}
.AnyTagClassName
{
color: #3FAFCA;
}
</style>
background-color css
<style>
a { background-color: #3FAFCA; }
a { background-color: rgb(63,175,202); }
div.DivClassName
{
background-color: #3FAFCA;
}
.BgClassName
{
background-color: #3FAFCA;
}
</style>
border-color css
<style>
span { border-color: #3FAFCA; }
span { border-color: rgb(63,175,202); }
td.TdClassName
{
border-color: #3FAFCA;
}
.TagClassName
{
border-color: #3FAFCA;
}
</style>