Shades of Curious Blue #326DBD
Tints of Curious Blue #326DBD
RGB
CMYK
RGB Variations
Color information
#326DBD (or 0x326DBD) is known color: Curious Blue. HEX triplet: 32, 6D and BD. RGB value is (50,109,189). Sum of RGB (Red+Green+Blue) = 50+109+189=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #326DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DBD is #CD9242. Grayscale: #646464. Windows color (decimal): -13472323 or 12414258. OLE color: 12414258.
HSL color Cylindrical-coordinate representation of color #326DBD: hue angle of 214.53º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326DBD is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 109 | 189 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.26 |
| HSL | 214.53º | 0.58% | 0.47% | - |
| HSV(B) | 214.53º | 0.74% | 0.74% | - |
| XYZ | 15.97 | 15.29 | 50.25 | - |
| YUV | 100.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 189 | 0.74 | 0.42 | 0 | 0.26 | 214.53 | 0.58 | 0.47 |
| Hex | 32 | 6D | BD | 4A | 2A | 0 | 1A | D7 | 3A | 2F |
| Octal | 62 | 155 | 275 | 112 | 52 | 0 | 32 | 327 | 72 | 57 |
| Binary | 110010 | 1101101 | 10111101 | 1001010 | 101010 | 0 | 11010 | 11010111 | 111010 | 101111 |
Color Harmonies of #326DBD
Complementary color
Monochromatic Colors of #326DBD
Black with #326DBD
Text Example
Text Example
White with #326DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DBD; }
p { color: rgb(50,109,189); }
H1.HeaderClassName
{
color: #326DBD;
}
.AnyTagClassName
{
color: #326DBD;
}
</style>
background-color css
<style>
a { background-color: #326DBD; }
a { background-color: rgb(50,109,189); }
div.DivClassName
{
background-color: #326DBD;
}
.BgClassName
{
background-color: #326DBD;
}
</style>
border-color css
<style>
span { border-color: #326DBD; }
span { border-color: rgb(50,109,189); }
td.TdClassName
{
border-color: #326DBD;
}
.TagClassName
{
border-color: #326DBD;
}
</style>