Shades of Curious Blue #327EC3
Tints of Curious Blue #327EC3
RGB
CMYK
RGB Variations
Color information
#327EC3 (or 0x327EC3) is known color: Curious Blue. HEX triplet: 32, 7E and C3. RGB value is (50,126,195). Sum of RGB (Red+Green+Blue) = 50+126+195=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #327EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC3 is #CD813C. Grayscale: #6E6E6E. Windows color (decimal): -13467965 or 12811826. OLE color: 12811826.
HSL color Cylindrical-coordinate representation of color #327EC3: hue angle of 208.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327EC3 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 126 | 195 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.24 |
| HSL | 208.55º | 0.59% | 0.48% | - |
| HSV(B) | 208.55º | 0.74% | 0.76% | - |
| XYZ | 18.63 | 19.54 | 54.42 | - |
| YUV | 111.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 195 | 0.74 | 0.35 | 0 | 0.24 | 208.55 | 0.59 | 0.48 |
| Hex | 32 | 7E | C3 | 4A | 23 | 0 | 18 | D1 | 3B | 30 |
| Octal | 62 | 176 | 303 | 112 | 43 | 0 | 30 | 321 | 73 | 60 |
| Binary | 110010 | 1111110 | 11000011 | 1001010 | 100011 | 0 | 11000 | 11010001 | 111011 | 110000 |
Color Harmonies of #327EC3
Complementary color
Monochromatic Colors of #327EC3
Black with #327EC3
Text Example
Text Example
White with #327EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EC3; }
p { color: rgb(50,126,195); }
H1.HeaderClassName
{
color: #327EC3;
}
.AnyTagClassName
{
color: #327EC3;
}
</style>
background-color css
<style>
a { background-color: #327EC3; }
a { background-color: rgb(50,126,195); }
div.DivClassName
{
background-color: #327EC3;
}
.BgClassName
{
background-color: #327EC3;
}
</style>
border-color css
<style>
span { border-color: #327EC3; }
span { border-color: rgb(50,126,195); }
td.TdClassName
{
border-color: #327EC3;
}
.TagClassName
{
border-color: #327EC3;
}
</style>