Shades of Curious Blue #3389DD
Tints of Curious Blue #3389DD
RGB
CMYK
RGB Variations
Color information
#3389DD (or 0x3389DD) is known color: Curious Blue. HEX triplet: 33, 89 and DD. RGB value is (51,137,221). Sum of RGB (Red+Green+Blue) = 51+137+221=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #3389DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389DD is #CC7622. Grayscale: #787878. Windows color (decimal): -13399587 or 14518579. OLE color: 14518579.
HSL color Cylindrical-coordinate representation of color #3389DD: hue angle of 209.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3389DD is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 137 | 221 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.13 |
| HSL | 209.65º | 0.71% | 0.53% | - |
| HSV(B) | 209.65º | 0.77% | 0.87% | - |
| XYZ | 23.36 | 23.82 | 71.77 | - |
| YUV | 120.86 | 184.51 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 221 | 0.77 | 0.38 | 0 | 0.13 | 209.65 | 0.71 | 0.53 |
| Hex | 33 | 89 | DD | 4D | 26 | 0 | D | D2 | 47 | 35 |
| Octal | 63 | 211 | 335 | 115 | 46 | 0 | 15 | 322 | 107 | 65 |
| Binary | 110011 | 10001001 | 11011101 | 1001101 | 100110 | 0 | 1101 | 11010010 | 1000111 | 110101 |
Color Harmonies of #3389DD
Complementary color
Monochromatic Colors of #3389DD
Black with #3389DD
Text Example
Text Example
White with #3389DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389DD; }
p { color: rgb(51,137,221); }
H1.HeaderClassName
{
color: #3389DD;
}
.AnyTagClassName
{
color: #3389DD;
}
</style>
background-color css
<style>
a { background-color: #3389DD; }
a { background-color: rgb(51,137,221); }
div.DivClassName
{
background-color: #3389DD;
}
.BgClassName
{
background-color: #3389DD;
}
</style>
border-color css
<style>
span { border-color: #3389DD; }
span { border-color: rgb(51,137,221); }
td.TdClassName
{
border-color: #3389DD;
}
.TagClassName
{
border-color: #3389DD;
}
</style>