Shades of Viking #3BAEBC
Tints of Viking #3BAEBC
RGB
CMYK
RGB Variations
Color information
#3BAEBC (or 0x3BAEBC) is known color: Viking. HEX triplet: 3B, AE and BC. RGB value is (59,174,188). Sum of RGB (Red+Green+Blue) = 59+174+188=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEBC is #C45143. Grayscale: #8D8D8D. Windows color (decimal): -12865860 or 12365371. OLE color: 12365371.
HSL color Cylindrical-coordinate representation of color #3BAEBC: hue angle of 186.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAEBC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 174 | 188 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.26 |
| HSL | 186.51º | 0.52% | 0.48% | - |
| HSV(B) | 186.51º | 0.69% | 0.74% | - |
| XYZ | 26.02 | 34.83 | 52.93 | - |
| YUV | 141.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 188 | 0.69 | 0.07 | 0 | 0.26 | 186.51 | 0.52 | 0.48 |
| Hex | 3B | AE | BC | 45 | 7 | 0 | 1A | BB | 34 | 30 |
| Octal | 73 | 256 | 274 | 105 | 7 | 0 | 32 | 273 | 64 | 60 |
| Binary | 111011 | 10101110 | 10111100 | 1000101 | 111 | 0 | 11010 | 10111011 | 110100 | 110000 |
Color Harmonies of #3BAEBC
Complementary color
Monochromatic Colors of #3BAEBC
Black with #3BAEBC
Text Example
Text Example
White with #3BAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEBC; }
p { color: rgb(59,174,188); }
H1.HeaderClassName
{
color: #3BAEBC;
}
.AnyTagClassName
{
color: #3BAEBC;
}
</style>
background-color css
<style>
a { background-color: #3BAEBC; }
a { background-color: rgb(59,174,188); }
div.DivClassName
{
background-color: #3BAEBC;
}
.BgClassName
{
background-color: #3BAEBC;
}
</style>
border-color css
<style>
span { border-color: #3BAEBC; }
span { border-color: rgb(59,174,188); }
td.TdClassName
{
border-color: #3BAEBC;
}
.TagClassName
{
border-color: #3BAEBC;
}
</style>