Shades of Curious Blue #328DBA
Tints of Curious Blue #328DBA
RGB
CMYK
RGB Variations
Color information
#328DBA (or 0x328DBA) is known color: Curious Blue. HEX triplet: 32, 8D and BA. RGB value is (50,141,186). Sum of RGB (Red+Green+Blue) = 50+141+186=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #328DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DBA is #CD7245. Grayscale: #767676. Windows color (decimal): -13464134 or 12225842. OLE color: 12225842.
HSL color Cylindrical-coordinate representation of color #328DBA: hue angle of 199.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328DBA is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 141 | 186 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.27 |
| HSL | 199.85º | 0.58% | 0.46% | - |
| HSV(B) | 199.85º | 0.73% | 0.73% | - |
| XYZ | 19.7 | 23.27 | 49.91 | - |
| YUV | 118.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 186 | 0.73 | 0.24 | 0 | 0.27 | 199.85 | 0.58 | 0.46 |
| Hex | 32 | 8D | BA | 49 | 18 | 0 | 1B | C8 | 3A | 2E |
| Octal | 62 | 215 | 272 | 111 | 30 | 0 | 33 | 310 | 72 | 56 |
| Binary | 110010 | 10001101 | 10111010 | 1001001 | 11000 | 0 | 11011 | 11001000 | 111010 | 101110 |
Color Harmonies of #328DBA
Complementary color
Monochromatic Colors of #328DBA
Black with #328DBA
Text Example
Text Example
White with #328DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DBA; }
p { color: rgb(50,141,186); }
H1.HeaderClassName
{
color: #328DBA;
}
.AnyTagClassName
{
color: #328DBA;
}
</style>
background-color css
<style>
a { background-color: #328DBA; }
a { background-color: rgb(50,141,186); }
div.DivClassName
{
background-color: #328DBA;
}
.BgClassName
{
background-color: #328DBA;
}
</style>
border-color css
<style>
span { border-color: #328DBA; }
span { border-color: rgb(50,141,186); }
td.TdClassName
{
border-color: #328DBA;
}
.TagClassName
{
border-color: #328DBA;
}
</style>