Shades of Curious Blue #3182BA
Tints of Curious Blue #3182BA
RGB
CMYK
RGB Variations
Color information
#3182BA (or 0x3182BA) is known color: Curious Blue. HEX triplet: 31, 82 and BA. RGB value is (49,130,186). Sum of RGB (Red+Green+Blue) = 49+130+186=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #3182BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3182BA is #CE7D45. Grayscale: #6F6F6F. Windows color (decimal): -13532486 or 12223025. OLE color: 12223025.
HSL color Cylindrical-coordinate representation of color #3182BA: hue angle of 204.53º 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 #3182BA is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 130 | 186 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.27 |
| HSL | 204.53º | 0.58% | 0.46% | - |
| HSV(B) | 204.53º | 0.74% | 0.73% | - |
| XYZ | 18.11 | 20.16 | 49.39 | - |
| YUV | 112.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 186 | 0.74 | 0.30 | 0 | 0.27 | 204.53 | 0.58 | 0.46 |
| Hex | 31 | 82 | BA | 4A | 1E | 0 | 1B | CD | 3A | 2E |
| Octal | 61 | 202 | 272 | 112 | 36 | 0 | 33 | 315 | 72 | 56 |
| Binary | 110001 | 10000010 | 10111010 | 1001010 | 11110 | 0 | 11011 | 11001101 | 111010 | 101110 |
Color Harmonies of #3182BA
Complementary color
Monochromatic Colors of #3182BA
Black with #3182BA
Text Example
Text Example
White with #3182BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3182BA; }
p { color: rgb(49,130,186); }
H1.HeaderClassName
{
color: #3182BA;
}
.AnyTagClassName
{
color: #3182BA;
}
</style>
background-color css
<style>
a { background-color: #3182BA; }
a { background-color: rgb(49,130,186); }
div.DivClassName
{
background-color: #3182BA;
}
.BgClassName
{
background-color: #3182BA;
}
</style>
border-color css
<style>
span { border-color: #3182BA; }
span { border-color: rgb(49,130,186); }
td.TdClassName
{
border-color: #3182BA;
}
.TagClassName
{
border-color: #3182BA;
}
</style>