Shades of Curious Blue #328FCD
Tints of Curious Blue #328FCD
RGB
CMYK
RGB Variations
Color information
#328FCD (or 0x328FCD) is known color: Curious Blue. HEX triplet: 32, 8F and CD. RGB value is (50,143,205). Sum of RGB (Red+Green+Blue) = 50+143+205=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #328FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FCD is #CD7032. Grayscale: #797979. Windows color (decimal): -13463603 or 13471538. OLE color: 13471538.
HSL color Cylindrical-coordinate representation of color #328FCD: hue angle of 204º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328FCD is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 143 | 205 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.20 |
| HSL | 204º | 0.61% | 0.5% | - |
| HSV(B) | 204º | 0.76% | 0.8% | - |
| XYZ | 22.16 | 24.73 | 61.36 | - |
| YUV | 122.26 | 174.69 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 205 | 0.76 | 0.30 | 0 | 0.20 | 204 | 0.61 | 0.5 |
| Hex | 32 | 8F | CD | 4C | 1E | 0 | 14 | CC | 3D | 32 |
| Octal | 62 | 217 | 315 | 114 | 36 | 0 | 24 | 314 | 75 | 62 |
| Binary | 110010 | 10001111 | 11001101 | 1001100 | 11110 | 0 | 10100 | 11001100 | 111101 | 110010 |
Color Harmonies of #328FCD
Complementary color
Monochromatic Colors of #328FCD
Black with #328FCD
Text Example
Text Example
White with #328FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FCD; }
p { color: rgb(50,143,205); }
H1.HeaderClassName
{
color: #328FCD;
}
.AnyTagClassName
{
color: #328FCD;
}
</style>
background-color css
<style>
a { background-color: #328FCD; }
a { background-color: rgb(50,143,205); }
div.DivClassName
{
background-color: #328FCD;
}
.BgClassName
{
background-color: #328FCD;
}
</style>
border-color css
<style>
span { border-color: #328FCD; }
span { border-color: rgb(50,143,205); }
td.TdClassName
{
border-color: #328FCD;
}
.TagClassName
{
border-color: #328FCD;
}
</style>