Shades of Curious Blue #3D89B9
Tints of Curious Blue #3D89B9
RGB
CMYK
RGB Variations
Color information
#3D89B9 (or 0x3D89B9) is known color: Curious Blue. HEX triplet: 3D, 89 and B9. RGB value is (61,137,185). Sum of RGB (Red+Green+Blue) = 61+137+185=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D89B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D89B9 is #C27646. Grayscale: #777777. Windows color (decimal): -12744263 or 12159293. OLE color: 12159293.
HSL color Cylindrical-coordinate representation of color #3D89B9: hue angle of 203.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D89B9 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 137 | 185 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.27 |
| HSL | 203.23º | 0.5% | 0.48% | - |
| HSV(B) | 203.23º | 0.67% | 0.73% | - |
| XYZ | 19.63 | 22.39 | 49.19 | - |
| YUV | 119.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 185 | 0.67 | 0.26 | 0 | 0.27 | 203.23 | 0.5 | 0.48 |
| Hex | 3D | 89 | B9 | 43 | 1A | 0 | 1B | CB | 32 | 30 |
| Octal | 75 | 211 | 271 | 103 | 32 | 0 | 33 | 313 | 62 | 60 |
| Binary | 111101 | 10001001 | 10111001 | 1000011 | 11010 | 0 | 11011 | 11001011 | 110010 | 110000 |
Color Harmonies of #3D89B9
Complementary color
Monochromatic Colors of #3D89B9
Black with #3D89B9
Text Example
Text Example
White with #3D89B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D89B9; }
p { color: rgb(61,137,185); }
H1.HeaderClassName
{
color: #3D89B9;
}
.AnyTagClassName
{
color: #3D89B9;
}
</style>
background-color css
<style>
a { background-color: #3D89B9; }
a { background-color: rgb(61,137,185); }
div.DivClassName
{
background-color: #3D89B9;
}
.BgClassName
{
background-color: #3D89B9;
}
</style>
border-color css
<style>
span { border-color: #3D89B9; }
span { border-color: rgb(61,137,185); }
td.TdClassName
{
border-color: #3D89B9;
}
.TagClassName
{
border-color: #3D89B9;
}
</style>