Shades of Curious Blue #327FBC
Tints of Curious Blue #327FBC
RGB
CMYK
RGB Variations
Color information
#327FBC (or 0x327FBC) is known color: Curious Blue. HEX triplet: 32, 7F and BC. RGB value is (50,127,188). Sum of RGB (Red+Green+Blue) = 50+127+188=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #327FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FBC is #CD8043. Grayscale: #6E6E6E. Windows color (decimal): -13467716 or 12353330. OLE color: 12353330.
HSL color Cylindrical-coordinate representation of color #327FBC: hue angle of 206.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327FBC is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 127 | 188 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.26 |
| HSL | 206.52º | 0.58% | 0.47% | - |
| HSV(B) | 206.52º | 0.73% | 0.74% | - |
| XYZ | 17.98 | 19.49 | 50.39 | - |
| YUV | 110.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 188 | 0.73 | 0.32 | 0 | 0.26 | 206.52 | 0.58 | 0.47 |
| Hex | 32 | 7F | BC | 49 | 20 | 0 | 1A | CF | 3A | 2F |
| Octal | 62 | 177 | 274 | 111 | 40 | 0 | 32 | 317 | 72 | 57 |
| Binary | 110010 | 1111111 | 10111100 | 1001001 | 100000 | 0 | 11010 | 11001111 | 111010 | 101111 |
Color Harmonies of #327FBC
Complementary color
Monochromatic Colors of #327FBC
Black with #327FBC
Text Example
Text Example
White with #327FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FBC; }
p { color: rgb(50,127,188); }
H1.HeaderClassName
{
color: #327FBC;
}
.AnyTagClassName
{
color: #327FBC;
}
</style>
background-color css
<style>
a { background-color: #327FBC; }
a { background-color: rgb(50,127,188); }
div.DivClassName
{
background-color: #327FBC;
}
.BgClassName
{
background-color: #327FBC;
}
</style>
border-color css
<style>
span { border-color: #327FBC; }
span { border-color: rgb(50,127,188); }
td.TdClassName
{
border-color: #327FBC;
}
.TagClassName
{
border-color: #327FBC;
}
</style>