Shades of Viking #3FB5BD
Tints of Viking #3FB5BD
RGB
CMYK
RGB Variations
Color information
#3FB5BD (or 0x3FB5BD) is known color: Viking. HEX triplet: 3F, B5 and BD. RGB value is (63,181,189). Sum of RGB (Red+Green+Blue) = 63+181+189=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FB5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB5BD is #C04A42. Grayscale: #929292. Windows color (decimal): -12601923 or 12432703. OLE color: 12432703.
HSL color Cylindrical-coordinate representation of color #3FB5BD: hue angle of 183.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB5BD is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 181 | 189 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.26 |
| HSL | 183.81º | 0.5% | 0.49% | - |
| HSV(B) | 183.81º | 0.67% | 0.74% | - |
| XYZ | 27.76 | 37.78 | 53.97 | - |
| YUV | 146.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 189 | 0.67 | 0.04 | 0 | 0.26 | 183.81 | 0.5 | 0.49 |
| Hex | 3F | B5 | BD | 43 | 4 | 0 | 1A | B8 | 32 | 31 |
| Octal | 77 | 265 | 275 | 103 | 4 | 0 | 32 | 270 | 62 | 61 |
| Binary | 111111 | 10110101 | 10111101 | 1000011 | 100 | 0 | 11010 | 10111000 | 110010 | 110001 |
Color Harmonies of #3FB5BD
Complementary color
Monochromatic Colors of #3FB5BD
Black with #3FB5BD
Text Example
Text Example
White with #3FB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB5BD; }
p { color: rgb(63,181,189); }
H1.HeaderClassName
{
color: #3FB5BD;
}
.AnyTagClassName
{
color: #3FB5BD;
}
</style>
background-color css
<style>
a { background-color: #3FB5BD; }
a { background-color: rgb(63,181,189); }
div.DivClassName
{
background-color: #3FB5BD;
}
.BgClassName
{
background-color: #3FB5BD;
}
</style>
border-color css
<style>
span { border-color: #3FB5BD; }
span { border-color: rgb(63,181,189); }
td.TdClassName
{
border-color: #3FB5BD;
}
.TagClassName
{
border-color: #3FB5BD;
}
</style>