Shades of Curious Blue #3490C1
Tints of Curious Blue #3490C1
RGB
CMYK
RGB Variations
Color information
#3490C1 (or 0x3490C1) is known color: Curious Blue. HEX triplet: 34, 90 and C1. RGB value is (52,144,193). Sum of RGB (Red+Green+Blue) = 52+144+193=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #3490C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490C1 is #CB6F3E. Grayscale: #797979. Windows color (decimal): -13332287 or 12685364. OLE color: 12685364.
HSL color Cylindrical-coordinate representation of color #3490C1: hue angle of 200.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3490C1 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 144 | 193 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.24 |
| HSL | 200.85º | 0.58% | 0.48% | - |
| HSV(B) | 200.85º | 0.73% | 0.76% | - |
| XYZ | 21.02 | 24.53 | 54.08 | - |
| YUV | 122.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 193 | 0.73 | 0.25 | 0 | 0.24 | 200.85 | 0.58 | 0.48 |
| Hex | 34 | 90 | C1 | 49 | 19 | 0 | 18 | C9 | 3A | 30 |
| Octal | 64 | 220 | 301 | 111 | 31 | 0 | 30 | 311 | 72 | 60 |
| Binary | 110100 | 10010000 | 11000001 | 1001001 | 11001 | 0 | 11000 | 11001001 | 111010 | 110000 |
Color Harmonies of #3490C1
Complementary color
Monochromatic Colors of #3490C1
Black with #3490C1
Text Example
Text Example
White with #3490C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3490C1; }
p { color: rgb(52,144,193); }
H1.HeaderClassName
{
color: #3490C1;
}
.AnyTagClassName
{
color: #3490C1;
}
</style>
background-color css
<style>
a { background-color: #3490C1; }
a { background-color: rgb(52,144,193); }
div.DivClassName
{
background-color: #3490C1;
}
.BgClassName
{
background-color: #3490C1;
}
</style>
border-color css
<style>
span { border-color: #3490C1; }
span { border-color: rgb(52,144,193); }
td.TdClassName
{
border-color: #3490C1;
}
.TagClassName
{
border-color: #3490C1;
}
</style>