Shades of Curious Blue #326FBA
Tints of Curious Blue #326FBA
RGB
CMYK
RGB Variations
Color information
#326FBA (or 0x326FBA) is known color: Curious Blue. HEX triplet: 32, 6F and BA. RGB value is (50,111,186). Sum of RGB (Red+Green+Blue) = 50+111+186=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #326FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FBA is #CD9045. Grayscale: #646464. Windows color (decimal): -13471814 or 12218162. OLE color: 12218162.
HSL color Cylindrical-coordinate representation of color #326FBA: hue angle of 213.09º 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 #326FBA is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 111 | 186 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.27 |
| HSL | 213.09º | 0.58% | 0.46% | - |
| HSV(B) | 213.09º | 0.73% | 0.73% | - |
| XYZ | 15.86 | 15.59 | 48.63 | - |
| YUV | 101.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 186 | 0.73 | 0.40 | 0 | 0.27 | 213.09 | 0.58 | 0.46 |
| Hex | 32 | 6F | BA | 49 | 28 | 0 | 1B | D5 | 3A | 2E |
| Octal | 62 | 157 | 272 | 111 | 50 | 0 | 33 | 325 | 72 | 56 |
| Binary | 110010 | 1101111 | 10111010 | 1001001 | 101000 | 0 | 11011 | 11010101 | 111010 | 101110 |
Color Harmonies of #326FBA
Complementary color
Monochromatic Colors of #326FBA
Black with #326FBA
Text Example
Text Example
White with #326FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FBA; }
p { color: rgb(50,111,186); }
H1.HeaderClassName
{
color: #326FBA;
}
.AnyTagClassName
{
color: #326FBA;
}
</style>
background-color css
<style>
a { background-color: #326FBA; }
a { background-color: rgb(50,111,186); }
div.DivClassName
{
background-color: #326FBA;
}
.BgClassName
{
background-color: #326FBA;
}
</style>
border-color css
<style>
span { border-color: #326FBA; }
span { border-color: rgb(50,111,186); }
td.TdClassName
{
border-color: #326FBA;
}
.TagClassName
{
border-color: #326FBA;
}
</style>