Shades of Curious Blue #328DC7
Tints of Curious Blue #328DC7
RGB
CMYK
RGB Variations
Color information
#328DC7 (or 0x328DC7) is known color: Curious Blue. HEX triplet: 32, 8D and C7. RGB value is (50,141,199). Sum of RGB (Red+Green+Blue) = 50+141+199=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #328DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DC7 is #CD7238. Grayscale: #787878. Windows color (decimal): -13464121 or 13077810. OLE color: 13077810.
HSL color Cylindrical-coordinate representation of color #328DC7: hue angle of 203.36º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328DC7 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 141 | 199 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.22 |
| HSL | 203.36º | 0.6% | 0.49% | - |
| HSV(B) | 203.36º | 0.75% | 0.78% | - |
| XYZ | 21.15 | 23.85 | 57.52 | - |
| YUV | 120.4 | 172.35 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 199 | 0.75 | 0.29 | 0 | 0.22 | 203.36 | 0.6 | 0.49 |
| Hex | 32 | 8D | C7 | 4B | 1D | 0 | 16 | CB | 3C | 31 |
| Octal | 62 | 215 | 307 | 113 | 35 | 0 | 26 | 313 | 74 | 61 |
| Binary | 110010 | 10001101 | 11000111 | 1001011 | 11101 | 0 | 10110 | 11001011 | 111100 | 110001 |
Color Harmonies of #328DC7
Complementary color
Monochromatic Colors of #328DC7
Black with #328DC7
Text Example
Text Example
White with #328DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DC7; }
p { color: rgb(50,141,199); }
H1.HeaderClassName
{
color: #328DC7;
}
.AnyTagClassName
{
color: #328DC7;
}
</style>
background-color css
<style>
a { background-color: #328DC7; }
a { background-color: rgb(50,141,199); }
div.DivClassName
{
background-color: #328DC7;
}
.BgClassName
{
background-color: #328DC7;
}
</style>
border-color css
<style>
span { border-color: #328DC7; }
span { border-color: rgb(50,141,199); }
td.TdClassName
{
border-color: #328DC7;
}
.TagClassName
{
border-color: #328DC7;
}
</style>