Shades of Curious Blue #3184AD
Tints of Curious Blue #3184AD
RGB
CMYK
RGB Variations
Color information
#3184AD (or 0x3184AD) is known color: Curious Blue. HEX triplet: 31, 84 and AD. RGB value is (49,132,173). Sum of RGB (Red+Green+Blue) = 49+132+173=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #3184AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184AD is #CE7B52. Grayscale: #6F6F6F. Windows color (decimal): -13531987 or 11371569. OLE color: 11371569.
HSL color Cylindrical-coordinate representation of color #3184AD: hue angle of 199.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3184AD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 132 | 173 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.32 |
| HSL | 199.84º | 0.56% | 0.44% | - |
| HSV(B) | 199.84º | 0.72% | 0.68% | - |
| XYZ | 17.06 | 20.17 | 42.53 | - |
| YUV | 111.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 173 | 0.72 | 0.24 | 0 | 0.32 | 199.84 | 0.56 | 0.44 |
| Hex | 31 | 84 | AD | 48 | 18 | 0 | 20 | C8 | 38 | 2C |
| Octal | 61 | 204 | 255 | 110 | 30 | 0 | 40 | 310 | 70 | 54 |
| Binary | 110001 | 10000100 | 10101101 | 1001000 | 11000 | 0 | 100000 | 11001000 | 111000 | 101100 |
Color Harmonies of #3184AD
Complementary color
Monochromatic Colors of #3184AD
Black with #3184AD
Text Example
Text Example
White with #3184AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184AD; }
p { color: rgb(49,132,173); }
H1.HeaderClassName
{
color: #3184AD;
}
.AnyTagClassName
{
color: #3184AD;
}
</style>
background-color css
<style>
a { background-color: #3184AD; }
a { background-color: rgb(49,132,173); }
div.DivClassName
{
background-color: #3184AD;
}
.BgClassName
{
background-color: #3184AD;
}
</style>
border-color css
<style>
span { border-color: #3184AD; }
span { border-color: rgb(49,132,173); }
td.TdClassName
{
border-color: #3184AD;
}
.TagClassName
{
border-color: #3184AD;
}
</style>