Shades of Curious Blue #328CC1
Tints of Curious Blue #328CC1
RGB
CMYK
RGB Variations
Color information
#328CC1 (or 0x328CC1) is known color: Curious Blue. HEX triplet: 32, 8C and C1. RGB value is (50,140,193). Sum of RGB (Red+Green+Blue) = 50+140+193=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #328CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CC1 is #CD733E. Grayscale: #767676. Windows color (decimal): -13464383 or 12684338. OLE color: 12684338.
HSL color Cylindrical-coordinate representation of color #328CC1: hue angle of 202.24º 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 #328CC1 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 140 | 193 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.24 |
| HSL | 202.24º | 0.59% | 0.48% | - |
| HSV(B) | 202.24º | 0.74% | 0.76% | - |
| XYZ | 20.32 | 23.28 | 53.88 | - |
| YUV | 119.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 193 | 0.74 | 0.27 | 0 | 0.24 | 202.24 | 0.59 | 0.48 |
| Hex | 32 | 8C | C1 | 4A | 1B | 0 | 18 | CA | 3B | 30 |
| Octal | 62 | 214 | 301 | 112 | 33 | 0 | 30 | 312 | 73 | 60 |
| Binary | 110010 | 10001100 | 11000001 | 1001010 | 11011 | 0 | 11000 | 11001010 | 111011 | 110000 |
Color Harmonies of #328CC1
Complementary color
Monochromatic Colors of #328CC1
Black with #328CC1
Text Example
Text Example
White with #328CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CC1; }
p { color: rgb(50,140,193); }
H1.HeaderClassName
{
color: #328CC1;
}
.AnyTagClassName
{
color: #328CC1;
}
</style>
background-color css
<style>
a { background-color: #328CC1; }
a { background-color: rgb(50,140,193); }
div.DivClassName
{
background-color: #328CC1;
}
.BgClassName
{
background-color: #328CC1;
}
</style>
border-color css
<style>
span { border-color: #328CC1; }
span { border-color: rgb(50,140,193); }
td.TdClassName
{
border-color: #328CC1;
}
.TagClassName
{
border-color: #328CC1;
}
</style>