Shades of Viking #3BAEC8
Tints of Viking #3BAEC8
RGB
CMYK
RGB Variations
Color information
#3BAEC8 (or 0x3BAEC8) is known color: Viking. HEX triplet: 3B, AE and C8. RGB value is (59,174,200). Sum of RGB (Red+Green+Blue) = 59+174+200=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #3BAEC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEC8 is #C45137. Grayscale: #8E8E8E. Windows color (decimal): -12865848 or 13151803. OLE color: 13151803.
HSL color Cylindrical-coordinate representation of color #3BAEC8: hue angle of 191.06º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAEC8 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 174 | 200 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.22 |
| HSL | 191.06º | 0.56% | 0.51% | - |
| HSV(B) | 191.06º | 0.71% | 0.78% | - |
| XYZ | 27.37 | 35.37 | 60.03 | - |
| YUV | 142.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 200 | 0.70 | 0.13 | 0 | 0.22 | 191.06 | 0.56 | 0.51 |
| Hex | 3B | AE | C8 | 46 | D | 0 | 16 | BF | 38 | 33 |
| Octal | 73 | 256 | 310 | 106 | 15 | 0 | 26 | 277 | 70 | 63 |
| Binary | 111011 | 10101110 | 11001000 | 1000110 | 1101 | 0 | 10110 | 10111111 | 111000 | 110011 |
Color Harmonies of #3BAEC8
Complementary color
Monochromatic Colors of #3BAEC8
Black with #3BAEC8
Text Example
Text Example
White with #3BAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEC8; }
p { color: rgb(59,174,200); }
H1.HeaderClassName
{
color: #3BAEC8;
}
.AnyTagClassName
{
color: #3BAEC8;
}
</style>
background-color css
<style>
a { background-color: #3BAEC8; }
a { background-color: rgb(59,174,200); }
div.DivClassName
{
background-color: #3BAEC8;
}
.BgClassName
{
background-color: #3BAEC8;
}
</style>
border-color css
<style>
span { border-color: #3BAEC8; }
span { border-color: rgb(59,174,200); }
td.TdClassName
{
border-color: #3BAEC8;
}
.TagClassName
{
border-color: #3BAEC8;
}
</style>