Shades of Viking #3FA7CB
Tints of Viking #3FA7CB
RGB
CMYK
RGB Variations
Color information
#3FA7CB (or 0x3FA7CB) is known color: Viking. HEX triplet: 3F, A7 and CB. RGB value is (63,167,203). Sum of RGB (Red+Green+Blue) = 63+167+203=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FA7CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA7CB is #C05834. Grayscale: #8B8B8B. Windows color (decimal): -12605493 or 13346623. OLE color: 13346623.
HSL color Cylindrical-coordinate representation of color #3FA7CB: hue angle of 195.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FA7CB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 167 | 203 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.20 |
| HSL | 195.43º | 0.57% | 0.52% | - |
| HSV(B) | 195.43º | 0.69% | 0.8% | - |
| XYZ | 26.65 | 33.01 | 61.47 | - |
| YUV | 140.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 203 | 0.69 | 0.18 | 0 | 0.20 | 195.43 | 0.57 | 0.52 |
| Hex | 3F | A7 | CB | 45 | 12 | 0 | 14 | C3 | 39 | 34 |
| Octal | 77 | 247 | 313 | 105 | 22 | 0 | 24 | 303 | 71 | 64 |
| Binary | 111111 | 10100111 | 11001011 | 1000101 | 10010 | 0 | 10100 | 11000011 | 111001 | 110100 |
Color Harmonies of #3FA7CB
Complementary color
Monochromatic Colors of #3FA7CB
Black with #3FA7CB
Text Example
Text Example
White with #3FA7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA7CB; }
p { color: rgb(63,167,203); }
H1.HeaderClassName
{
color: #3FA7CB;
}
.AnyTagClassName
{
color: #3FA7CB;
}
</style>
background-color css
<style>
a { background-color: #3FA7CB; }
a { background-color: rgb(63,167,203); }
div.DivClassName
{
background-color: #3FA7CB;
}
.BgClassName
{
background-color: #3FA7CB;
}
</style>
border-color css
<style>
span { border-color: #3FA7CB; }
span { border-color: rgb(63,167,203); }
td.TdClassName
{
border-color: #3FA7CB;
}
.TagClassName
{
border-color: #3FA7CB;
}
</style>