Shades of Curious Blue #327BC9
Tints of Curious Blue #327BC9
RGB
CMYK
RGB Variations
Color information
#327BC9 (or 0x327BC9) is known color: Curious Blue. HEX triplet: 32, 7B and C9. RGB value is (50,123,201). Sum of RGB (Red+Green+Blue) = 50+123+201=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #327BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BC9 is #CD8436. Grayscale: #6D6D6D. Windows color (decimal): -13468727 or 13204274. OLE color: 13204274.
HSL color Cylindrical-coordinate representation of color #327BC9: hue angle of 210.99º 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 #327BC9 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 123 | 201 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.21 |
| HSL | 210.99º | 0.6% | 0.49% | - |
| HSV(B) | 210.99º | 0.75% | 0.79% | - |
| XYZ | 18.94 | 19.06 | 57.94 | - |
| YUV | 110.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 201 | 0.75 | 0.39 | 0 | 0.21 | 210.99 | 0.6 | 0.49 |
| Hex | 32 | 7B | C9 | 4B | 27 | 0 | 15 | D3 | 3C | 31 |
| Octal | 62 | 173 | 311 | 113 | 47 | 0 | 25 | 323 | 74 | 61 |
| Binary | 110010 | 1111011 | 11001001 | 1001011 | 100111 | 0 | 10101 | 11010011 | 111100 | 110001 |
Color Harmonies of #327BC9
Complementary color
Monochromatic Colors of #327BC9
Black with #327BC9
Text Example
Text Example
White with #327BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BC9; }
p { color: rgb(50,123,201); }
H1.HeaderClassName
{
color: #327BC9;
}
.AnyTagClassName
{
color: #327BC9;
}
</style>
background-color css
<style>
a { background-color: #327BC9; }
a { background-color: rgb(50,123,201); }
div.DivClassName
{
background-color: #327BC9;
}
.BgClassName
{
background-color: #327BC9;
}
</style>
border-color css
<style>
span { border-color: #327BC9; }
span { border-color: rgb(50,123,201); }
td.TdClassName
{
border-color: #327BC9;
}
.TagClassName
{
border-color: #327BC9;
}
</style>