Shades of Curious Blue #328BDD
Tints of Curious Blue #328BDD
RGB
CMYK
RGB Variations
Color information
#328BDD (or 0x328BDD) is known color: Curious Blue. HEX triplet: 32, 8B and DD. RGB value is (50,139,221). Sum of RGB (Red+Green+Blue) = 50+139+221=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #328BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BDD is #CD7422. Grayscale: #797979. Windows color (decimal): -13464611 or 14519090. OLE color: 14519090.
HSL color Cylindrical-coordinate representation of color #328BDD: hue angle of 208.77º degrees, saturation: 0.72, 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 #328BDD is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 139 | 221 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.13 |
| HSL | 208.77º | 0.72% | 0.53% | - |
| HSV(B) | 208.77º | 0.77% | 0.87% | - |
| XYZ | 23.6 | 24.36 | 71.87 | - |
| YUV | 121.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 221 | 0.77 | 0.37 | 0 | 0.13 | 208.77 | 0.72 | 0.53 |
| Hex | 32 | 8B | DD | 4D | 25 | 0 | D | D1 | 48 | 35 |
| Octal | 62 | 213 | 335 | 115 | 45 | 0 | 15 | 321 | 110 | 65 |
| Binary | 110010 | 10001011 | 11011101 | 1001101 | 100101 | 0 | 1101 | 11010001 | 1001000 | 110101 |
Color Harmonies of #328BDD
Complementary color
Monochromatic Colors of #328BDD
Black with #328BDD
Text Example
Text Example
White with #328BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BDD; }
p { color: rgb(50,139,221); }
H1.HeaderClassName
{
color: #328BDD;
}
.AnyTagClassName
{
color: #328BDD;
}
</style>
background-color css
<style>
a { background-color: #328BDD; }
a { background-color: rgb(50,139,221); }
div.DivClassName
{
background-color: #328BDD;
}
.BgClassName
{
background-color: #328BDD;
}
</style>
border-color css
<style>
span { border-color: #328BDD; }
span { border-color: rgb(50,139,221); }
td.TdClassName
{
border-color: #328BDD;
}
.TagClassName
{
border-color: #328BDD;
}
</style>