Shades of Curious Blue #3289DC
Tints of Curious Blue #3289DC
RGB
CMYK
RGB Variations
Color information
#3289DC (or 0x3289DC) is known color: Curious Blue. HEX triplet: 32, 89 and DC. RGB value is (50,137,220). Sum of RGB (Red+Green+Blue) = 50+137+220=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3289DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289DC is #CD7623. Grayscale: #787878. Windows color (decimal): -13465124 or 14453042. OLE color: 14453042.
HSL color Cylindrical-coordinate representation of color #3289DC: hue angle of 209.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3289DC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 137 | 220 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.14 |
| HSL | 209.29º | 0.71% | 0.53% | - |
| HSV(B) | 209.29º | 0.77% | 0.86% | - |
| XYZ | 23.18 | 23.74 | 71.07 | - |
| YUV | 120.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 220 | 0.77 | 0.38 | 0 | 0.14 | 209.29 | 0.71 | 0.53 |
| Hex | 32 | 89 | DC | 4D | 26 | 0 | E | D1 | 47 | 35 |
| Octal | 62 | 211 | 334 | 115 | 46 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110010 | 10001001 | 11011100 | 1001101 | 100110 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #3289DC
Complementary color
Monochromatic Colors of #3289DC
Black with #3289DC
Text Example
Text Example
White with #3289DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289DC; }
p { color: rgb(50,137,220); }
H1.HeaderClassName
{
color: #3289DC;
}
.AnyTagClassName
{
color: #3289DC;
}
</style>
background-color css
<style>
a { background-color: #3289DC; }
a { background-color: rgb(50,137,220); }
div.DivClassName
{
background-color: #3289DC;
}
.BgClassName
{
background-color: #3289DC;
}
</style>
border-color css
<style>
span { border-color: #3289DC; }
span { border-color: rgb(50,137,220); }
td.TdClassName
{
border-color: #3289DC;
}
.TagClassName
{
border-color: #3289DC;
}
</style>