Shades of Curious Blue #326DBC
Tints of Curious Blue #326DBC
RGB
CMYK
RGB Variations
Color information
#326DBC (or 0x326DBC) is known color: Curious Blue. HEX triplet: 32, 6D and BC. RGB value is (50,109,188). Sum of RGB (Red+Green+Blue) = 50+109+188=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #326DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DBC is #CD9243. Grayscale: #636363. Windows color (decimal): -13472324 or 12348722. OLE color: 12348722.
HSL color Cylindrical-coordinate representation of color #326DBC: hue angle of 214.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326DBC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 109 | 188 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.26 |
| HSL | 214.35º | 0.58% | 0.47% | - |
| HSV(B) | 214.35º | 0.73% | 0.74% | - |
| XYZ | 15.86 | 15.25 | 49.68 | - |
| YUV | 100.37 | 177.45 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 188 | 0.73 | 0.42 | 0 | 0.26 | 214.35 | 0.58 | 0.47 |
| Hex | 32 | 6D | BC | 49 | 2A | 0 | 1A | D6 | 3A | 2F |
| Octal | 62 | 155 | 274 | 111 | 52 | 0 | 32 | 326 | 72 | 57 |
| Binary | 110010 | 1101101 | 10111100 | 1001001 | 101010 | 0 | 11010 | 11010110 | 111010 | 101111 |
Color Harmonies of #326DBC
Complementary color
Monochromatic Colors of #326DBC
Black with #326DBC
Text Example
Text Example
White with #326DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DBC; }
p { color: rgb(50,109,188); }
H1.HeaderClassName
{
color: #326DBC;
}
.AnyTagClassName
{
color: #326DBC;
}
</style>
background-color css
<style>
a { background-color: #326DBC; }
a { background-color: rgb(50,109,188); }
div.DivClassName
{
background-color: #326DBC;
}
.BgClassName
{
background-color: #326DBC;
}
</style>
border-color css
<style>
span { border-color: #326DBC; }
span { border-color: rgb(50,109,188); }
td.TdClassName
{
border-color: #326DBC;
}
.TagClassName
{
border-color: #326DBC;
}
</style>