Shades of Curious Blue #328DCD
Tints of Curious Blue #328DCD
RGB
CMYK
RGB Variations
Color information
#328DCD (or 0x328DCD) is known color: Curious Blue. HEX triplet: 32, 8D and CD. RGB value is (50,141,205). Sum of RGB (Red+Green+Blue) = 50+141+205=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #328DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DCD is #CD7232. Grayscale: #787878. Windows color (decimal): -13464115 or 13471026. OLE color: 13471026.
HSL color Cylindrical-coordinate representation of color #328DCD: hue angle of 204.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328DCD is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 141 | 205 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.20 |
| HSL | 204.77º | 0.61% | 0.5% | - |
| HSV(B) | 204.77º | 0.76% | 0.8% | - |
| XYZ | 21.86 | 24.14 | 61.26 | - |
| YUV | 121.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 205 | 0.76 | 0.31 | 0 | 0.20 | 204.77 | 0.61 | 0.5 |
| Hex | 32 | 8D | CD | 4C | 1F | 0 | 14 | CD | 3D | 32 |
| Octal | 62 | 215 | 315 | 114 | 37 | 0 | 24 | 315 | 75 | 62 |
| Binary | 110010 | 10001101 | 11001101 | 1001100 | 11111 | 0 | 10100 | 11001101 | 111101 | 110010 |
Color Harmonies of #328DCD
Complementary color
Monochromatic Colors of #328DCD
Black with #328DCD
Text Example
Text Example
White with #328DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DCD; }
p { color: rgb(50,141,205); }
H1.HeaderClassName
{
color: #328DCD;
}
.AnyTagClassName
{
color: #328DCD;
}
</style>
background-color css
<style>
a { background-color: #328DCD; }
a { background-color: rgb(50,141,205); }
div.DivClassName
{
background-color: #328DCD;
}
.BgClassName
{
background-color: #328DCD;
}
</style>
border-color css
<style>
span { border-color: #328DCD; }
span { border-color: rgb(50,141,205); }
td.TdClassName
{
border-color: #328DCD;
}
.TagClassName
{
border-color: #328DCD;
}
</style>