Shades of Viking #3FAFCB
Tints of Viking #3FAFCB
RGB
CMYK
RGB Variations
Color information
#3FAFCB (or 0x3FAFCB) is known color: Viking. HEX triplet: 3F, AF and CB. RGB value is (63,175,203). Sum of RGB (Red+Green+Blue) = 63+175+203=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFCB is #C05034. Grayscale: #909090. Windows color (decimal): -12603445 or 13348671. OLE color: 13348671.
HSL color Cylindrical-coordinate representation of color #3FAFCB: hue angle of 192º 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 #3FAFCB is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 175 | 203 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.20 |
| HSL | 192º | 0.57% | 0.52% | - |
| HSV(B) | 192º | 0.69% | 0.8% | - |
| XYZ | 28.16 | 36.03 | 61.97 | - |
| YUV | 144.7 | 160.89 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 203 | 0.69 | 0.14 | 0 | 0.20 | 192 | 0.57 | 0.52 |
| Hex | 3F | AF | CB | 45 | E | 0 | 14 | C0 | 39 | 34 |
| Octal | 77 | 257 | 313 | 105 | 16 | 0 | 24 | 300 | 71 | 64 |
| Binary | 111111 | 10101111 | 11001011 | 1000101 | 1110 | 0 | 10100 | 11000000 | 111001 | 110100 |
Color Harmonies of #3FAFCB
Complementary color
Monochromatic Colors of #3FAFCB
Black with #3FAFCB
Text Example
Text Example
White with #3FAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFCB; }
p { color: rgb(63,175,203); }
H1.HeaderClassName
{
color: #3FAFCB;
}
.AnyTagClassName
{
color: #3FAFCB;
}
</style>
background-color css
<style>
a { background-color: #3FAFCB; }
a { background-color: rgb(63,175,203); }
div.DivClassName
{
background-color: #3FAFCB;
}
.BgClassName
{
background-color: #3FAFCB;
}
</style>
border-color css
<style>
span { border-color: #3FAFCB; }
span { border-color: rgb(63,175,203); }
td.TdClassName
{
border-color: #3FAFCB;
}
.TagClassName
{
border-color: #3FAFCB;
}
</style>