Shades of Curious Blue #327EC2
Tints of Curious Blue #327EC2
RGB
CMYK
RGB Variations
Color information
#327EC2 (or 0x327EC2) is known color: Curious Blue. HEX triplet: 32, 7E and C2. RGB value is (50,126,194). Sum of RGB (Red+Green+Blue) = 50+126+194=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #327EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC2 is #CD813D. Grayscale: #6E6E6E. Windows color (decimal): -13467966 or 12746290. OLE color: 12746290.
HSL color Cylindrical-coordinate representation of color #327EC2: hue angle of 208.33º 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 #327EC2 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 126 | 194 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.24 |
| HSL | 208.33º | 0.59% | 0.48% | - |
| HSV(B) | 208.33º | 0.74% | 0.76% | - |
| XYZ | 18.51 | 19.49 | 53.83 | - |
| YUV | 111.03 | 174.82 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 194 | 0.74 | 0.35 | 0 | 0.24 | 208.33 | 0.59 | 0.48 |
| Hex | 32 | 7E | C2 | 4A | 23 | 0 | 18 | D0 | 3B | 30 |
| Octal | 62 | 176 | 302 | 112 | 43 | 0 | 30 | 320 | 73 | 60 |
| Binary | 110010 | 1111110 | 11000010 | 1001010 | 100011 | 0 | 11000 | 11010000 | 111011 | 110000 |
Color Harmonies of #327EC2
Complementary color
Monochromatic Colors of #327EC2
Black with #327EC2
Text Example
Text Example
White with #327EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EC2; }
p { color: rgb(50,126,194); }
H1.HeaderClassName
{
color: #327EC2;
}
.AnyTagClassName
{
color: #327EC2;
}
</style>
background-color css
<style>
a { background-color: #327EC2; }
a { background-color: rgb(50,126,194); }
div.DivClassName
{
background-color: #327EC2;
}
.BgClassName
{
background-color: #327EC2;
}
</style>
border-color css
<style>
span { border-color: #327EC2; }
span { border-color: rgb(50,126,194); }
td.TdClassName
{
border-color: #327EC2;
}
.TagClassName
{
border-color: #327EC2;
}
</style>