Shades of Curious Blue #327DC9
Tints of Curious Blue #327DC9
RGB
CMYK
RGB Variations
Color information
#327DC9 (or 0x327DC9) is known color: Curious Blue. HEX triplet: 32, 7D and C9. RGB value is (50,125,201). Sum of RGB (Red+Green+Blue) = 50+125+201=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #327DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DC9 is #CD8236. Grayscale: #6E6E6E. Windows color (decimal): -13468215 or 13204786. OLE color: 13204786.
HSL color Cylindrical-coordinate representation of color #327DC9: hue angle of 210.2º 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 #327DC9 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 125 | 201 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.21 |
| HSL | 210.2º | 0.6% | 0.49% | - |
| HSV(B) | 210.2º | 0.75% | 0.79% | - |
| XYZ | 19.19 | 19.56 | 58.02 | - |
| YUV | 111.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 201 | 0.75 | 0.38 | 0 | 0.21 | 210.2 | 0.6 | 0.49 |
| Hex | 32 | 7D | C9 | 4B | 26 | 0 | 15 | D2 | 3C | 31 |
| Octal | 62 | 175 | 311 | 113 | 46 | 0 | 25 | 322 | 74 | 61 |
| Binary | 110010 | 1111101 | 11001001 | 1001011 | 100110 | 0 | 10101 | 11010010 | 111100 | 110001 |
Color Harmonies of #327DC9
Complementary color
Monochromatic Colors of #327DC9
Black with #327DC9
Text Example
Text Example
White with #327DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DC9; }
p { color: rgb(50,125,201); }
H1.HeaderClassName
{
color: #327DC9;
}
.AnyTagClassName
{
color: #327DC9;
}
</style>
background-color css
<style>
a { background-color: #327DC9; }
a { background-color: rgb(50,125,201); }
div.DivClassName
{
background-color: #327DC9;
}
.BgClassName
{
background-color: #327DC9;
}
</style>
border-color css
<style>
span { border-color: #327DC9; }
span { border-color: rgb(50,125,201); }
td.TdClassName
{
border-color: #327DC9;
}
.TagClassName
{
border-color: #327DC9;
}
</style>