Shades of Curious Blue #328DBC
Tints of Curious Blue #328DBC
RGB
CMYK
RGB Variations
Color information
#328DBC (or 0x328DBC) is known color: Curious Blue. HEX triplet: 32, 8D and BC. RGB value is (50,141,188). Sum of RGB (Red+Green+Blue) = 50+141+188=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #328DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DBC is #CD7243. Grayscale: #767676. Windows color (decimal): -13464132 or 12356914. OLE color: 12356914.
HSL color Cylindrical-coordinate representation of color #328DBC: hue angle of 200.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328DBC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 141 | 188 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.26 |
| HSL | 200.43º | 0.58% | 0.47% | - |
| HSV(B) | 200.43º | 0.73% | 0.74% | - |
| XYZ | 19.92 | 23.36 | 51.04 | - |
| YUV | 119.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 188 | 0.73 | 0.25 | 0 | 0.26 | 200.43 | 0.58 | 0.47 |
| Hex | 32 | 8D | BC | 49 | 19 | 0 | 1A | C8 | 3A | 2F |
| Octal | 62 | 215 | 274 | 111 | 31 | 0 | 32 | 310 | 72 | 57 |
| Binary | 110010 | 10001101 | 10111100 | 1001001 | 11001 | 0 | 11010 | 11001000 | 111010 | 101111 |
Color Harmonies of #328DBC
Complementary color
Monochromatic Colors of #328DBC
Black with #328DBC
Text Example
Text Example
White with #328DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DBC; }
p { color: rgb(50,141,188); }
H1.HeaderClassName
{
color: #328DBC;
}
.AnyTagClassName
{
color: #328DBC;
}
</style>
background-color css
<style>
a { background-color: #328DBC; }
a { background-color: rgb(50,141,188); }
div.DivClassName
{
background-color: #328DBC;
}
.BgClassName
{
background-color: #328DBC;
}
</style>
border-color css
<style>
span { border-color: #328DBC; }
span { border-color: rgb(50,141,188); }
td.TdClassName
{
border-color: #328DBC;
}
.TagClassName
{
border-color: #328DBC;
}
</style>