Shades of Curious Blue #328BDC
Tints of Curious Blue #328BDC
RGB
CMYK
RGB Variations
Color information
#328BDC (or 0x328BDC) is known color: Curious Blue. HEX triplet: 32, 8B and DC. RGB value is (50,139,220). Sum of RGB (Red+Green+Blue) = 50+139+220=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #328BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BDC is #CD7423. Grayscale: #797979. Windows color (decimal): -13464612 or 14453554. OLE color: 14453554.
HSL color Cylindrical-coordinate representation of color #328BDC: hue angle of 208.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328BDC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 139 | 220 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.14 |
| HSL | 208.59º | 0.71% | 0.53% | - |
| HSV(B) | 208.59º | 0.77% | 0.86% | - |
| XYZ | 23.47 | 24.31 | 71.17 | - |
| YUV | 121.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 220 | 0.77 | 0.37 | 0 | 0.14 | 208.59 | 0.71 | 0.53 |
| Hex | 32 | 8B | DC | 4D | 25 | 0 | E | D1 | 47 | 35 |
| Octal | 62 | 213 | 334 | 115 | 45 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110010 | 10001011 | 11011100 | 1001101 | 100101 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #328BDC
Complementary color
Monochromatic Colors of #328BDC
Black with #328BDC
Text Example
Text Example
White with #328BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BDC; }
p { color: rgb(50,139,220); }
H1.HeaderClassName
{
color: #328BDC;
}
.AnyTagClassName
{
color: #328BDC;
}
</style>
background-color css
<style>
a { background-color: #328BDC; }
a { background-color: rgb(50,139,220); }
div.DivClassName
{
background-color: #328BDC;
}
.BgClassName
{
background-color: #328BDC;
}
</style>
border-color css
<style>
span { border-color: #328BDC; }
span { border-color: rgb(50,139,220); }
td.TdClassName
{
border-color: #328BDC;
}
.TagClassName
{
border-color: #328BDC;
}
</style>