Shades of Curious Blue #328ECE
Tints of Curious Blue #328ECE
RGB
CMYK
RGB Variations
Color information
#328ECE (or 0x328ECE) is known color: Curious Blue. HEX triplet: 32, 8E and CE. RGB value is (50,142,206). Sum of RGB (Red+Green+Blue) = 50+142+206=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #328ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ECE is #CD7131. Grayscale: #797979. Windows color (decimal): -13463858 or 13536818. OLE color: 13536818.
HSL color Cylindrical-coordinate representation of color #328ECE: hue angle of 204.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328ECE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 142 | 206 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.19 |
| HSL | 204.62º | 0.61% | 0.5% | - |
| HSV(B) | 204.62º | 0.76% | 0.81% | - |
| XYZ | 22.13 | 24.48 | 61.95 | - |
| YUV | 121.79 | 175.52 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 206 | 0.76 | 0.31 | 0 | 0.19 | 204.62 | 0.61 | 0.5 |
| Hex | 32 | 8E | CE | 4C | 1F | 0 | 13 | CD | 3D | 32 |
| Octal | 62 | 216 | 316 | 114 | 37 | 0 | 23 | 315 | 75 | 62 |
| Binary | 110010 | 10001110 | 11001110 | 1001100 | 11111 | 0 | 10011 | 11001101 | 111101 | 110010 |
Color Harmonies of #328ECE
Complementary color
Monochromatic Colors of #328ECE
Black with #328ECE
Text Example
Text Example
White with #328ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ECE; }
p { color: rgb(50,142,206); }
H1.HeaderClassName
{
color: #328ECE;
}
.AnyTagClassName
{
color: #328ECE;
}
</style>
background-color css
<style>
a { background-color: #328ECE; }
a { background-color: rgb(50,142,206); }
div.DivClassName
{
background-color: #328ECE;
}
.BgClassName
{
background-color: #328ECE;
}
</style>
border-color css
<style>
span { border-color: #328ECE; }
span { border-color: rgb(50,142,206); }
td.TdClassName
{
border-color: #328ECE;
}
.TagClassName
{
border-color: #328ECE;
}
</style>