Shades of Curious Blue #326FBC
Tints of Curious Blue #326FBC
RGB
CMYK
RGB Variations
Color information
#326FBC (or 0x326FBC) is known color: Curious Blue. HEX triplet: 32, 6F and BC. RGB value is (50,111,188). Sum of RGB (Red+Green+Blue) = 50+111+188=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #326FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FBC is #CD9043. Grayscale: #656565. Windows color (decimal): -13471812 or 12349234. OLE color: 12349234.
HSL color Cylindrical-coordinate representation of color #326FBC: hue angle of 213.48º 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 #326FBC is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 111 | 188 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.26 |
| HSL | 213.48º | 0.58% | 0.47% | - |
| HSV(B) | 213.48º | 0.73% | 0.74% | - |
| XYZ | 16.08 | 15.68 | 49.76 | - |
| YUV | 101.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 188 | 0.73 | 0.41 | 0 | 0.26 | 213.48 | 0.58 | 0.47 |
| Hex | 32 | 6F | BC | 49 | 29 | 0 | 1A | D5 | 3A | 2F |
| Octal | 62 | 157 | 274 | 111 | 51 | 0 | 32 | 325 | 72 | 57 |
| Binary | 110010 | 1101111 | 10111100 | 1001001 | 101001 | 0 | 11010 | 11010101 | 111010 | 101111 |
Color Harmonies of #326FBC
Complementary color
Monochromatic Colors of #326FBC
Black with #326FBC
Text Example
Text Example
White with #326FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FBC; }
p { color: rgb(50,111,188); }
H1.HeaderClassName
{
color: #326FBC;
}
.AnyTagClassName
{
color: #326FBC;
}
</style>
background-color css
<style>
a { background-color: #326FBC; }
a { background-color: rgb(50,111,188); }
div.DivClassName
{
background-color: #326FBC;
}
.BgClassName
{
background-color: #326FBC;
}
</style>
border-color css
<style>
span { border-color: #326FBC; }
span { border-color: rgb(50,111,188); }
td.TdClassName
{
border-color: #326FBC;
}
.TagClassName
{
border-color: #326FBC;
}
</style>