Shades of Curious Blue #328BBC
Tints of Curious Blue #328BBC
RGB
CMYK
RGB Variations
Color information
#328BBC (or 0x328BBC) is known color: Curious Blue. HEX triplet: 32, 8B and BC. RGB value is (50,139,188). Sum of RGB (Red+Green+Blue) = 50+139+188=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #328BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BBC is #CD7443. Grayscale: #757575. Windows color (decimal): -13464644 or 12356402. OLE color: 12356402.
HSL color Cylindrical-coordinate representation of color #328BBC: hue angle of 201.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328BBC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 139 | 188 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.26 |
| HSL | 201.3º | 0.58% | 0.47% | - |
| HSV(B) | 201.3º | 0.73% | 0.74% | - |
| XYZ | 19.63 | 22.77 | 50.94 | - |
| YUV | 117.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 188 | 0.73 | 0.26 | 0 | 0.26 | 201.3 | 0.58 | 0.47 |
| Hex | 32 | 8B | BC | 49 | 1A | 0 | 1A | C9 | 3A | 2F |
| Octal | 62 | 213 | 274 | 111 | 32 | 0 | 32 | 311 | 72 | 57 |
| Binary | 110010 | 10001011 | 10111100 | 1001001 | 11010 | 0 | 11010 | 11001001 | 111010 | 101111 |
Color Harmonies of #328BBC
Complementary color
Monochromatic Colors of #328BBC
Black with #328BBC
Text Example
Text Example
White with #328BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BBC; }
p { color: rgb(50,139,188); }
H1.HeaderClassName
{
color: #328BBC;
}
.AnyTagClassName
{
color: #328BBC;
}
</style>
background-color css
<style>
a { background-color: #328BBC; }
a { background-color: rgb(50,139,188); }
div.DivClassName
{
background-color: #328BBC;
}
.BgClassName
{
background-color: #328BBC;
}
</style>
border-color css
<style>
span { border-color: #328BBC; }
span { border-color: rgb(50,139,188); }
td.TdClassName
{
border-color: #328BBC;
}
.TagClassName
{
border-color: #328BBC;
}
</style>