Shades of Curious Blue #326FC5
Tints of Curious Blue #326FC5
RGB
CMYK
RGB Variations
Color information
#326FC5 (or 0x326FC5) is known color: Curious Blue. HEX triplet: 32, 6F and C5. RGB value is (50,111,197). Sum of RGB (Red+Green+Blue) = 50+111+197=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #326FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FC5 is #CD903A. Grayscale: #666666. Windows color (decimal): -13471803 or 12939058. OLE color: 12939058.
HSL color Cylindrical-coordinate representation of color #326FC5: hue angle of 215.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326FC5 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 111 | 197 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.23 |
| HSL | 215.1º | 0.6% | 0.48% | - |
| HSV(B) | 215.1º | 0.75% | 0.77% | - |
| XYZ | 17.08 | 16.08 | 55.03 | - |
| YUV | 102.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 197 | 0.75 | 0.44 | 0 | 0.23 | 215.1 | 0.6 | 0.48 |
| Hex | 32 | 6F | C5 | 4B | 2C | 0 | 17 | D7 | 3C | 30 |
| Octal | 62 | 157 | 305 | 113 | 54 | 0 | 27 | 327 | 74 | 60 |
| Binary | 110010 | 1101111 | 11000101 | 1001011 | 101100 | 0 | 10111 | 11010111 | 111100 | 110000 |
Color Harmonies of #326FC5
Complementary color
Monochromatic Colors of #326FC5
Black with #326FC5
Text Example
Text Example
White with #326FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FC5; }
p { color: rgb(50,111,197); }
H1.HeaderClassName
{
color: #326FC5;
}
.AnyTagClassName
{
color: #326FC5;
}
</style>
background-color css
<style>
a { background-color: #326FC5; }
a { background-color: rgb(50,111,197); }
div.DivClassName
{
background-color: #326FC5;
}
.BgClassName
{
background-color: #326FC5;
}
</style>
border-color css
<style>
span { border-color: #326FC5; }
span { border-color: rgb(50,111,197); }
td.TdClassName
{
border-color: #326FC5;
}
.TagClassName
{
border-color: #326FC5;
}
</style>