Shades of Curious Blue #328DB4
Tints of Curious Blue #328DB4
RGB
CMYK
RGB Variations
Color information
#328DB4 (or 0x328DB4) is known color: Curious Blue. HEX triplet: 32, 8D and B4. RGB value is (50,141,180). Sum of RGB (Red+Green+Blue) = 50+141+180=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #328DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DB4 is #CD724B. Grayscale: #757575. Windows color (decimal): -13464140 or 11832626. OLE color: 11832626.
HSL color Cylindrical-coordinate representation of color #328DB4: hue angle of 198º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328DB4 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 141 | 180 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.29 |
| HSL | 198º | 0.57% | 0.45% | - |
| HSV(B) | 198º | 0.72% | 0.71% | - |
| XYZ | 19.08 | 23.02 | 46.62 | - |
| YUV | 118.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 180 | 0.72 | 0.22 | 0 | 0.29 | 198 | 0.57 | 0.45 |
| Hex | 32 | 8D | B4 | 48 | 16 | 0 | 1D | C6 | 39 | 2D |
| Octal | 62 | 215 | 264 | 110 | 26 | 0 | 35 | 306 | 71 | 55 |
| Binary | 110010 | 10001101 | 10110100 | 1001000 | 10110 | 0 | 11101 | 11000110 | 111001 | 101101 |
Color Harmonies of #328DB4
Complementary color
Monochromatic Colors of #328DB4
Black with #328DB4
Text Example
Text Example
White with #328DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DB4; }
p { color: rgb(50,141,180); }
H1.HeaderClassName
{
color: #328DB4;
}
.AnyTagClassName
{
color: #328DB4;
}
</style>
background-color css
<style>
a { background-color: #328DB4; }
a { background-color: rgb(50,141,180); }
div.DivClassName
{
background-color: #328DB4;
}
.BgClassName
{
background-color: #328DB4;
}
</style>
border-color css
<style>
span { border-color: #328DB4; }
span { border-color: rgb(50,141,180); }
td.TdClassName
{
border-color: #328DB4;
}
.TagClassName
{
border-color: #328DB4;
}
</style>