Shades of Curious Blue #3180BA
Tints of Curious Blue #3180BA
RGB
CMYK
RGB Variations
Color information
#3180BA (or 0x3180BA) is known color: Curious Blue. HEX triplet: 31, 80 and BA. RGB value is (49,128,186). Sum of RGB (Red+Green+Blue) = 49+128+186=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #3180BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3180BA is #CE7F45. Grayscale: #6E6E6E. Windows color (decimal): -13532998 or 12222513. OLE color: 12222513.
HSL color Cylindrical-coordinate representation of color #3180BA: hue angle of 205.4º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3180BA is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 128 | 186 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.27 |
| HSL | 205.4º | 0.58% | 0.46% | - |
| HSV(B) | 205.4º | 0.74% | 0.73% | - |
| XYZ | 17.85 | 19.64 | 49.3 | - |
| YUV | 110.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 186 | 0.74 | 0.31 | 0 | 0.27 | 205.4 | 0.58 | 0.46 |
| Hex | 31 | 80 | BA | 4A | 1F | 0 | 1B | CD | 3A | 2E |
| Octal | 61 | 200 | 272 | 112 | 37 | 0 | 33 | 315 | 72 | 56 |
| Binary | 110001 | 10000000 | 10111010 | 1001010 | 11111 | 0 | 11011 | 11001101 | 111010 | 101110 |
Color Harmonies of #3180BA
Complementary color
Monochromatic Colors of #3180BA
Black with #3180BA
Text Example
Text Example
White with #3180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3180BA; }
p { color: rgb(49,128,186); }
H1.HeaderClassName
{
color: #3180BA;
}
.AnyTagClassName
{
color: #3180BA;
}
</style>
background-color css
<style>
a { background-color: #3180BA; }
a { background-color: rgb(49,128,186); }
div.DivClassName
{
background-color: #3180BA;
}
.BgClassName
{
background-color: #3180BA;
}
</style>
border-color css
<style>
span { border-color: #3180BA; }
span { border-color: rgb(49,128,186); }
td.TdClassName
{
border-color: #3180BA;
}
.TagClassName
{
border-color: #3180BA;
}
</style>