Shades of Curious Blue #328BCC
Tints of Curious Blue #328BCC
RGB
CMYK
RGB Variations
Color information
#328BCC (or 0x328BCC) is known color: Curious Blue. HEX triplet: 32, 8B and CC. RGB value is (50,139,204). Sum of RGB (Red+Green+Blue) = 50+139+204=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #328BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BCC is #CD7433. Grayscale: #777777. Windows color (decimal): -13464628 or 13404978. OLE color: 13404978.
HSL color Cylindrical-coordinate representation of color #328BCC: hue angle of 205.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328BCC is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 139 | 204 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.2 |
| HSL | 205.32º | 0.61% | 0.5% | - |
| HSV(B) | 205.32º | 0.75% | 0.8% | - |
| XYZ | 21.45 | 23.5 | 60.53 | - |
| YUV | 119.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 204 | 0.75 | 0.32 | 0 | 0.2 | 205.32 | 0.61 | 0.5 |
| Hex | 32 | 8B | CC | 4B | 20 | 0 | 14 | CD | 3D | 32 |
| Octal | 62 | 213 | 314 | 113 | 40 | 0 | 24 | 315 | 75 | 62 |
| Binary | 110010 | 10001011 | 11001100 | 1001011 | 100000 | 0 | 10100 | 11001101 | 111101 | 110010 |
Color Harmonies of #328BCC
Complementary color
Monochromatic Colors of #328BCC
Black with #328BCC
Text Example
Text Example
White with #328BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BCC; }
p { color: rgb(50,139,204); }
H1.HeaderClassName
{
color: #328BCC;
}
.AnyTagClassName
{
color: #328BCC;
}
</style>
background-color css
<style>
a { background-color: #328BCC; }
a { background-color: rgb(50,139,204); }
div.DivClassName
{
background-color: #328BCC;
}
.BgClassName
{
background-color: #328BCC;
}
</style>
border-color css
<style>
span { border-color: #328BCC; }
span { border-color: rgb(50,139,204); }
td.TdClassName
{
border-color: #328BCC;
}
.TagClassName
{
border-color: #328BCC;
}
</style>