Shades of Curious Blue #328CCC
Tints of Curious Blue #328CCC
RGB
CMYK
RGB Variations
Color information
#328CCC (or 0x328CCC) is known color: Curious Blue. HEX triplet: 32, 8C and CC. RGB value is (50,140,204). Sum of RGB (Red+Green+Blue) = 50+140+204=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #328CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CCC is #CD7333. Grayscale: #787878. Windows color (decimal): -13464372 or 13405234. OLE color: 13405234.
HSL color Cylindrical-coordinate representation of color #328CCC: hue angle of 204.94º 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 #328CCC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 140 | 204 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.2 |
| HSL | 204.94º | 0.61% | 0.5% | - |
| HSV(B) | 204.94º | 0.75% | 0.8% | - |
| XYZ | 21.59 | 23.79 | 60.58 | - |
| YUV | 120.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 204 | 0.75 | 0.31 | 0 | 0.2 | 204.94 | 0.61 | 0.5 |
| Hex | 32 | 8C | CC | 4B | 1F | 0 | 14 | CD | 3D | 32 |
| Octal | 62 | 214 | 314 | 113 | 37 | 0 | 24 | 315 | 75 | 62 |
| Binary | 110010 | 10001100 | 11001100 | 1001011 | 11111 | 0 | 10100 | 11001101 | 111101 | 110010 |
Color Harmonies of #328CCC
Complementary color
Monochromatic Colors of #328CCC
Black with #328CCC
Text Example
Text Example
White with #328CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CCC; }
p { color: rgb(50,140,204); }
H1.HeaderClassName
{
color: #328CCC;
}
.AnyTagClassName
{
color: #328CCC;
}
</style>
background-color css
<style>
a { background-color: #328CCC; }
a { background-color: rgb(50,140,204); }
div.DivClassName
{
background-color: #328CCC;
}
.BgClassName
{
background-color: #328CCC;
}
</style>
border-color css
<style>
span { border-color: #328CCC; }
span { border-color: rgb(50,140,204); }
td.TdClassName
{
border-color: #328CCC;
}
.TagClassName
{
border-color: #328CCC;
}
</style>