Shades of Curious Blue #327CCD
Tints of Curious Blue #327CCD
RGB
CMYK
RGB Variations
Color information
#327CCD (or 0x327CCD) is known color: Curious Blue. HEX triplet: 32, 7C and CD. RGB value is (50,124,205). Sum of RGB (Red+Green+Blue) = 50+124+205=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #327CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CCD is #CD8332. Grayscale: #6E6E6E. Windows color (decimal): -13468467 or 13466674. OLE color: 13466674.
HSL color Cylindrical-coordinate representation of color #327CCD: hue angle of 211.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327CCD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 124 | 205 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.20 |
| HSL | 211.35º | 0.61% | 0.5% | - |
| HSV(B) | 211.35º | 0.76% | 0.8% | - |
| XYZ | 19.54 | 19.5 | 60.49 | - |
| YUV | 111.11 | 180.98 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 205 | 0.76 | 0.40 | 0 | 0.20 | 211.35 | 0.61 | 0.5 |
| Hex | 32 | 7C | CD | 4C | 28 | 0 | 14 | D3 | 3D | 32 |
| Octal | 62 | 174 | 315 | 114 | 50 | 0 | 24 | 323 | 75 | 62 |
| Binary | 110010 | 1111100 | 11001101 | 1001100 | 101000 | 0 | 10100 | 11010011 | 111101 | 110010 |
Color Harmonies of #327CCD
Complementary color
Monochromatic Colors of #327CCD
Black with #327CCD
Text Example
Text Example
White with #327CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CCD; }
p { color: rgb(50,124,205); }
H1.HeaderClassName
{
color: #327CCD;
}
.AnyTagClassName
{
color: #327CCD;
}
</style>
background-color css
<style>
a { background-color: #327CCD; }
a { background-color: rgb(50,124,205); }
div.DivClassName
{
background-color: #327CCD;
}
.BgClassName
{
background-color: #327CCD;
}
</style>
border-color css
<style>
span { border-color: #327CCD; }
span { border-color: rgb(50,124,205); }
td.TdClassName
{
border-color: #327CCD;
}
.TagClassName
{
border-color: #327CCD;
}
</style>