Shades of Curious Blue #328CC0
Tints of Curious Blue #328CC0
RGB
CMYK
RGB Variations
Color information
#328CC0 (or 0x328CC0) is known color: Curious Blue. HEX triplet: 32, 8C and C0. RGB value is (50,140,192). Sum of RGB (Red+Green+Blue) = 50+140+192=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #328CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CC0 is #CD733F. Grayscale: #767676. Windows color (decimal): -13464384 or 12618802. OLE color: 12618802.
HSL color Cylindrical-coordinate representation of color #328CC0: hue angle of 201.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328CC0 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 140 | 192 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.25 |
| HSL | 201.97º | 0.59% | 0.47% | - |
| HSV(B) | 201.97º | 0.74% | 0.75% | - |
| XYZ | 20.21 | 23.24 | 53.29 | - |
| YUV | 119.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 192 | 0.74 | 0.27 | 0 | 0.25 | 201.97 | 0.59 | 0.47 |
| Hex | 32 | 8C | C0 | 4A | 1B | 0 | 19 | CA | 3B | 2F |
| Octal | 62 | 214 | 300 | 112 | 33 | 0 | 31 | 312 | 73 | 57 |
| Binary | 110010 | 10001100 | 11000000 | 1001010 | 11011 | 0 | 11001 | 11001010 | 111011 | 101111 |
Color Harmonies of #328CC0
Complementary color
Monochromatic Colors of #328CC0
Black with #328CC0
Text Example
Text Example
White with #328CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CC0; }
p { color: rgb(50,140,192); }
H1.HeaderClassName
{
color: #328CC0;
}
.AnyTagClassName
{
color: #328CC0;
}
</style>
background-color css
<style>
a { background-color: #328CC0; }
a { background-color: rgb(50,140,192); }
div.DivClassName
{
background-color: #328CC0;
}
.BgClassName
{
background-color: #328CC0;
}
</style>
border-color css
<style>
span { border-color: #328CC0; }
span { border-color: rgb(50,140,192); }
td.TdClassName
{
border-color: #328CC0;
}
.TagClassName
{
border-color: #328CC0;
}
</style>