Shades of Curious Blue #328CD5
Tints of Curious Blue #328CD5
RGB
CMYK
RGB Variations
Color information
#328CD5 (or 0x328CD5) is known color: Curious Blue. HEX triplet: 32, 8C and D5. RGB value is (50,140,213). Sum of RGB (Red+Green+Blue) = 50+140+213=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #328CD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CD5 is #CD732A. Grayscale: #797979. Windows color (decimal): -13464363 or 13995058. OLE color: 13995058.
HSL color Cylindrical-coordinate representation of color #328CD5: hue angle of 206.87º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328CD5 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 140 | 213 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.16 |
| HSL | 206.87º | 0.66% | 0.52% | - |
| HSV(B) | 206.87º | 0.77% | 0.84% | - |
| XYZ | 22.7 | 24.24 | 66.43 | - |
| YUV | 121.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 213 | 0.77 | 0.34 | 0 | 0.16 | 206.87 | 0.66 | 0.52 |
| Hex | 32 | 8C | D5 | 4D | 22 | 0 | 10 | CF | 42 | 34 |
| Octal | 62 | 214 | 325 | 115 | 42 | 0 | 20 | 317 | 102 | 64 |
| Binary | 110010 | 10001100 | 11010101 | 1001101 | 100010 | 0 | 10000 | 11001111 | 1000010 | 110100 |
Color Harmonies of #328CD5
Complementary color
Monochromatic Colors of #328CD5
Black with #328CD5
Text Example
Text Example
White with #328CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CD5; }
p { color: rgb(50,140,213); }
H1.HeaderClassName
{
color: #328CD5;
}
.AnyTagClassName
{
color: #328CD5;
}
</style>
background-color css
<style>
a { background-color: #328CD5; }
a { background-color: rgb(50,140,213); }
div.DivClassName
{
background-color: #328CD5;
}
.BgClassName
{
background-color: #328CD5;
}
</style>
border-color css
<style>
span { border-color: #328CD5; }
span { border-color: rgb(50,140,213); }
td.TdClassName
{
border-color: #328CD5;
}
.TagClassName
{
border-color: #328CD5;
}
</style>