Shades of Curious Blue #3C89BD
Tints of Curious Blue #3C89BD
RGB
CMYK
RGB Variations
Color information
#3C89BD (or 0x3C89BD) is known color: Curious Blue. HEX triplet: 3C, 89 and BD. RGB value is (60,137,189). Sum of RGB (Red+Green+Blue) = 60+137+189=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C89BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C89BD is #C37642. Grayscale: #777777. Windows color (decimal): -12809795 or 12421436. OLE color: 12421436.
HSL color Cylindrical-coordinate representation of color #3C89BD: hue angle of 204.19º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C89BD is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 137 | 189 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.26 |
| HSL | 204.19º | 0.52% | 0.49% | - |
| HSV(B) | 204.19º | 0.68% | 0.74% | - |
| XYZ | 19.99 | 22.53 | 51.44 | - |
| YUV | 119.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 189 | 0.68 | 0.28 | 0 | 0.26 | 204.19 | 0.52 | 0.49 |
| Hex | 3C | 89 | BD | 44 | 1C | 0 | 1A | CC | 34 | 31 |
| Octal | 74 | 211 | 275 | 104 | 34 | 0 | 32 | 314 | 64 | 61 |
| Binary | 111100 | 10001001 | 10111101 | 1000100 | 11100 | 0 | 11010 | 11001100 | 110100 | 110001 |
Color Harmonies of #3C89BD
Complementary color
Monochromatic Colors of #3C89BD
Black with #3C89BD
Text Example
Text Example
White with #3C89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C89BD; }
p { color: rgb(60,137,189); }
H1.HeaderClassName
{
color: #3C89BD;
}
.AnyTagClassName
{
color: #3C89BD;
}
</style>
background-color css
<style>
a { background-color: #3C89BD; }
a { background-color: rgb(60,137,189); }
div.DivClassName
{
background-color: #3C89BD;
}
.BgClassName
{
background-color: #3C89BD;
}
</style>
border-color css
<style>
span { border-color: #3C89BD; }
span { border-color: rgb(60,137,189); }
td.TdClassName
{
border-color: #3C89BD;
}
.TagClassName
{
border-color: #3C89BD;
}
</style>