Shades of Curious Blue #3290C1
Tints of Curious Blue #3290C1
RGB
CMYK
RGB Variations
Color information
#3290C1 (or 0x3290C1) is known color: Curious Blue. HEX triplet: 32, 90 and C1. RGB value is (50,144,193). Sum of RGB (Red+Green+Blue) = 50+144+193=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #3290C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290C1 is #CD6F3E. Grayscale: #797979. Windows color (decimal): -13463359 or 12685362. OLE color: 12685362.
HSL color Cylindrical-coordinate representation of color #3290C1: hue angle of 200.56º 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 #3290C1 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 144 | 193 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.24 |
| HSL | 200.56º | 0.59% | 0.48% | - |
| HSV(B) | 200.56º | 0.74% | 0.76% | - |
| XYZ | 20.91 | 24.47 | 54.07 | - |
| YUV | 121.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 193 | 0.74 | 0.25 | 0 | 0.24 | 200.56 | 0.59 | 0.48 |
| Hex | 32 | 90 | C1 | 4A | 19 | 0 | 18 | C9 | 3B | 30 |
| Octal | 62 | 220 | 301 | 112 | 31 | 0 | 30 | 311 | 73 | 60 |
| Binary | 110010 | 10010000 | 11000001 | 1001010 | 11001 | 0 | 11000 | 11001001 | 111011 | 110000 |
Color Harmonies of #3290C1
Complementary color
Monochromatic Colors of #3290C1
Black with #3290C1
Text Example
Text Example
White with #3290C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3290C1; }
p { color: rgb(50,144,193); }
H1.HeaderClassName
{
color: #3290C1;
}
.AnyTagClassName
{
color: #3290C1;
}
</style>
background-color css
<style>
a { background-color: #3290C1; }
a { background-color: rgb(50,144,193); }
div.DivClassName
{
background-color: #3290C1;
}
.BgClassName
{
background-color: #3290C1;
}
</style>
border-color css
<style>
span { border-color: #3290C1; }
span { border-color: rgb(50,144,193); }
td.TdClassName
{
border-color: #3290C1;
}
.TagClassName
{
border-color: #3290C1;
}
</style>