Shades of Curious Blue #328ECF
Tints of Curious Blue #328ECF
RGB
CMYK
RGB Variations
Color information
#328ECF (or 0x328ECF) is known color: Curious Blue. HEX triplet: 32, 8E and CF. RGB value is (50,142,207). Sum of RGB (Red+Green+Blue) = 50+142+207=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #328ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ECF is #CD7130. Grayscale: #797979. Windows color (decimal): -13463857 or 13602354. OLE color: 13602354.
HSL color Cylindrical-coordinate representation of color #328ECF: hue angle of 204.84º 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 #328ECF is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 142 | 207 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.19 |
| HSL | 204.84º | 0.62% | 0.5% | - |
| HSV(B) | 204.84º | 0.76% | 0.81% | - |
| XYZ | 22.25 | 24.53 | 62.59 | - |
| YUV | 121.9 | 176.02 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 207 | 0.76 | 0.31 | 0 | 0.19 | 204.84 | 0.62 | 0.5 |
| Hex | 32 | 8E | CF | 4C | 1F | 0 | 13 | CD | 3E | 32 |
| Octal | 62 | 216 | 317 | 114 | 37 | 0 | 23 | 315 | 76 | 62 |
| Binary | 110010 | 10001110 | 11001111 | 1001100 | 11111 | 0 | 10011 | 11001101 | 111110 | 110010 |
Color Harmonies of #328ECF
Complementary color
Monochromatic Colors of #328ECF
Black with #328ECF
Text Example
Text Example
White with #328ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ECF; }
p { color: rgb(50,142,207); }
H1.HeaderClassName
{
color: #328ECF;
}
.AnyTagClassName
{
color: #328ECF;
}
</style>
background-color css
<style>
a { background-color: #328ECF; }
a { background-color: rgb(50,142,207); }
div.DivClassName
{
background-color: #328ECF;
}
.BgClassName
{
background-color: #328ECF;
}
</style>
border-color css
<style>
span { border-color: #328ECF; }
span { border-color: rgb(50,142,207); }
td.TdClassName
{
border-color: #328ECF;
}
.TagClassName
{
border-color: #328ECF;
}
</style>