Shades of Curious Blue #328ECC
Tints of Curious Blue #328ECC
RGB
CMYK
RGB Variations
Color information
#328ECC (or 0x328ECC) is known color: Curious Blue. HEX triplet: 32, 8E and CC. RGB value is (50,142,204). Sum of RGB (Red+Green+Blue) = 50+142+204=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #328ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ECC is #CD7133. Grayscale: #797979. Windows color (decimal): -13463860 or 13405746. OLE color: 13405746.
HSL color Cylindrical-coordinate representation of color #328ECC: hue angle of 204.16º 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 #328ECC is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 142 | 204 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.2 |
| HSL | 204.16º | 0.61% | 0.5% | - |
| HSV(B) | 204.16º | 0.75% | 0.8% | - |
| XYZ | 21.89 | 24.38 | 60.68 | - |
| YUV | 121.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 204 | 0.75 | 0.30 | 0 | 0.2 | 204.16 | 0.61 | 0.5 |
| Hex | 32 | 8E | CC | 4B | 1E | 0 | 14 | CC | 3D | 32 |
| Octal | 62 | 216 | 314 | 113 | 36 | 0 | 24 | 314 | 75 | 62 |
| Binary | 110010 | 10001110 | 11001100 | 1001011 | 11110 | 0 | 10100 | 11001100 | 111101 | 110010 |
Color Harmonies of #328ECC
Complementary color
Monochromatic Colors of #328ECC
Black with #328ECC
Text Example
Text Example
White with #328ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ECC; }
p { color: rgb(50,142,204); }
H1.HeaderClassName
{
color: #328ECC;
}
.AnyTagClassName
{
color: #328ECC;
}
</style>
background-color css
<style>
a { background-color: #328ECC; }
a { background-color: rgb(50,142,204); }
div.DivClassName
{
background-color: #328ECC;
}
.BgClassName
{
background-color: #328ECC;
}
</style>
border-color css
<style>
span { border-color: #328ECC; }
span { border-color: rgb(50,142,204); }
td.TdClassName
{
border-color: #328ECC;
}
.TagClassName
{
border-color: #328ECC;
}
</style>