Shades of Curious Blue #326EC4
Tints of Curious Blue #326EC4
RGB
CMYK
RGB Variations
Color information
#326EC4 (or 0x326EC4) is known color: Curious Blue. HEX triplet: 32, 6E and C4. RGB value is (50,110,196). Sum of RGB (Red+Green+Blue) = 50+110+196=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 196 (76.95% from 255 or 55.06% from 356); Max value from RGB is 196 - color contains mainly: blue. Hex color #326EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EC4 is #CD913B. Grayscale: #656565. Windows color (decimal): -13472060 or 12873266. OLE color: 12873266.
HSL color Cylindrical-coordinate representation of color #326EC4: hue angle of 215.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326EC4 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 110 | 196 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.23 |
| HSL | 215.34º | 0.59% | 0.48% | - |
| HSV(B) | 215.34º | 0.74% | 0.77% | - |
| XYZ | 16.86 | 15.82 | 54.39 | - |
| YUV | 101.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 196 | 0.74 | 0.44 | 0 | 0.23 | 215.34 | 0.59 | 0.48 |
| Hex | 32 | 6E | C4 | 4A | 2C | 0 | 17 | D7 | 3B | 30 |
| Octal | 62 | 156 | 304 | 112 | 54 | 0 | 27 | 327 | 73 | 60 |
| Binary | 110010 | 1101110 | 11000100 | 1001010 | 101100 | 0 | 10111 | 11010111 | 111011 | 110000 |
Color Harmonies of #326EC4
Complementary color
Monochromatic Colors of #326EC4
Black with #326EC4
Text Example
Text Example
White with #326EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EC4; }
p { color: rgb(50,110,196); }
H1.HeaderClassName
{
color: #326EC4;
}
.AnyTagClassName
{
color: #326EC4;
}
</style>
background-color css
<style>
a { background-color: #326EC4; }
a { background-color: rgb(50,110,196); }
div.DivClassName
{
background-color: #326EC4;
}
.BgClassName
{
background-color: #326EC4;
}
</style>
border-color css
<style>
span { border-color: #326EC4; }
span { border-color: rgb(50,110,196); }
td.TdClassName
{
border-color: #326EC4;
}
.TagClassName
{
border-color: #326EC4;
}
</style>