Shades of Viking #3FBBBE
Tints of Viking #3FBBBE
RGB
CMYK
RGB Variations
Color information
#3FBBBE (or 0x3FBBBE) is known color: Viking. HEX triplet: 3F, BB and BE. RGB value is (63,187,190). Sum of RGB (Red+Green+Blue) = 63+187+190=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FBBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBBE is #C04441. Grayscale: #969696. Windows color (decimal): -12600386 or 12499775. OLE color: 12499775.
HSL color Cylindrical-coordinate representation of color #3FBBBE: hue angle of 181.42º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBBBE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 187 | 190 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.25 |
| HSL | 181.42º | 0.5% | 0.5% | - |
| HSV(B) | 181.42º | 0.67% | 0.75% | - |
| XYZ | 29.11 | 40.32 | 54.96 | - |
| YUV | 150.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 190 | 0.67 | 0.02 | 0 | 0.25 | 181.42 | 0.5 | 0.5 |
| Hex | 3F | BB | BE | 43 | 2 | 0 | 19 | B5 | 32 | 32 |
| Octal | 77 | 273 | 276 | 103 | 2 | 0 | 31 | 265 | 62 | 62 |
| Binary | 111111 | 10111011 | 10111110 | 1000011 | 10 | 0 | 11001 | 10110101 | 110010 | 110010 |
Color Harmonies of #3FBBBE
Complementary color
Monochromatic Colors of #3FBBBE
Black with #3FBBBE
Text Example
Text Example
White with #3FBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBBE; }
p { color: rgb(63,187,190); }
H1.HeaderClassName
{
color: #3FBBBE;
}
.AnyTagClassName
{
color: #3FBBBE;
}
</style>
background-color css
<style>
a { background-color: #3FBBBE; }
a { background-color: rgb(63,187,190); }
div.DivClassName
{
background-color: #3FBBBE;
}
.BgClassName
{
background-color: #3FBBBE;
}
</style>
border-color css
<style>
span { border-color: #3FBBBE; }
span { border-color: rgb(63,187,190); }
td.TdClassName
{
border-color: #3FBBBE;
}
.TagClassName
{
border-color: #3FBBBE;
}
</style>