Shades of Curious Blue #3180C1
Tints of Curious Blue #3180C1
RGB
CMYK
RGB Variations
Color information
#3180C1 (or 0x3180C1) is known color: Curious Blue. HEX triplet: 31, 80 and C1. RGB value is (49,128,193). Sum of RGB (Red+Green+Blue) = 49+128+193=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #3180C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3180C1 is #CE7F3E. Grayscale: #6F6F6F. Windows color (decimal): -13532991 or 12681265. OLE color: 12681265.
HSL color Cylindrical-coordinate representation of color #3180C1: hue angle of 207.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3180C1 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 128 | 193 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.24 |
| HSL | 207.08º | 0.6% | 0.47% | - |
| HSV(B) | 207.08º | 0.75% | 0.76% | - |
| XYZ | 18.61 | 19.94 | 53.32 | - |
| YUV | 111.79 | 173.83 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 193 | 0.75 | 0.34 | 0 | 0.24 | 207.08 | 0.6 | 0.47 |
| Hex | 31 | 80 | C1 | 4B | 22 | 0 | 18 | CF | 3C | 2F |
| Octal | 61 | 200 | 301 | 113 | 42 | 0 | 30 | 317 | 74 | 57 |
| Binary | 110001 | 10000000 | 11000001 | 1001011 | 100010 | 0 | 11000 | 11001111 | 111100 | 101111 |
Color Harmonies of #3180C1
Complementary color
Monochromatic Colors of #3180C1
Black with #3180C1
Text Example
Text Example
White with #3180C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3180C1; }
p { color: rgb(49,128,193); }
H1.HeaderClassName
{
color: #3180C1;
}
.AnyTagClassName
{
color: #3180C1;
}
</style>
background-color css
<style>
a { background-color: #3180C1; }
a { background-color: rgb(49,128,193); }
div.DivClassName
{
background-color: #3180C1;
}
.BgClassName
{
background-color: #3180C1;
}
</style>
border-color css
<style>
span { border-color: #3180C1; }
span { border-color: rgb(49,128,193); }
td.TdClassName
{
border-color: #3180C1;
}
.TagClassName
{
border-color: #3180C1;
}
</style>