Shades of Curious Blue #3B89BB
Tints of Curious Blue #3B89BB
RGB
CMYK
RGB Variations
Color information
#3B89BB (or 0x3B89BB) is known color: Curious Blue. HEX triplet: 3B, 89 and BB. RGB value is (59,137,187). Sum of RGB (Red+Green+Blue) = 59+137+187=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B89BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B89BB is #C47644. Grayscale: #777777. Windows color (decimal): -12875333 or 12290363. OLE color: 12290363.
HSL color Cylindrical-coordinate representation of color #3B89BB: hue angle of 203.44º 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 #3B89BB is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 137 | 187 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.27 |
| HSL | 203.44º | 0.52% | 0.48% | - |
| HSV(B) | 203.44º | 0.68% | 0.73% | - |
| XYZ | 19.72 | 22.41 | 50.3 | - |
| YUV | 119.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 137 | 187 | 0.68 | 0.27 | 0 | 0.27 | 203.44 | 0.52 | 0.48 |
| Hex | 3B | 89 | BB | 44 | 1B | 0 | 1B | CB | 34 | 30 |
| Octal | 73 | 211 | 273 | 104 | 33 | 0 | 33 | 313 | 64 | 60 |
| Binary | 111011 | 10001001 | 10111011 | 1000100 | 11011 | 0 | 11011 | 11001011 | 110100 | 110000 |
Color Harmonies of #3B89BB
Complementary color
Monochromatic Colors of #3B89BB
Black with #3B89BB
Text Example
Text Example
White with #3B89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B89BB; }
p { color: rgb(59,137,187); }
H1.HeaderClassName
{
color: #3B89BB;
}
.AnyTagClassName
{
color: #3B89BB;
}
</style>
background-color css
<style>
a { background-color: #3B89BB; }
a { background-color: rgb(59,137,187); }
div.DivClassName
{
background-color: #3B89BB;
}
.BgClassName
{
background-color: #3B89BB;
}
</style>
border-color css
<style>
span { border-color: #3B89BB; }
span { border-color: rgb(59,137,187); }
td.TdClassName
{
border-color: #3B89BB;
}
.TagClassName
{
border-color: #3B89BB;
}
</style>