Shades of Curious Blue #3184CF
Tints of Curious Blue #3184CF
RGB
CMYK
RGB Variations
Color information
#3184CF (or 0x3184CF) is known color: Curious Blue. HEX triplet: 31, 84 and CF. RGB value is (49,132,207). Sum of RGB (Red+Green+Blue) = 49+132+207=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #3184CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184CF is #CE7B30. Grayscale: #737373. Windows color (decimal): -13531953 or 13599793. OLE color: 13599793.
HSL color Cylindrical-coordinate representation of color #3184CF: hue angle of 208.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3184CF is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 132 | 207 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.19 |
| HSL | 208.48º | 0.62% | 0.5% | - |
| HSV(B) | 208.48º | 0.76% | 0.81% | - |
| XYZ | 20.78 | 21.66 | 62.12 | - |
| YUV | 115.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 207 | 0.76 | 0.36 | 0 | 0.19 | 208.48 | 0.62 | 0.5 |
| Hex | 31 | 84 | CF | 4C | 24 | 0 | 13 | D0 | 3E | 32 |
| Octal | 61 | 204 | 317 | 114 | 44 | 0 | 23 | 320 | 76 | 62 |
| Binary | 110001 | 10000100 | 11001111 | 1001100 | 100100 | 0 | 10011 | 11010000 | 111110 | 110010 |
Color Harmonies of #3184CF
Complementary color
Monochromatic Colors of #3184CF
Black with #3184CF
Text Example
Text Example
White with #3184CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184CF; }
p { color: rgb(49,132,207); }
H1.HeaderClassName
{
color: #3184CF;
}
.AnyTagClassName
{
color: #3184CF;
}
</style>
background-color css
<style>
a { background-color: #3184CF; }
a { background-color: rgb(49,132,207); }
div.DivClassName
{
background-color: #3184CF;
}
.BgClassName
{
background-color: #3184CF;
}
</style>
border-color css
<style>
span { border-color: #3184CF; }
span { border-color: rgb(49,132,207); }
td.TdClassName
{
border-color: #3184CF;
}
.TagClassName
{
border-color: #3184CF;
}
</style>