Shades of Viking #3BAEBD
Tints of Viking #3BAEBD
RGB
CMYK
RGB Variations
Color information
#3BAEBD (or 0x3BAEBD) is known color: Viking. HEX triplet: 3B, AE and BD. RGB value is (59,174,189). Sum of RGB (Red+Green+Blue) = 59+174+189=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #3BAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEBD is #C45142. Grayscale: #8D8D8D. Windows color (decimal): -12865859 or 12430907. OLE color: 12430907.
HSL color Cylindrical-coordinate representation of color #3BAEBD: hue angle of 186.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAEBD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 174 | 189 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.26 |
| HSL | 186.92º | 0.52% | 0.49% | - |
| HSV(B) | 186.92º | 0.69% | 0.74% | - |
| XYZ | 26.12 | 34.88 | 53.5 | - |
| YUV | 141.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 189 | 0.69 | 0.08 | 0 | 0.26 | 186.92 | 0.52 | 0.49 |
| Hex | 3B | AE | BD | 45 | 8 | 0 | 1A | BB | 34 | 31 |
| Octal | 73 | 256 | 275 | 105 | 10 | 0 | 32 | 273 | 64 | 61 |
| Binary | 111011 | 10101110 | 10111101 | 1000101 | 1000 | 0 | 11010 | 10111011 | 110100 | 110001 |
Color Harmonies of #3BAEBD
Complementary color
Monochromatic Colors of #3BAEBD
Black with #3BAEBD
Text Example
Text Example
White with #3BAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEBD; }
p { color: rgb(59,174,189); }
H1.HeaderClassName
{
color: #3BAEBD;
}
.AnyTagClassName
{
color: #3BAEBD;
}
</style>
background-color css
<style>
a { background-color: #3BAEBD; }
a { background-color: rgb(59,174,189); }
div.DivClassName
{
background-color: #3BAEBD;
}
.BgClassName
{
background-color: #3BAEBD;
}
</style>
border-color css
<style>
span { border-color: #3BAEBD; }
span { border-color: rgb(59,174,189); }
td.TdClassName
{
border-color: #3BAEBD;
}
.TagClassName
{
border-color: #3BAEBD;
}
</style>