Shades of Curious Blue #328FBA
Tints of Curious Blue #328FBA
RGB
CMYK
RGB Variations
Color information
#328FBA (or 0x328FBA) is known color: Curious Blue. HEX triplet: 32, 8F and BA. RGB value is (50,143,186). Sum of RGB (Red+Green+Blue) = 50+143+186=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #328FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FBA is #CD7045. Grayscale: #777777. Windows color (decimal): -13463622 or 12226354. OLE color: 12226354.
HSL color Cylindrical-coordinate representation of color #328FBA: hue angle of 198.97º 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 #328FBA is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 143 | 186 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.27 |
| HSL | 198.97º | 0.58% | 0.46% | - |
| HSV(B) | 198.97º | 0.73% | 0.73% | - |
| XYZ | 20 | 23.87 | 50.01 | - |
| YUV | 120.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 186 | 0.73 | 0.23 | 0 | 0.27 | 198.97 | 0.58 | 0.46 |
| Hex | 32 | 8F | BA | 49 | 17 | 0 | 1B | C7 | 3A | 2E |
| Octal | 62 | 217 | 272 | 111 | 27 | 0 | 33 | 307 | 72 | 56 |
| Binary | 110010 | 10001111 | 10111010 | 1001001 | 10111 | 0 | 11011 | 11000111 | 111010 | 101110 |
Color Harmonies of #328FBA
Complementary color
Monochromatic Colors of #328FBA
Black with #328FBA
Text Example
Text Example
White with #328FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FBA; }
p { color: rgb(50,143,186); }
H1.HeaderClassName
{
color: #328FBA;
}
.AnyTagClassName
{
color: #328FBA;
}
</style>
background-color css
<style>
a { background-color: #328FBA; }
a { background-color: rgb(50,143,186); }
div.DivClassName
{
background-color: #328FBA;
}
.BgClassName
{
background-color: #328FBA;
}
</style>
border-color css
<style>
span { border-color: #328FBA; }
span { border-color: rgb(50,143,186); }
td.TdClassName
{
border-color: #328FBA;
}
.TagClassName
{
border-color: #328FBA;
}
</style>