Shades of Curious Blue #328BC1
Tints of Curious Blue #328BC1
RGB
CMYK
RGB Variations
Color information
#328BC1 (or 0x328BC1) is known color: Curious Blue. HEX triplet: 32, 8B and C1. RGB value is (50,139,193). Sum of RGB (Red+Green+Blue) = 50+139+193=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #328BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC1 is #CD743E. Grayscale: #767676. Windows color (decimal): -13464639 or 12684082. OLE color: 12684082.
HSL color Cylindrical-coordinate representation of color #328BC1: hue angle of 202.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328BC1 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 139 | 193 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.24 |
| HSL | 202.66º | 0.59% | 0.48% | - |
| HSV(B) | 202.66º | 0.74% | 0.76% | - |
| XYZ | 20.17 | 22.99 | 53.83 | - |
| YUV | 118.55 | 170.01 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 193 | 0.74 | 0.28 | 0 | 0.24 | 202.66 | 0.59 | 0.48 |
| Hex | 32 | 8B | C1 | 4A | 1C | 0 | 18 | CB | 3B | 30 |
| Octal | 62 | 213 | 301 | 112 | 34 | 0 | 30 | 313 | 73 | 60 |
| Binary | 110010 | 10001011 | 11000001 | 1001010 | 11100 | 0 | 11000 | 11001011 | 111011 | 110000 |
Color Harmonies of #328BC1
Complementary color
Monochromatic Colors of #328BC1
Black with #328BC1
Text Example
Text Example
White with #328BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BC1; }
p { color: rgb(50,139,193); }
H1.HeaderClassName
{
color: #328BC1;
}
.AnyTagClassName
{
color: #328BC1;
}
</style>
background-color css
<style>
a { background-color: #328BC1; }
a { background-color: rgb(50,139,193); }
div.DivClassName
{
background-color: #328BC1;
}
.BgClassName
{
background-color: #328BC1;
}
</style>
border-color css
<style>
span { border-color: #328BC1; }
span { border-color: rgb(50,139,193); }
td.TdClassName
{
border-color: #328BC1;
}
.TagClassName
{
border-color: #328BC1;
}
</style>