Shades of Curious Blue #328DCF
Tints of Curious Blue #328DCF
RGB
CMYK
RGB Variations
Color information
#328DCF (or 0x328DCF) is known color: Curious Blue. HEX triplet: 32, 8D and CF. RGB value is (50,141,207). Sum of RGB (Red+Green+Blue) = 50+141+207=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #328DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DCF is #CD7230. Grayscale: #787878. Windows color (decimal): -13464113 or 13602098. OLE color: 13602098.
HSL color Cylindrical-coordinate representation of color #328DCF: hue angle of 205.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328DCF is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 141 | 207 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.19 |
| HSL | 205.22º | 0.62% | 0.5% | - |
| HSV(B) | 205.22º | 0.76% | 0.81% | - |
| XYZ | 22.1 | 24.23 | 62.54 | - |
| YUV | 121.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 207 | 0.76 | 0.32 | 0 | 0.19 | 205.22 | 0.62 | 0.5 |
| Hex | 32 | 8D | CF | 4C | 20 | 0 | 13 | CD | 3E | 32 |
| Octal | 62 | 215 | 317 | 114 | 40 | 0 | 23 | 315 | 76 | 62 |
| Binary | 110010 | 10001101 | 11001111 | 1001100 | 100000 | 0 | 10011 | 11001101 | 111110 | 110010 |
Color Harmonies of #328DCF
Complementary color
Monochromatic Colors of #328DCF
Black with #328DCF
Text Example
Text Example
White with #328DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DCF; }
p { color: rgb(50,141,207); }
H1.HeaderClassName
{
color: #328DCF;
}
.AnyTagClassName
{
color: #328DCF;
}
</style>
background-color css
<style>
a { background-color: #328DCF; }
a { background-color: rgb(50,141,207); }
div.DivClassName
{
background-color: #328DCF;
}
.BgClassName
{
background-color: #328DCF;
}
</style>
border-color css
<style>
span { border-color: #328DCF; }
span { border-color: rgb(50,141,207); }
td.TdClassName
{
border-color: #328DCF;
}
.TagClassName
{
border-color: #328DCF;
}
</style>