Shades of Curious Blue #327EC4
Tints of Curious Blue #327EC4
RGB
CMYK
RGB Variations
Color information
#327EC4 (or 0x327EC4) is known color: Curious Blue. HEX triplet: 32, 7E and C4. RGB value is (50,126,196). Sum of RGB (Red+Green+Blue) = 50+126+196=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #327EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC4 is #CD813B. Grayscale: #6E6E6E. Windows color (decimal): -13467964 or 12877362. OLE color: 12877362.
HSL color Cylindrical-coordinate representation of color #327EC4: hue angle of 208.77º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327EC4 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 126 | 196 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.23 |
| HSL | 208.77º | 0.59% | 0.48% | - |
| HSV(B) | 208.77º | 0.74% | 0.77% | - |
| XYZ | 18.74 | 19.59 | 55.02 | - |
| YUV | 111.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 196 | 0.74 | 0.36 | 0 | 0.23 | 208.77 | 0.59 | 0.48 |
| Hex | 32 | 7E | C4 | 4A | 24 | 0 | 17 | D1 | 3B | 30 |
| Octal | 62 | 176 | 304 | 112 | 44 | 0 | 27 | 321 | 73 | 60 |
| Binary | 110010 | 1111110 | 11000100 | 1001010 | 100100 | 0 | 10111 | 11010001 | 111011 | 110000 |
Color Harmonies of #327EC4
Complementary color
Monochromatic Colors of #327EC4
Black with #327EC4
Text Example
Text Example
White with #327EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EC4; }
p { color: rgb(50,126,196); }
H1.HeaderClassName
{
color: #327EC4;
}
.AnyTagClassName
{
color: #327EC4;
}
</style>
background-color css
<style>
a { background-color: #327EC4; }
a { background-color: rgb(50,126,196); }
div.DivClassName
{
background-color: #327EC4;
}
.BgClassName
{
background-color: #327EC4;
}
</style>
border-color css
<style>
span { border-color: #327EC4; }
span { border-color: rgb(50,126,196); }
td.TdClassName
{
border-color: #327EC4;
}
.TagClassName
{
border-color: #327EC4;
}
</style>