Shades of Curious Blue #328ADC
Tints of Curious Blue #328ADC
RGB
CMYK
RGB Variations
Color information
#328ADC (or 0x328ADC) is known color: Curious Blue. HEX triplet: 32, 8A and DC. RGB value is (50,138,220). Sum of RGB (Red+Green+Blue) = 50+138+220=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #328ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ADC is #CD7523. Grayscale: #787878. Windows color (decimal): -13464868 or 14453298. OLE color: 14453298.
HSL color Cylindrical-coordinate representation of color #328ADC: hue angle of 208.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328ADC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 138 | 220 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.14 |
| HSL | 208.94º | 0.71% | 0.53% | - |
| HSV(B) | 208.94º | 0.77% | 0.86% | - |
| XYZ | 23.32 | 24.02 | 71.12 | - |
| YUV | 121.04 | 183.85 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 220 | 0.77 | 0.37 | 0 | 0.14 | 208.94 | 0.71 | 0.53 |
| Hex | 32 | 8A | DC | 4D | 25 | 0 | E | D1 | 47 | 35 |
| Octal | 62 | 212 | 334 | 115 | 45 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110010 | 10001010 | 11011100 | 1001101 | 100101 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #328ADC
Complementary color
Monochromatic Colors of #328ADC
Black with #328ADC
Text Example
Text Example
White with #328ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ADC; }
p { color: rgb(50,138,220); }
H1.HeaderClassName
{
color: #328ADC;
}
.AnyTagClassName
{
color: #328ADC;
}
</style>
background-color css
<style>
a { background-color: #328ADC; }
a { background-color: rgb(50,138,220); }
div.DivClassName
{
background-color: #328ADC;
}
.BgClassName
{
background-color: #328ADC;
}
</style>
border-color css
<style>
span { border-color: #328ADC; }
span { border-color: rgb(50,138,220); }
td.TdClassName
{
border-color: #328ADC;
}
.TagClassName
{
border-color: #328ADC;
}
</style>