Shades of Curious Blue #327EC9
Tints of Curious Blue #327EC9
RGB
CMYK
RGB Variations
Color information
#327EC9 (or 0x327EC9) is known color: Curious Blue. HEX triplet: 32, 7E and C9. RGB value is (50,126,201). Sum of RGB (Red+Green+Blue) = 50+126+201=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #327EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC9 is #CD8136. Grayscale: #6F6F6F. Windows color (decimal): -13467959 or 13205042. OLE color: 13205042.
HSL color Cylindrical-coordinate representation of color #327EC9: hue angle of 209.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327EC9 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 126 | 201 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.21 |
| HSL | 209.8º | 0.6% | 0.49% | - |
| HSV(B) | 209.8º | 0.75% | 0.79% | - |
| XYZ | 19.32 | 19.82 | 58.07 | - |
| YUV | 111.83 | 178.32 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 201 | 0.75 | 0.37 | 0 | 0.21 | 209.8 | 0.6 | 0.49 |
| Hex | 32 | 7E | C9 | 4B | 25 | 0 | 15 | D2 | 3C | 31 |
| Octal | 62 | 176 | 311 | 113 | 45 | 0 | 25 | 322 | 74 | 61 |
| Binary | 110010 | 1111110 | 11001001 | 1001011 | 100101 | 0 | 10101 | 11010010 | 111100 | 110001 |
Color Harmonies of #327EC9
Complementary color
Monochromatic Colors of #327EC9
Black with #327EC9
Text Example
Text Example
White with #327EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EC9; }
p { color: rgb(50,126,201); }
H1.HeaderClassName
{
color: #327EC9;
}
.AnyTagClassName
{
color: #327EC9;
}
</style>
background-color css
<style>
a { background-color: #327EC9; }
a { background-color: rgb(50,126,201); }
div.DivClassName
{
background-color: #327EC9;
}
.BgClassName
{
background-color: #327EC9;
}
</style>
border-color css
<style>
span { border-color: #327EC9; }
span { border-color: rgb(50,126,201); }
td.TdClassName
{
border-color: #327EC9;
}
.TagClassName
{
border-color: #327EC9;
}
</style>