Shades of Curious Blue #327BBF
Tints of Curious Blue #327BBF
RGB
CMYK
RGB Variations
Color information
#327BBF (or 0x327BBF) is known color: Curious Blue. HEX triplet: 32, 7B and BF. RGB value is (50,123,191). Sum of RGB (Red+Green+Blue) = 50+123+191=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #327BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BBF is #CD8440. Grayscale: #6C6C6C. Windows color (decimal): -13468737 or 12548914. OLE color: 12548914.
HSL color Cylindrical-coordinate representation of color #327BBF: hue angle of 208.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327BBF is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 123 | 191 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.25 |
| HSL | 208.94º | 0.59% | 0.47% | - |
| HSV(B) | 208.94º | 0.74% | 0.75% | - |
| XYZ | 17.8 | 18.61 | 51.94 | - |
| YUV | 108.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 191 | 0.74 | 0.36 | 0 | 0.25 | 208.94 | 0.59 | 0.47 |
| Hex | 32 | 7B | BF | 4A | 24 | 0 | 19 | D1 | 3B | 2F |
| Octal | 62 | 173 | 277 | 112 | 44 | 0 | 31 | 321 | 73 | 57 |
| Binary | 110010 | 1111011 | 10111111 | 1001010 | 100100 | 0 | 11001 | 11010001 | 111011 | 101111 |
Color Harmonies of #327BBF
Complementary color
Monochromatic Colors of #327BBF
Black with #327BBF
Text Example
Text Example
White with #327BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BBF; }
p { color: rgb(50,123,191); }
H1.HeaderClassName
{
color: #327BBF;
}
.AnyTagClassName
{
color: #327BBF;
}
</style>
background-color css
<style>
a { background-color: #327BBF; }
a { background-color: rgb(50,123,191); }
div.DivClassName
{
background-color: #327BBF;
}
.BgClassName
{
background-color: #327BBF;
}
</style>
border-color css
<style>
span { border-color: #327BBF; }
span { border-color: rgb(50,123,191); }
td.TdClassName
{
border-color: #327BBF;
}
.TagClassName
{
border-color: #327BBF;
}
</style>