Shades of Curious Blue #3184CA
Tints of Curious Blue #3184CA
RGB
CMYK
RGB Variations
Color information
#3184CA (or 0x3184CA) is known color: Curious Blue. HEX triplet: 31, 84 and CA. RGB value is (49,132,202). Sum of RGB (Red+Green+Blue) = 49+132+202=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #3184CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184CA is #CE7B35. Grayscale: #727272. Windows color (decimal): -13531958 or 13272113. OLE color: 13272113.
HSL color Cylindrical-coordinate representation of color #3184CA: hue angle of 207.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3184CA is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 132 | 202 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.21 |
| HSL | 207.45º | 0.61% | 0.49% | - |
| HSV(B) | 207.45º | 0.76% | 0.79% | - |
| XYZ | 20.18 | 21.42 | 58.95 | - |
| YUV | 115.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 202 | 0.76 | 0.35 | 0 | 0.21 | 207.45 | 0.61 | 0.49 |
| Hex | 31 | 84 | CA | 4C | 23 | 0 | 15 | CF | 3D | 31 |
| Octal | 61 | 204 | 312 | 114 | 43 | 0 | 25 | 317 | 75 | 61 |
| Binary | 110001 | 10000100 | 11001010 | 1001100 | 100011 | 0 | 10101 | 11001111 | 111101 | 110001 |
Color Harmonies of #3184CA
Complementary color
Monochromatic Colors of #3184CA
Black with #3184CA
Text Example
Text Example
White with #3184CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184CA; }
p { color: rgb(49,132,202); }
H1.HeaderClassName
{
color: #3184CA;
}
.AnyTagClassName
{
color: #3184CA;
}
</style>
background-color css
<style>
a { background-color: #3184CA; }
a { background-color: rgb(49,132,202); }
div.DivClassName
{
background-color: #3184CA;
}
.BgClassName
{
background-color: #3184CA;
}
</style>
border-color css
<style>
span { border-color: #3184CA; }
span { border-color: rgb(49,132,202); }
td.TdClassName
{
border-color: #3184CA;
}
.TagClassName
{
border-color: #3184CA;
}
</style>