Shades of Curious Blue #3B89BA
Tints of Curious Blue #3B89BA
RGB
CMYK
RGB Variations
Color information
#3B89BA (or 0x3B89BA) is known color: Curious Blue. HEX triplet: 3B, 89 and BA. RGB value is (59,137,186). Sum of RGB (Red+Green+Blue) = 59+137+186=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B89BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B89BA is #C47645. Grayscale: #767676. Windows color (decimal): -12875334 or 12224827. OLE color: 12224827.
HSL color Cylindrical-coordinate representation of color #3B89BA: hue angle of 203.15º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B89BA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 137 | 186 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.27 |
| HSL | 203.15º | 0.52% | 0.48% | - |
| HSV(B) | 203.15º | 0.68% | 0.73% | - |
| XYZ | 19.61 | 22.37 | 49.74 | - |
| YUV | 119.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 137 | 186 | 0.68 | 0.26 | 0 | 0.27 | 203.15 | 0.52 | 0.48 |
| Hex | 3B | 89 | BA | 44 | 1A | 0 | 1B | CB | 34 | 30 |
| Octal | 73 | 211 | 272 | 104 | 32 | 0 | 33 | 313 | 64 | 60 |
| Binary | 111011 | 10001001 | 10111010 | 1000100 | 11010 | 0 | 11011 | 11001011 | 110100 | 110000 |
Color Harmonies of #3B89BA
Complementary color
Monochromatic Colors of #3B89BA
Black with #3B89BA
Text Example
Text Example
White with #3B89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B89BA; }
p { color: rgb(59,137,186); }
H1.HeaderClassName
{
color: #3B89BA;
}
.AnyTagClassName
{
color: #3B89BA;
}
</style>
background-color css
<style>
a { background-color: #3B89BA; }
a { background-color: rgb(59,137,186); }
div.DivClassName
{
background-color: #3B89BA;
}
.BgClassName
{
background-color: #3B89BA;
}
</style>
border-color css
<style>
span { border-color: #3B89BA; }
span { border-color: rgb(59,137,186); }
td.TdClassName
{
border-color: #3B89BA;
}
.TagClassName
{
border-color: #3B89BA;
}
</style>