Shades of Curious Blue #328BC5
Tints of Curious Blue #328BC5
RGB
CMYK
RGB Variations
Color information
#328BC5 (or 0x328BC5) is known color: Curious Blue. HEX triplet: 32, 8B and C5. RGB value is (50,139,197). Sum of RGB (Red+Green+Blue) = 50+139+197=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #328BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC5 is #CD743A. Grayscale: #767676. Windows color (decimal): -13464635 or 12946226. OLE color: 12946226.
HSL color Cylindrical-coordinate representation of color #328BC5: hue angle of 203.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328BC5 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 139 | 197 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.23 |
| HSL | 203.67º | 0.6% | 0.48% | - |
| HSV(B) | 203.67º | 0.75% | 0.77% | - |
| XYZ | 20.63 | 23.17 | 56.21 | - |
| YUV | 119 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 197 | 0.75 | 0.29 | 0 | 0.23 | 203.67 | 0.6 | 0.48 |
| Hex | 32 | 8B | C5 | 4B | 1D | 0 | 17 | CC | 3C | 30 |
| Octal | 62 | 213 | 305 | 113 | 35 | 0 | 27 | 314 | 74 | 60 |
| Binary | 110010 | 10001011 | 11000101 | 1001011 | 11101 | 0 | 10111 | 11001100 | 111100 | 110000 |
Color Harmonies of #328BC5
Complementary color
Monochromatic Colors of #328BC5
Black with #328BC5
Text Example
Text Example
White with #328BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BC5; }
p { color: rgb(50,139,197); }
H1.HeaderClassName
{
color: #328BC5;
}
.AnyTagClassName
{
color: #328BC5;
}
</style>
background-color css
<style>
a { background-color: #328BC5; }
a { background-color: rgb(50,139,197); }
div.DivClassName
{
background-color: #328BC5;
}
.BgClassName
{
background-color: #328BC5;
}
</style>
border-color css
<style>
span { border-color: #328BC5; }
span { border-color: rgb(50,139,197); }
td.TdClassName
{
border-color: #328BC5;
}
.TagClassName
{
border-color: #328BC5;
}
</style>