Shades of Curious Blue #328BC9
Tints of Curious Blue #328BC9
RGB
CMYK
RGB Variations
Color information
#328BC9 (or 0x328BC9) is known color: Curious Blue. HEX triplet: 32, 8B and C9. RGB value is (50,139,201). Sum of RGB (Red+Green+Blue) = 50+139+201=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #328BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC9 is #CD7436. Grayscale: #777777. Windows color (decimal): -13464631 or 13208370. OLE color: 13208370.
HSL color Cylindrical-coordinate representation of color #328BC9: hue angle of 204.64º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328BC9 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 139 | 201 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.21 |
| HSL | 204.64º | 0.6% | 0.49% | - |
| HSV(B) | 204.64º | 0.75% | 0.79% | - |
| XYZ | 21.09 | 23.36 | 58.66 | - |
| YUV | 119.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 201 | 0.75 | 0.31 | 0 | 0.21 | 204.64 | 0.6 | 0.49 |
| Hex | 32 | 8B | C9 | 4B | 1F | 0 | 15 | CD | 3C | 31 |
| Octal | 62 | 213 | 311 | 113 | 37 | 0 | 25 | 315 | 74 | 61 |
| Binary | 110010 | 10001011 | 11001001 | 1001011 | 11111 | 0 | 10101 | 11001101 | 111100 | 110001 |
Color Harmonies of #328BC9
Complementary color
Monochromatic Colors of #328BC9
Black with #328BC9
Text Example
Text Example
White with #328BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BC9; }
p { color: rgb(50,139,201); }
H1.HeaderClassName
{
color: #328BC9;
}
.AnyTagClassName
{
color: #328BC9;
}
</style>
background-color css
<style>
a { background-color: #328BC9; }
a { background-color: rgb(50,139,201); }
div.DivClassName
{
background-color: #328BC9;
}
.BgClassName
{
background-color: #328BC9;
}
</style>
border-color css
<style>
span { border-color: #328BC9; }
span { border-color: rgb(50,139,201); }
td.TdClassName
{
border-color: #328BC9;
}
.TagClassName
{
border-color: #328BC9;
}
</style>