Shades of Viking #3FBDD2
Tints of Viking #3FBDD2
RGB
CMYK
RGB Variations
Color information
#3FBDD2 (or 0x3FBDD2) is known color: Viking. HEX triplet: 3F, BD and D2. RGB value is (63,189,210). Sum of RGB (Red+Green+Blue) = 63+189+210=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #3FBDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDD2 is #C0422D. Grayscale: #999999. Windows color (decimal): -12599854 or 13811007. OLE color: 13811007.
HSL color Cylindrical-coordinate representation of color #3FBDD2: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBDD2 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 189 | 210 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.18 |
| HSL | 188.57º | 0.62% | 0.54% | - |
| HSV(B) | 188.57º | 0.7% | 0.82% | - |
| XYZ | 31.88 | 42.11 | 67.42 | - |
| YUV | 153.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 210 | 0.70 | 0.10 | 0 | 0.18 | 188.57 | 0.62 | 0.54 |
| Hex | 3F | BD | D2 | 46 | A | 0 | 12 | BD | 3E | 36 |
| Octal | 77 | 275 | 322 | 106 | 12 | 0 | 22 | 275 | 76 | 66 |
| Binary | 111111 | 10111101 | 11010010 | 1000110 | 1010 | 0 | 10010 | 10111101 | 111110 | 110110 |
Color Harmonies of #3FBDD2
Complementary color
Monochromatic Colors of #3FBDD2
Black with #3FBDD2
Text Example
Text Example
White with #3FBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDD2; }
p { color: rgb(63,189,210); }
H1.HeaderClassName
{
color: #3FBDD2;
}
.AnyTagClassName
{
color: #3FBDD2;
}
</style>
background-color css
<style>
a { background-color: #3FBDD2; }
a { background-color: rgb(63,189,210); }
div.DivClassName
{
background-color: #3FBDD2;
}
.BgClassName
{
background-color: #3FBDD2;
}
</style>
border-color css
<style>
span { border-color: #3FBDD2; }
span { border-color: rgb(63,189,210); }
td.TdClassName
{
border-color: #3FBDD2;
}
.TagClassName
{
border-color: #3FBDD2;
}
</style>