Shades of Viking #3FB0CD
Tints of Viking #3FB0CD
RGB
CMYK
RGB Variations
Color information
#3FB0CD (or 0x3FB0CD) is known color: Viking. HEX triplet: 3F, B0 and CD. RGB value is (63,176,205). Sum of RGB (Red+Green+Blue) = 63+176+205=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FB0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB0CD is #C04F32. Grayscale: #919191. Windows color (decimal): -12603187 or 13479999. OLE color: 13479999.
HSL color Cylindrical-coordinate representation of color #3FB0CD: hue angle of 192.25º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FB0CD is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 176 | 205 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.20 |
| HSL | 192.25º | 0.59% | 0.53% | - |
| HSV(B) | 192.25º | 0.69% | 0.8% | - |
| XYZ | 28.59 | 36.52 | 63.3 | - |
| YUV | 145.52 | 161.56 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 205 | 0.69 | 0.14 | 0 | 0.20 | 192.25 | 0.59 | 0.53 |
| Hex | 3F | B0 | CD | 45 | E | 0 | 14 | C0 | 3B | 35 |
| Octal | 77 | 260 | 315 | 105 | 16 | 0 | 24 | 300 | 73 | 65 |
| Binary | 111111 | 10110000 | 11001101 | 1000101 | 1110 | 0 | 10100 | 11000000 | 111011 | 110101 |
Color Harmonies of #3FB0CD
Complementary color
Monochromatic Colors of #3FB0CD
Black with #3FB0CD
Text Example
Text Example
White with #3FB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB0CD; }
p { color: rgb(63,176,205); }
H1.HeaderClassName
{
color: #3FB0CD;
}
.AnyTagClassName
{
color: #3FB0CD;
}
</style>
background-color css
<style>
a { background-color: #3FB0CD; }
a { background-color: rgb(63,176,205); }
div.DivClassName
{
background-color: #3FB0CD;
}
.BgClassName
{
background-color: #3FB0CD;
}
</style>
border-color css
<style>
span { border-color: #3FB0CD; }
span { border-color: rgb(63,176,205); }
td.TdClassName
{
border-color: #3FB0CD;
}
.TagClassName
{
border-color: #3FB0CD;
}
</style>