Shades of Viking #3FBFCA
Tints of Viking #3FBFCA
RGB
CMYK
RGB Variations
Color information
#3FBFCA (or 0x3FBFCA) is known color: Viking. HEX triplet: 3F, BF and CA. RGB value is (63,191,202). Sum of RGB (Red+Green+Blue) = 63+191+202=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FBFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFCA is #C04035. Grayscale: #999999. Windows color (decimal): -12599350 or 13287231. OLE color: 13287231.
HSL color Cylindrical-coordinate representation of color #3FBFCA: hue angle of 184.75º 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 #3FBFCA is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 191 | 202 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.21 |
| HSL | 184.75º | 0.57% | 0.52% | - |
| HSV(B) | 184.75º | 0.69% | 0.79% | - |
| XYZ | 31.34 | 42.58 | 62.44 | - |
| YUV | 153.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 202 | 0.69 | 0.05 | 0 | 0.21 | 184.75 | 0.57 | 0.52 |
| Hex | 3F | BF | CA | 45 | 5 | 0 | 15 | B9 | 39 | 34 |
| Octal | 77 | 277 | 312 | 105 | 5 | 0 | 25 | 271 | 71 | 64 |
| Binary | 111111 | 10111111 | 11001010 | 1000101 | 101 | 0 | 10101 | 10111001 | 111001 | 110100 |
Color Harmonies of #3FBFCA
Complementary color
Monochromatic Colors of #3FBFCA
Black with #3FBFCA
Text Example
Text Example
White with #3FBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFCA; }
p { color: rgb(63,191,202); }
H1.HeaderClassName
{
color: #3FBFCA;
}
.AnyTagClassName
{
color: #3FBFCA;
}
</style>
background-color css
<style>
a { background-color: #3FBFCA; }
a { background-color: rgb(63,191,202); }
div.DivClassName
{
background-color: #3FBFCA;
}
.BgClassName
{
background-color: #3FBFCA;
}
</style>
border-color css
<style>
span { border-color: #3FBFCA; }
span { border-color: rgb(63,191,202); }
td.TdClassName
{
border-color: #3FBFCA;
}
.TagClassName
{
border-color: #3FBFCA;
}
</style>