Shades of Curious Blue #3185CF
Tints of Curious Blue #3185CF
RGB
CMYK
RGB Variations
Color information
#3185CF (or 0x3185CF) is known color: Curious Blue. HEX triplet: 31, 85 and CF. RGB value is (49,133,207). Sum of RGB (Red+Green+Blue) = 49+133+207=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #3185CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185CF is #CE7A30. Grayscale: #737373. Windows color (decimal): -13531697 or 13600049. OLE color: 13600049.
HSL color Cylindrical-coordinate representation of color #3185CF: hue angle of 208.1º 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 #3185CF is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 133 | 207 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.19 |
| HSL | 208.1º | 0.62% | 0.5% | - |
| HSV(B) | 208.1º | 0.76% | 0.81% | - |
| XYZ | 20.92 | 21.93 | 62.16 | - |
| YUV | 116.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 207 | 0.76 | 0.36 | 0 | 0.19 | 208.1 | 0.62 | 0.5 |
| Hex | 31 | 85 | CF | 4C | 24 | 0 | 13 | D0 | 3E | 32 |
| Octal | 61 | 205 | 317 | 114 | 44 | 0 | 23 | 320 | 76 | 62 |
| Binary | 110001 | 10000101 | 11001111 | 1001100 | 100100 | 0 | 10011 | 11010000 | 111110 | 110010 |
Color Harmonies of #3185CF
Complementary color
Monochromatic Colors of #3185CF
Black with #3185CF
Text Example
Text Example
White with #3185CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185CF; }
p { color: rgb(49,133,207); }
H1.HeaderClassName
{
color: #3185CF;
}
.AnyTagClassName
{
color: #3185CF;
}
</style>
background-color css
<style>
a { background-color: #3185CF; }
a { background-color: rgb(49,133,207); }
div.DivClassName
{
background-color: #3185CF;
}
.BgClassName
{
background-color: #3185CF;
}
</style>
border-color css
<style>
span { border-color: #3185CF; }
span { border-color: rgb(49,133,207); }
td.TdClassName
{
border-color: #3185CF;
}
.TagClassName
{
border-color: #3185CF;
}
</style>