Shades of Curious Blue #328CC8
Tints of Curious Blue #328CC8
RGB
CMYK
RGB Variations
Color information
#328CC8 (or 0x328CC8) is known color: Curious Blue. HEX triplet: 32, 8C and C8. RGB value is (50,140,200). Sum of RGB (Red+Green+Blue) = 50+140+200=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #328CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CC8 is #CD7337. Grayscale: #777777. Windows color (decimal): -13464376 or 13143090. OLE color: 13143090.
HSL color Cylindrical-coordinate representation of color #328CC8: hue angle of 204º 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 #328CC8 is Cyan = 0.75, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 140 | 200 | - |
| CMYK | 0.75 | 0.3 | 0 | 0.22 |
| HSL | 204º | 0.6% | 0.49% | - |
| HSV(B) | 204º | 0.75% | 0.78% | - |
| XYZ | 21.12 | 23.6 | 58.09 | - |
| YUV | 119.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 200 | 0.75 | 0.3 | 0 | 0.22 | 204 | 0.6 | 0.49 |
| Hex | 32 | 8C | C8 | 4B | 1E | 0 | 16 | CC | 3C | 31 |
| Octal | 62 | 214 | 310 | 113 | 36 | 0 | 26 | 314 | 74 | 61 |
| Binary | 110010 | 10001100 | 11001000 | 1001011 | 11110 | 0 | 10110 | 11001100 | 111100 | 110001 |
Color Harmonies of #328CC8
Complementary color
Monochromatic Colors of #328CC8
Black with #328CC8
Text Example
Text Example
White with #328CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CC8; }
p { color: rgb(50,140,200); }
H1.HeaderClassName
{
color: #328CC8;
}
.AnyTagClassName
{
color: #328CC8;
}
</style>
background-color css
<style>
a { background-color: #328CC8; }
a { background-color: rgb(50,140,200); }
div.DivClassName
{
background-color: #328CC8;
}
.BgClassName
{
background-color: #328CC8;
}
</style>
border-color css
<style>
span { border-color: #328CC8; }
span { border-color: rgb(50,140,200); }
td.TdClassName
{
border-color: #328CC8;
}
.TagClassName
{
border-color: #328CC8;
}
</style>