Shades of Curious Blue #326FBB
Tints of Curious Blue #326FBB
RGB
CMYK
RGB Variations
Color information
#326FBB (or 0x326FBB) is known color: Curious Blue. HEX triplet: 32, 6F and BB. RGB value is (50,111,187). Sum of RGB (Red+Green+Blue) = 50+111+187=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #326FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FBB is #CD9044. Grayscale: #656565. Windows color (decimal): -13471813 or 12283698. OLE color: 12283698.
HSL color Cylindrical-coordinate representation of color #326FBB: hue angle of 213.28º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326FBB is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 111 | 187 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.27 |
| HSL | 213.28º | 0.58% | 0.46% | - |
| HSV(B) | 213.28º | 0.73% | 0.73% | - |
| XYZ | 15.97 | 15.63 | 49.19 | - |
| YUV | 101.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 187 | 0.73 | 0.41 | 0 | 0.27 | 213.28 | 0.58 | 0.46 |
| Hex | 32 | 6F | BB | 49 | 29 | 0 | 1B | D5 | 3A | 2E |
| Octal | 62 | 157 | 273 | 111 | 51 | 0 | 33 | 325 | 72 | 56 |
| Binary | 110010 | 1101111 | 10111011 | 1001001 | 101001 | 0 | 11011 | 11010101 | 111010 | 101110 |
Color Harmonies of #326FBB
Complementary color
Monochromatic Colors of #326FBB
Black with #326FBB
Text Example
Text Example
White with #326FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FBB; }
p { color: rgb(50,111,187); }
H1.HeaderClassName
{
color: #326FBB;
}
.AnyTagClassName
{
color: #326FBB;
}
</style>
background-color css
<style>
a { background-color: #326FBB; }
a { background-color: rgb(50,111,187); }
div.DivClassName
{
background-color: #326FBB;
}
.BgClassName
{
background-color: #326FBB;
}
</style>
border-color css
<style>
span { border-color: #326FBB; }
span { border-color: rgb(50,111,187); }
td.TdClassName
{
border-color: #326FBB;
}
.TagClassName
{
border-color: #326FBB;
}
</style>