Shades of Curious Blue #328FC1
Tints of Curious Blue #328FC1
RGB
CMYK
RGB Variations
Color information
#328FC1 (or 0x328FC1) is known color: Curious Blue. HEX triplet: 32, 8F and C1. RGB value is (50,143,193). Sum of RGB (Red+Green+Blue) = 50+143+193=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #328FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FC1 is #CD703E. Grayscale: #787878. Windows color (decimal): -13463615 or 12685106. OLE color: 12685106.
HSL color Cylindrical-coordinate representation of color #328FC1: hue angle of 200.98º 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 #328FC1 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 143 | 193 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.24 |
| HSL | 200.98º | 0.59% | 0.48% | - |
| HSV(B) | 200.98º | 0.74% | 0.76% | - |
| XYZ | 20.76 | 24.17 | 54.02 | - |
| YUV | 120.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 193 | 0.74 | 0.26 | 0 | 0.24 | 200.98 | 0.59 | 0.48 |
| Hex | 32 | 8F | C1 | 4A | 1A | 0 | 18 | C9 | 3B | 30 |
| Octal | 62 | 217 | 301 | 112 | 32 | 0 | 30 | 311 | 73 | 60 |
| Binary | 110010 | 10001111 | 11000001 | 1001010 | 11010 | 0 | 11000 | 11001001 | 111011 | 110000 |
Color Harmonies of #328FC1
Complementary color
Monochromatic Colors of #328FC1
Black with #328FC1
Text Example
Text Example
White with #328FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FC1; }
p { color: rgb(50,143,193); }
H1.HeaderClassName
{
color: #328FC1;
}
.AnyTagClassName
{
color: #328FC1;
}
</style>
background-color css
<style>
a { background-color: #328FC1; }
a { background-color: rgb(50,143,193); }
div.DivClassName
{
background-color: #328FC1;
}
.BgClassName
{
background-color: #328FC1;
}
</style>
border-color css
<style>
span { border-color: #328FC1; }
span { border-color: rgb(50,143,193); }
td.TdClassName
{
border-color: #328FC1;
}
.TagClassName
{
border-color: #328FC1;
}
</style>