Shades of Viking #3BAEBE
Tints of Viking #3BAEBE
RGB
CMYK
RGB Variations
Color information
#3BAEBE (or 0x3BAEBE) is known color: Viking. HEX triplet: 3B, AE and BE. RGB value is (59,174,190). Sum of RGB (Red+Green+Blue) = 59+174+190=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEBE is #C45141. Grayscale: #8D8D8D. Windows color (decimal): -12865858 or 12496443. OLE color: 12496443.
HSL color Cylindrical-coordinate representation of color #3BAEBE: hue angle of 187.33º 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 #3BAEBE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 174 | 190 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.25 |
| HSL | 187.33º | 0.53% | 0.49% | - |
| HSV(B) | 187.33º | 0.69% | 0.75% | - |
| XYZ | 26.23 | 34.92 | 54.07 | - |
| YUV | 141.44 | 155.4 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 190 | 0.69 | 0.08 | 0 | 0.25 | 187.33 | 0.53 | 0.49 |
| Hex | 3B | AE | BE | 45 | 8 | 0 | 19 | BB | 35 | 31 |
| Octal | 73 | 256 | 276 | 105 | 10 | 0 | 31 | 273 | 65 | 61 |
| Binary | 111011 | 10101110 | 10111110 | 1000101 | 1000 | 0 | 11001 | 10111011 | 110101 | 110001 |
Color Harmonies of #3BAEBE
Complementary color
Monochromatic Colors of #3BAEBE
Black with #3BAEBE
Text Example
Text Example
White with #3BAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEBE; }
p { color: rgb(59,174,190); }
H1.HeaderClassName
{
color: #3BAEBE;
}
.AnyTagClassName
{
color: #3BAEBE;
}
</style>
background-color css
<style>
a { background-color: #3BAEBE; }
a { background-color: rgb(59,174,190); }
div.DivClassName
{
background-color: #3BAEBE;
}
.BgClassName
{
background-color: #3BAEBE;
}
</style>
border-color css
<style>
span { border-color: #3BAEBE; }
span { border-color: rgb(59,174,190); }
td.TdClassName
{
border-color: #3BAEBE;
}
.TagClassName
{
border-color: #3BAEBE;
}
</style>