Shades of Curious Blue #3180C2
Tints of Curious Blue #3180C2
RGB
CMYK
RGB Variations
Color information
#3180C2 (or 0x3180C2) is known color: Curious Blue. HEX triplet: 31, 80 and C2. RGB value is (49,128,194). Sum of RGB (Red+Green+Blue) = 49+128+194=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #3180C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3180C2 is #CE7F3D. Grayscale: #6F6F6F. Windows color (decimal): -13532990 or 12746801. OLE color: 12746801.
HSL color Cylindrical-coordinate representation of color #3180C2: hue angle of 207.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3180C2 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 128 | 194 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.24 |
| HSL | 207.31º | 0.6% | 0.48% | - |
| HSV(B) | 207.31º | 0.75% | 0.76% | - |
| XYZ | 18.72 | 19.99 | 53.91 | - |
| YUV | 111.9 | 174.33 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 194 | 0.75 | 0.34 | 0 | 0.24 | 207.31 | 0.6 | 0.48 |
| Hex | 31 | 80 | C2 | 4B | 22 | 0 | 18 | CF | 3C | 30 |
| Octal | 61 | 200 | 302 | 113 | 42 | 0 | 30 | 317 | 74 | 60 |
| Binary | 110001 | 10000000 | 11000010 | 1001011 | 100010 | 0 | 11000 | 11001111 | 111100 | 110000 |
Color Harmonies of #3180C2
Complementary color
Monochromatic Colors of #3180C2
Black with #3180C2
Text Example
Text Example
White with #3180C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3180C2; }
p { color: rgb(49,128,194); }
H1.HeaderClassName
{
color: #3180C2;
}
.AnyTagClassName
{
color: #3180C2;
}
</style>
background-color css
<style>
a { background-color: #3180C2; }
a { background-color: rgb(49,128,194); }
div.DivClassName
{
background-color: #3180C2;
}
.BgClassName
{
background-color: #3180C2;
}
</style>
border-color css
<style>
span { border-color: #3180C2; }
span { border-color: rgb(49,128,194); }
td.TdClassName
{
border-color: #3180C2;
}
.TagClassName
{
border-color: #3180C2;
}
</style>