Shades of Viking #3BAEBF
Tints of Viking #3BAEBF
RGB
CMYK
RGB Variations
Color information
#3BAEBF (or 0x3BAEBF) is known color: Viking. HEX triplet: 3B, AE and BF. RGB value is (59,174,191). Sum of RGB (Red+Green+Blue) = 59+174+191=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #3BAEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEBF is #C45140. Grayscale: #8D8D8D. Windows color (decimal): -12865857 or 12561979. OLE color: 12561979.
HSL color Cylindrical-coordinate representation of color #3BAEBF: hue angle of 187.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAEBF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 174 | 191 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.25 |
| HSL | 187.73º | 0.53% | 0.49% | - |
| HSV(B) | 187.73º | 0.69% | 0.75% | - |
| XYZ | 26.34 | 34.96 | 54.65 | - |
| YUV | 141.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 191 | 0.69 | 0.09 | 0 | 0.25 | 187.73 | 0.53 | 0.49 |
| Hex | 3B | AE | BF | 45 | 9 | 0 | 19 | BC | 35 | 31 |
| Octal | 73 | 256 | 277 | 105 | 11 | 0 | 31 | 274 | 65 | 61 |
| Binary | 111011 | 10101110 | 10111111 | 1000101 | 1001 | 0 | 11001 | 10111100 | 110101 | 110001 |
Color Harmonies of #3BAEBF
Complementary color
Monochromatic Colors of #3BAEBF
Black with #3BAEBF
Text Example
Text Example
White with #3BAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEBF; }
p { color: rgb(59,174,191); }
H1.HeaderClassName
{
color: #3BAEBF;
}
.AnyTagClassName
{
color: #3BAEBF;
}
</style>
background-color css
<style>
a { background-color: #3BAEBF; }
a { background-color: rgb(59,174,191); }
div.DivClassName
{
background-color: #3BAEBF;
}
.BgClassName
{
background-color: #3BAEBF;
}
</style>
border-color css
<style>
span { border-color: #3BAEBF; }
span { border-color: rgb(59,174,191); }
td.TdClassName
{
border-color: #3BAEBF;
}
.TagClassName
{
border-color: #3BAEBF;
}
</style>