Shades of Curious Blue #327DC1
Tints of Curious Blue #327DC1
RGB
CMYK
RGB Variations
Color information
#327DC1 (or 0x327DC1) is known color: Curious Blue. HEX triplet: 32, 7D and C1. RGB value is (50,125,193). Sum of RGB (Red+Green+Blue) = 50+125+193=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #327DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DC1 is #CD823E. Grayscale: #6D6D6D. Windows color (decimal): -13468223 or 12680498. OLE color: 12680498.
HSL color Cylindrical-coordinate representation of color #327DC1: hue angle of 208.53º 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 #327DC1 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 125 | 193 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.24 |
| HSL | 208.53º | 0.59% | 0.48% | - |
| HSV(B) | 208.53º | 0.74% | 0.76% | - |
| XYZ | 18.27 | 19.2 | 53.19 | - |
| YUV | 110.33 | 174.65 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 193 | 0.74 | 0.35 | 0 | 0.24 | 208.53 | 0.59 | 0.48 |
| Hex | 32 | 7D | C1 | 4A | 23 | 0 | 18 | D1 | 3B | 30 |
| Octal | 62 | 175 | 301 | 112 | 43 | 0 | 30 | 321 | 73 | 60 |
| Binary | 110010 | 1111101 | 11000001 | 1001010 | 100011 | 0 | 11000 | 11010001 | 111011 | 110000 |
Color Harmonies of #327DC1
Complementary color
Monochromatic Colors of #327DC1
Black with #327DC1
Text Example
Text Example
White with #327DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DC1; }
p { color: rgb(50,125,193); }
H1.HeaderClassName
{
color: #327DC1;
}
.AnyTagClassName
{
color: #327DC1;
}
</style>
background-color css
<style>
a { background-color: #327DC1; }
a { background-color: rgb(50,125,193); }
div.DivClassName
{
background-color: #327DC1;
}
.BgClassName
{
background-color: #327DC1;
}
</style>
border-color css
<style>
span { border-color: #327DC1; }
span { border-color: rgb(50,125,193); }
td.TdClassName
{
border-color: #327DC1;
}
.TagClassName
{
border-color: #327DC1;
}
</style>