Shades of Curious Blue #328ACE
Tints of Curious Blue #328ACE
RGB
CMYK
RGB Variations
Color information
#328ACE (or 0x328ACE) is known color: Curious Blue. HEX triplet: 32, 8A and CE. RGB value is (50,138,206). Sum of RGB (Red+Green+Blue) = 50+138+206=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #328ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ACE is #CD7531. Grayscale: #777777. Windows color (decimal): -13464882 or 13535794. OLE color: 13535794.
HSL color Cylindrical-coordinate representation of color #328ACE: hue angle of 206.15º 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 #328ACE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 138 | 206 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.19 |
| HSL | 206.15º | 0.61% | 0.5% | - |
| HSV(B) | 206.15º | 0.76% | 0.81% | - |
| XYZ | 21.54 | 23.31 | 61.76 | - |
| YUV | 119.44 | 176.85 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 206 | 0.76 | 0.33 | 0 | 0.19 | 206.15 | 0.61 | 0.5 |
| Hex | 32 | 8A | CE | 4C | 21 | 0 | 13 | CE | 3D | 32 |
| Octal | 62 | 212 | 316 | 114 | 41 | 0 | 23 | 316 | 75 | 62 |
| Binary | 110010 | 10001010 | 11001110 | 1001100 | 100001 | 0 | 10011 | 11001110 | 111101 | 110010 |
Color Harmonies of #328ACE
Complementary color
Monochromatic Colors of #328ACE
Black with #328ACE
Text Example
Text Example
White with #328ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ACE; }
p { color: rgb(50,138,206); }
H1.HeaderClassName
{
color: #328ACE;
}
.AnyTagClassName
{
color: #328ACE;
}
</style>
background-color css
<style>
a { background-color: #328ACE; }
a { background-color: rgb(50,138,206); }
div.DivClassName
{
background-color: #328ACE;
}
.BgClassName
{
background-color: #328ACE;
}
</style>
border-color css
<style>
span { border-color: #328ACE; }
span { border-color: rgb(50,138,206); }
td.TdClassName
{
border-color: #328ACE;
}
.TagClassName
{
border-color: #328ACE;
}
</style>