Shades of Curious Blue #328ECD
Tints of Curious Blue #328ECD
RGB
CMYK
RGB Variations
Color information
#328ECD (or 0x328ECD) is known color: Curious Blue. HEX triplet: 32, 8E and CD. RGB value is (50,142,205). Sum of RGB (Red+Green+Blue) = 50+142+205=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #328ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ECD is #CD7132. Grayscale: #797979. Windows color (decimal): -13463859 or 13471282. OLE color: 13471282.
HSL color Cylindrical-coordinate representation of color #328ECD: hue angle of 204.39º 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 #328ECD is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 142 | 205 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.20 |
| HSL | 204.39º | 0.61% | 0.5% | - |
| HSV(B) | 204.39º | 0.76% | 0.8% | - |
| XYZ | 22.01 | 24.43 | 61.31 | - |
| YUV | 121.67 | 175.02 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 205 | 0.76 | 0.31 | 0 | 0.20 | 204.39 | 0.61 | 0.5 |
| Hex | 32 | 8E | CD | 4C | 1F | 0 | 14 | CC | 3D | 32 |
| Octal | 62 | 216 | 315 | 114 | 37 | 0 | 24 | 314 | 75 | 62 |
| Binary | 110010 | 10001110 | 11001101 | 1001100 | 11111 | 0 | 10100 | 11001100 | 111101 | 110010 |
Color Harmonies of #328ECD
Complementary color
Monochromatic Colors of #328ECD
Black with #328ECD
Text Example
Text Example
White with #328ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ECD; }
p { color: rgb(50,142,205); }
H1.HeaderClassName
{
color: #328ECD;
}
.AnyTagClassName
{
color: #328ECD;
}
</style>
background-color css
<style>
a { background-color: #328ECD; }
a { background-color: rgb(50,142,205); }
div.DivClassName
{
background-color: #328ECD;
}
.BgClassName
{
background-color: #328ECD;
}
</style>
border-color css
<style>
span { border-color: #328ECD; }
span { border-color: rgb(50,142,205); }
td.TdClassName
{
border-color: #328ECD;
}
.TagClassName
{
border-color: #328ECD;
}
</style>