Shades of Curious Blue #326FC2
Tints of Curious Blue #326FC2
RGB
CMYK
RGB Variations
Color information
#326FC2 (or 0x326FC2) is known color: Curious Blue. HEX triplet: 32, 6F and C2. RGB value is (50,111,194). Sum of RGB (Red+Green+Blue) = 50+111+194=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #326FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FC2 is #CD903D. Grayscale: #656565. Windows color (decimal): -13471806 or 12742450. OLE color: 12742450.
HSL color Cylindrical-coordinate representation of color #326FC2: hue angle of 214.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326FC2 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 111 | 194 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.24 |
| HSL | 214.58º | 0.59% | 0.48% | - |
| HSV(B) | 214.58º | 0.74% | 0.76% | - |
| XYZ | 16.74 | 15.94 | 53.23 | - |
| YUV | 102.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 194 | 0.74 | 0.43 | 0 | 0.24 | 214.58 | 0.59 | 0.48 |
| Hex | 32 | 6F | C2 | 4A | 2B | 0 | 18 | D7 | 3B | 30 |
| Octal | 62 | 157 | 302 | 112 | 53 | 0 | 30 | 327 | 73 | 60 |
| Binary | 110010 | 1101111 | 11000010 | 1001010 | 101011 | 0 | 11000 | 11010111 | 111011 | 110000 |
Color Harmonies of #326FC2
Complementary color
Monochromatic Colors of #326FC2
Black with #326FC2
Text Example
Text Example
White with #326FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FC2; }
p { color: rgb(50,111,194); }
H1.HeaderClassName
{
color: #326FC2;
}
.AnyTagClassName
{
color: #326FC2;
}
</style>
background-color css
<style>
a { background-color: #326FC2; }
a { background-color: rgb(50,111,194); }
div.DivClassName
{
background-color: #326FC2;
}
.BgClassName
{
background-color: #326FC2;
}
</style>
border-color css
<style>
span { border-color: #326FC2; }
span { border-color: rgb(50,111,194); }
td.TdClassName
{
border-color: #326FC2;
}
.TagClassName
{
border-color: #326FC2;
}
</style>