Shades of Curious Blue #327FBB
Tints of Curious Blue #327FBB
RGB
CMYK
RGB Variations
Color information
#327FBB (or 0x327FBB) is known color: Curious Blue. HEX triplet: 32, 7F and BB. RGB value is (50,127,187). Sum of RGB (Red+Green+Blue) = 50+127+187=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #327FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FBB is #CD8044. Grayscale: #6E6E6E. Windows color (decimal): -13467717 or 12287794. OLE color: 12287794.
HSL color Cylindrical-coordinate representation of color #327FBB: hue angle of 206.28º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327FBB is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 127 | 187 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.27 |
| HSL | 206.28º | 0.58% | 0.46% | - |
| HSV(B) | 206.28º | 0.73% | 0.73% | - |
| XYZ | 17.87 | 19.44 | 49.82 | - |
| YUV | 110.82 | 170.99 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 187 | 0.73 | 0.32 | 0 | 0.27 | 206.28 | 0.58 | 0.46 |
| Hex | 32 | 7F | BB | 49 | 20 | 0 | 1B | CE | 3A | 2E |
| Octal | 62 | 177 | 273 | 111 | 40 | 0 | 33 | 316 | 72 | 56 |
| Binary | 110010 | 1111111 | 10111011 | 1001001 | 100000 | 0 | 11011 | 11001110 | 111010 | 101110 |
Color Harmonies of #327FBB
Complementary color
Monochromatic Colors of #327FBB
Black with #327FBB
Text Example
Text Example
White with #327FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FBB; }
p { color: rgb(50,127,187); }
H1.HeaderClassName
{
color: #327FBB;
}
.AnyTagClassName
{
color: #327FBB;
}
</style>
background-color css
<style>
a { background-color: #327FBB; }
a { background-color: rgb(50,127,187); }
div.DivClassName
{
background-color: #327FBB;
}
.BgClassName
{
background-color: #327FBB;
}
</style>
border-color css
<style>
span { border-color: #327FBB; }
span { border-color: rgb(50,127,187); }
td.TdClassName
{
border-color: #327FBB;
}
.TagClassName
{
border-color: #327FBB;
}
</style>